sispeed_tang_nano_4k: Avoid IOStandard constraints on HyperRAM (Not present in example designs).
This commit is contained in:
parent
5190c9c869
commit
d5eea94289
|
@ -52,12 +52,12 @@ _io = [
|
||||||
),
|
),
|
||||||
|
|
||||||
# HyperRAM (embedded in SIP, requires specific IO naming).
|
# HyperRAM (embedded in SIP, requires specific IO naming).
|
||||||
("O_hpram_ck", 0, Pins(1), IOStandard("LVCMOS33")),
|
("O_hpram_ck", 0, Pins(1)),
|
||||||
("O_hpram_ck_n", 0, Pins(1), IOStandard("LVCMOS33")),
|
("O_hpram_ck_n", 0, Pins(1)),
|
||||||
("O_hpram_cs_n", 0, Pins(1), IOStandard("LVCMOS33")),
|
("O_hpram_cs_n", 0, Pins(1)),
|
||||||
("O_hpram_reset_n", 0, Pins(1), IOStandard("LVCMOS33")),
|
("O_hpram_reset_n", 0, Pins(1)),
|
||||||
("IO_hpram_dq", 0, Pins(8), IOStandard("LVCMOS33")),
|
("IO_hpram_dq", 0, Pins(8)),
|
||||||
("IO_hpram_rwds", 0, Pins(1), IOStandard("LVCMOS33")),
|
("IO_hpram_rwds", 0, Pins(1)),
|
||||||
|
|
||||||
# HDMI.
|
# HDMI.
|
||||||
("hdmi", 0,
|
("hdmi", 0,
|
||||||
|
|
Loading…
Reference in New Issue