mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-02 19:58:07 +00:00
Merge pull request #48 from antonblanchard/clk_gen_bypass
Fix clk_gen_bypass
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user