Skip to content
Snippets Groups Projects
Unverified Commit 596a8540 authored by enjoy-digital's avatar enjoy-digital Committed by GitHub
Browse files

Merge pull request #13 from DurandA/patch-1

Fix ecp5_evn clock
parents e31360b1 618f41bb
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ class _CRG(Module):
pll.register_clkin(clk, x5_clk_freq or 12e6)
pll.create_clkout(self.cd_sys, sys_clk_freq)
self.specials += AsyncResetSynchronizer(self.cd_sys, ~rst_n)
self.comb += self.cd_sys.clk.eq(clk)
# BaseSoC ------------------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment