fomu: pvt: swap miso and mosi

These pins were swapped in the definition, which made them not work so
well.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-11-22 18:57:26 +08:00
parent 4231d59901
commit 2c82e02df9
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ _io = [
("spiflash4x", 0,
Subsignal("cs_n", Pins("C1"), IOStandard("LVCMOS33")),
Subsignal("clk", Pins("D1"), IOStandard("LVCMOS33")),
Subsignal("dq", Pins("E1 F1 F2 B1"), IOStandard("LVCMOS33")),
Subsignal("dq", Pins("F1 E1 F2 B1"), IOStandard("LVCMOS33")),
),
]