From: Florent Kermarrec Date: Mon, 5 Nov 2018 17:41:49 +0000 (+0100) Subject: target/kcu105: add reset button X-Git-Tag: 24jan2021_ls180~1517 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09f962fdc4b1d593e476bd72b5f7956fcdf45e5a;p=litex.git target/kcu105: add reset button --- diff --git a/litex/boards/targets/kcu105.py b/litex/boards/targets/kcu105.py index 1ebf8da8..a9e78a06 100755 --- a/litex/boards/targets/kcu105.py +++ b/litex/boards/targets/kcu105.py @@ -33,6 +33,7 @@ class _CRG(Module): 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("PLLE2_BASE", name="crg_main_mmcm", + i_RST=platform.request("cpu_reset"), p_STARTUP_WAIT="FALSE", o_LOCKED=pll_locked, # VCO @ 1GHz