Skip to content

Commit

Permalink
platforms/Ebaz4205: update
Browse files Browse the repository at this point in the history
  • Loading branch information
newell authored Sep 30, 2024
1 parent 832a724 commit c19ae9f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions migen/build/platforms/ebaz4205.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@
),
# ETH PHY
(
"eth_clocks",
"gmii",
0,
Subsignal("rxclk", Pins("U14")),
Subsignal("txclk", Pins("U15")),
Subsignal("rxd", Pins("Y16 V16 V17 Y17")),
Subsignal("txd", Pins("W18 Y18 V18 Y19")),
Subsignal("rx_clk", Pins("U14")),
Subsignal("tx_clk", Pins("U15")),
Subsignal("rx_dv", Pins("W16")),
Subsignal("tx_en", Pins("W19")),
IOStandard("LVCMOS33"),
),
(
"eth",
"mdio",
0,
Subsignal("rx_dv", Pins("W16")),
Subsignal("rx_data", Pins("Y16 V16 V17 Y17")),
Subsignal("tx_en", Pins("W19")),
Subsignal("tx_data", Pins("W18 Y18 V18 Y19")),
Subsignal("mdc", Pins("W15")),
Subsignal("mdio", Pins("Y14")),
Subsignal("mdc", Pins("W15")),
IOStandard("LVCMOS33"),
),
]
Expand Down

0 comments on commit c19ae9f

Please sign in to comment.