Skip to content

Commit

Permalink
platforms/rhino: add GPMC wait pin
Browse files Browse the repository at this point in the history
Sebastien Bourdeauducq committed Dec 14, 2013
1 parent a20688f commit 4e9dc29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mibuild/platforms/rhino.py
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@
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.

0 comments on commit 4e9dc29

Please sign in to comment.