Skip to content

Commit

Permalink
Update axis_xgmii_tx_64.v
Browse files Browse the repository at this point in the history
  • Loading branch information
drewranck authored Oct 4, 2024
1 parent baac5f8 commit b502b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/axis_xgmii_tx_64.v
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ reg [4+16-1:0] ts_inc_reg = 0;
reg [DATA_WIDTH-1:0] xgmii_txd_reg = {CTRL_WIDTH{XGMII_IDLE}}, xgmii_txd_next;
reg [CTRL_WIDTH-1:0] xgmii_txc_reg = {CTRL_WIDTH{1'b1}}, xgmii_txc_next;

reg start_packet_reg = 2'b00;
reg [1:0] start_packet_reg = 2'b00;
reg error_underflow_reg = 1'b0, error_underflow_next;

assign s_axis_tready = s_axis_tready_reg;
Expand Down

0 comments on commit b502b3a

Please sign in to comment.