mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
target/kcu105: add reset button
This commit is contained in:
parent
169f8d8cb5
commit
09f962fdc4
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class _CRG(Module):
|
||||||
Instance("IBUFDS", i_I=clk125.p, i_IB=clk125.n, o_O=clk125_ibufds),
|
Instance("IBUFDS", i_I=clk125.p, i_IB=clk125.n, o_O=clk125_ibufds),
|
||||||
Instance("BUFG", i_I=clk125_ibufds, o_O=clk125_buffered),
|
Instance("BUFG", i_I=clk125_ibufds, o_O=clk125_buffered),
|
||||||
Instance("PLLE2_BASE", name="crg_main_mmcm",
|
Instance("PLLE2_BASE", name="crg_main_mmcm",
|
||||||
|
i_RST=platform.request("cpu_reset"),
|
||||||
p_STARTUP_WAIT="FALSE", o_LOCKED=pll_locked,
|
p_STARTUP_WAIT="FALSE", o_LOCKED=pll_locked,
|
||||||
|
|
||||||
# VCO @ 1GHz
|
# VCO @ 1GHz
|
||||||
|
|
Loading…
Reference in a new issue