Skip to content

Commit

Permalink
ku_1000basex: increase CPLL reset time
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Jan 20, 2019
1 parent 52c7549 commit 8e033c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misoc/cores/liteeth_mini/phy/ku_1000basex.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ def __init__(self, clk_pads, data_pads, sys_clk_freq):
]

# Transceiver reset
pll_reset_cycles = round(2000*sys_clk_freq//1000000000)
pll_reset_cycles = round(300000*sys_clk_freq//1000000000)
reset_counter = Signal(max=pll_reset_cycles+1)
self.sync += [
If(~gtpowergood,
Expand Down

0 comments on commit 8e033c2

Please sign in to comment.