Commit 5346c368 authored by Tom Keddie's avatar Tom Keddie

boards/arty : Add directly connected spi clk pin to avoid need for STARTUPE2

parent 3a72688b
...@@ -79,13 +79,15 @@ _io = [ ...@@ -79,13 +79,15 @@ _io = [
IOStandard("LVCMOS33"), IOStandard("LVCMOS33"),
), ),
("spiflash4x", 0, # clock needs to be accessed through STARTUPE2 ("spiflash4x", 0,
Subsignal("cs_n", Pins("L13")), 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") IOStandard("LVCMOS33")
), ),
("spiflash", 0, # clock needs to be accessed through STARTUPE2 ("spiflash", 0,
Subsignal("cs_n", Pins("L13")), Subsignal("cs_n", Pins("L13")),
Subsignal("clk", Pins("L16")),
Subsignal("mosi", Pins("K17")), Subsignal("mosi", Pins("K17")),
Subsignal("miso", Pins("K18")), Subsignal("miso", Pins("K18")),
Subsignal("wp", Pins("L14")), Subsignal("wp", Pins("L14")),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment