Skip to content

Commit 4e9dc29

Browse files
author
Sebastien Bourdeauducq
committedDec 14, 2013
platforms/rhino: add GPMC wait pin
1 parent a20688f commit 4e9dc29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎mibuild/platforms/rhino.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
Subsignal("we_n", Pins("W26")),
2626
Subsignal("oe_n", Pins("AA25")),
2727
Subsignal("ale_n", Pins("AA26")),
28+
Subsignal("wait", Pins("AD26")), # WAIT1/BUSY0
2829
IOStandard("LVCMOS33")),
2930
# Warning: CS are numbered 1-7 on ARM side and 0-6 on FPGA side.
3031
# Numbers here are given on the FPGA side.

0 commit comments

Comments
 (0)
Please sign in to comment.