mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
platforms/rhino: add GPMC wait pin
This commit is contained in:
parent
a20688f777
commit
4e9dc297fd
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ _io = [
|
||||||
Subsignal("we_n", Pins("W26")),
|
Subsignal("we_n", Pins("W26")),
|
||||||
Subsignal("oe_n", Pins("AA25")),
|
Subsignal("oe_n", Pins("AA25")),
|
||||||
Subsignal("ale_n", Pins("AA26")),
|
Subsignal("ale_n", Pins("AA26")),
|
||||||
|
Subsignal("wait", Pins("AD26")), # WAIT1/BUSY0
|
||||||
IOStandard("LVCMOS33")),
|
IOStandard("LVCMOS33")),
|
||||||
# Warning: CS are numbered 1-7 on ARM side and 0-6 on FPGA side.
|
# Warning: CS are numbered 1-7 on ARM side and 0-6 on FPGA side.
|
||||||
# Numbers here are given on the FPGA side.
|
# Numbers here are given on the FPGA side.
|
||||||
|
|
Loading…
Reference in a new issue