Skip to content

Commit

Permalink
platforms/sipeed_tang_console.py: added pcie wake_n subsignal and pci…
Browse files Browse the repository at this point in the history
…e_clkreq_n
  • Loading branch information
trabucayre committed Feb 19, 2025
1 parent a7e1ea3 commit 73b0e93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions litex_boards/platforms/sipeed_tang_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@
),

# PCI Express
("pcie_clkreq_n", 0, Pins("AA14"), IOStandard("LVCMOS33")),
("pcie", 0,
Subsignal("rst_n", Pins("W11")),
IOStandard("LVCMOS15"),
Subsignal("rst_n", Pins("W11"), IOStandard("LVCMOS15")),
Subsignal("wake_n", Pins("T14"), IOStandard("LVCMOS33")),
),

# DDR3 SDRAM MY41J128M16JT-125
Expand Down

0 comments on commit 73b0e93

Please sign in to comment.