target/kcu105: add reset button

This commit is contained in:
Florent Kermarrec 2018-11-05 18:41:49 +01:00
parent 169f8d8cb5
commit 09f962fdc4
1 changed files with 1 additions and 0 deletions

View File

@ -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