From: Florent Kermarrec Date: Mon, 22 Jul 2019 08:25:55 +0000 (+0200) Subject: platforms/versa_ecp5: add spiflash pads X-Git-Tag: 24jan2021_ls180~1093 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfdcf4b2a034f0eab0c66ec453f795f71049cf44;p=litex.git platforms/versa_ecp5: add spiflash pads --- diff --git a/litex/boards/platforms/versa_ecp5.py b/litex/boards/platforms/versa_ecp5.py index b91110b5..0b27a657 100644 --- a/litex/boards/platforms/versa_ecp5.py +++ b/litex/boards/platforms/versa_ecp5.py @@ -35,6 +35,21 @@ _io = [ Subsignal("tx", Pins("A11"), IOStandard("LVCMOS33")), ), + ("spiflash", 0, # clock needs to be accessed through USRMCLK + Subsignal("cs_n", Pins("R2")), + Subsignal("mosi", Pins("W2")), + Subsignal("miso", Pins("V2")), + Subsignal("wp", Pins("Y2")), + Subsignal("hold", Pins("W1")), + IOStandard("LVCMOS33"), + ), + + ("spiflash4x", 0, # clock needs to be accessed through USRMCLK + Subsignal("cs_n", Pins("R2")), + Subsignal("dq", Pins("W2 V2 Y2 W1")), + IOStandard("LVCMOS33") + ), + ("ddram", 0, Subsignal("a", Pins( "P2 C4 E5 F5 B3 F4 B5 E4",