Skip to content

Commit

Permalink
cores/clock/intel: add reset to Intel PLLs
Browse files Browse the repository at this point in the history
  • Loading branch information
piotro888 committed Dec 13, 2024
1 parent f63d4a8 commit dbe7388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/soc/cores/clock/intel_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def do_finalize(self):
p_OPERATION_MODE = "NORMAL",
i_INCLK = self.clkin,
o_CLK = clks,
i_ARESET = 0,
i_ARESET = self.reset,
i_CLKENA = 2**self.nclkouts_max - 1,
i_EXTCLKENA = 0xf,
i_FBIN = 1,
Expand Down

0 comments on commit dbe7388

Please sign in to comment.