mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 08:58:40 -08:00
eth: Tie off transceiver control signals during simulation
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -227,6 +227,12 @@ wire [1:0] gt_rxdatavalid;
|
||||
if (SIM) begin : xcvr
|
||||
// simulation (no GT core)
|
||||
|
||||
assign xcvr_gtpowergood_out = 1'b1;
|
||||
|
||||
assign xcvr_qpll0lock_out = 1'b1;
|
||||
assign xcvr_qpll0clk_out = 1'b0;
|
||||
assign xcvr_qpll0refclk_out = 1'b0;
|
||||
|
||||
assign gt_reset_tx_done = !xcvr_ctrl_rst;
|
||||
assign gt_reset_rx_done = !xcvr_ctrl_rst;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user