platforms/digilent_arty: Avoid commas in spiflash4x.

This commit is contained in:
Florent Kermarrec 2021-10-15 18:11:33 +02:00
parent 0b7ec56e60
commit bdf2848208
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ _io = [
("spiflash4x", 0,
Subsignal("cs_n", Pins("L13")),
Subsignal("clk", Pins("L16")),
Subsignal("dq", Pins("K17", "K18", "L14", "M14")),
Subsignal("dq", Pins("K17 K18 L14 M14")),
IOStandard("LVCMOS33")
),