From: Sebastien Bourdeauducq Date: Sat, 14 Dec 2013 13:32:34 +0000 (+0100) Subject: platforms/rhino: add GPMC wait pin X-Git-Tag: 24jan2021_ls180~2099^2~387 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e9dc297fd6de659b235b8142c761006f45f3fc6;p=litex.git platforms/rhino: add GPMC wait pin --- diff --git a/mibuild/platforms/rhino.py b/mibuild/platforms/rhino.py index 4609d1bb..87a22d9d 100644 --- a/mibuild/platforms/rhino.py +++ b/mibuild/platforms/rhino.py @@ -25,6 +25,7 @@ _io = [ Subsignal("we_n", Pins("W26")), Subsignal("oe_n", Pins("AA25")), Subsignal("ale_n", Pins("AA26")), + Subsignal("wait", Pins("AD26")), # WAIT1/BUSY0 IOStandard("LVCMOS33")), # Warning: CS are numbered 1-7 on ARM side and 0-6 on FPGA side. # Numbers here are given on the FPGA side.