mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-23 02:38:06 +00:00
Merge pull request #48 from antonblanchard/clk_gen_bypass
Fix clk_gen_bypass
This commit is contained in:
commit
67446709ca
@ -14,7 +14,7 @@ architecture bypass of clock_generator is
|
||||
|
||||
begin
|
||||
|
||||
pll_locked_out <= pll_rst_in;
|
||||
pll_locked_out <= not pll_rst_in;
|
||||
pll_clk_out <= ext_clk;
|
||||
|
||||
end architecture bypass;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user