diff --git a/litex_boards/community/targets/ecp5_evn.py b/litex_boards/community/targets/ecp5_evn.py index 3b1a766..a276855 100755 --- a/litex_boards/community/targets/ecp5_evn.py +++ b/litex_boards/community/targets/ecp5_evn.py @@ -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 ------------------------------------------------------------------------------------------