Skip to content

Commit

Permalink
squishy.gateware.platform: updated the pin directions on the CIPO a…
Browse files Browse the repository at this point in the history
…nd `COPI` signals on the supervisor interface on the rev2 platform
  • Loading branch information
lethalbit committed Nov 18, 2024
1 parent 33d8385 commit 8a1848f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions squishy/gateware/platform/rev2.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ class SquishyRev2(SquishyPlatform, ECP5Platform):
# NOTE(aki): The clk can be driven by the MCU *or* the FPGA, which
# might cause issues, we need to have an interlock
Subsignal('clk', Pins('U2', dir = 'io')),
Subsignal('copi', Pins('W2', dir = 'i')),
Subsignal('cipo', Pins('V2', dir = 'o')),
Subsignal('copi', Pins('W2', dir = 'io')),
Subsignal('cipo', Pins('V2', dir = 'io')),
Subsignal('attn', PinsN('T2', dir = 'i')), # This is the CS for the FPGA
Subsignal('psram', PinsN('Y2', dir = 'o')), # The bitstram cache PSRAM CS from our side
Subsignal('su_attn', Pins('W1', dir = 'o')),
Expand Down

0 comments on commit 8a1848f

Please sign in to comment.