mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-11 01:38:38 -08:00
eth: Fix 2D array declarations
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -165,8 +165,8 @@ logic m_axis_tx_cpl_valid_reg = 1'b0;
|
||||
logic m_axis_tx_cpl_valid_int_reg = 1'b0;
|
||||
logic m_axis_tx_cpl_ts_borrow_reg = 1'b0;
|
||||
|
||||
logic [31:0] crc_state_reg[7:0];
|
||||
wire [31:0] crc_state_next[7:0];
|
||||
logic [31:0] crc_state_reg[8];
|
||||
wire [31:0] crc_state_next[8];
|
||||
|
||||
logic [4+16-1:0] last_ts_reg = '0;
|
||||
logic [4+16-1:0] ts_inc_reg = '0;
|
||||
|
||||
Reference in New Issue
Block a user