Skip to content

Commit

Permalink
platforms/limesdr_mini_v2.py: commented spiflash clk pad. Must be use…
Browse files Browse the repository at this point in the history
…d via USRMCLK. Automatically done by LiteSPI
  • Loading branch information
trabucayre committed Nov 9, 2024
1 parent 3fa0f68 commit 15ad3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_boards/platforms/limesdr_mini_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# SPIFlash
("spiflash", 0,
Subsignal("cs_n", Pins("U17")),
Subsignal("clk", Pins("U16")),
#Subsignal("clk", Pins("U16")),
Subsignal("miso", Pins("T18")),
Subsignal("mosi", Pins("U18")),
IOStandard("LVCMOS33"),
Expand Down

0 comments on commit 15ad3ab

Please sign in to comment.