From 4e9dc297fd6de659b235b8142c761006f45f3fc6 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 14 Dec 2013 14:32:34 +0100 Subject: [PATCH] platforms/rhino: add GPMC wait pin --- mibuild/platforms/rhino.py | 1 + 1 file changed, 1 insertion(+) 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. -- 2.30.2