Merge pull request #48 from antonblanchard/clk_gen_bypass

Fix clk_gen_bypass
nia-debug
Anton Blanchard 5 years ago committed by GitHub
commit 67446709ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ architecture bypass of clock_generator is


begin begin


pll_locked_out <= pll_rst_in; pll_locked_out <= not pll_rst_in;
pll_clk_out <= ext_clk; pll_clk_out <= ext_clk;


end architecture bypass; end architecture bypass;

Loading…
Cancel
Save