mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
platforms/digilent_arty: Avoid commas in spiflash4x.
This commit is contained in:
parent
0b7ec56e60
commit
bdf2848208
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
),
|
||||
|
||||
|
|
Loading…
Reference in a new issue