mirror of
https://github.com/fpganinja/taxi.git
synced 2026-08-08 08:21:21 -07:00
eth: USXGMII is only supported in combined MAC/PCS logic
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -1139,6 +1139,9 @@ end else begin : mac
|
||||
|
||||
localparam CTRL_W = DATA_W / 8;
|
||||
|
||||
if (USXGMII_EN)
|
||||
$fatal(0, "Error: USXGMII is not currently supported in split MAC/PHY configuration (instance %m)");
|
||||
|
||||
wire [DATA_W-1:0] xgmii_txd;
|
||||
wire [CTRL_W-1:0] xgmii_txc;
|
||||
wire xgmii_tx_valid;
|
||||
|
||||
Reference in New Issue
Block a user