Skip to content

Commit

Permalink
build/platforms/versaecp55g: add PCIe pins.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Nov 9, 2018
1 parent 0c5d42c commit 7303a8a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions migen/build/platforms/versaecp55g.py
Expand Up @@ -71,6 +71,16 @@
Subsignal("n", Pins("A5")),
IOStandard("LVDS")
),

("pcie_x1", 0,
Subsignal("clk_p", Pins("Y11")),
Subsignal("clk_n", Pins("Y12")),
Subsignal("rx_p", Pins("Y5")),
Subsignal("rx_n", Pins("Y6")),
Subsignal("tx_p", Pins("W4")),
Subsignal("tx_n", Pins("W5")),
Subsignal("perst", Pins("A6"), IOStandard("LVCMOS33")),
),
]


Expand Down

0 comments on commit 7303a8a

Please sign in to comment.