FPGA: host writer error register is 8-bit

This commit is contained in:
2023-07-25 11:44:12 +02:00
parent 35b3704ccf
commit 847ca0922c

View File

@@ -137,7 +137,7 @@ module action_config
input [31:0] udp_err_len ,
input udp_err_len_valid ,
input [3:0] host_writer_err ,
input [7:0] host_writer_err ,
input host_writer_err_valid ,
output reg clear_counters
);
@@ -181,7 +181,7 @@ localparam
reg [31:0] reg_udp_err_eth;
reg [31:0] reg_fifo_status;
reg [3:0] reg_host_writer_err;
reg [7:0] reg_host_writer_err;
reg reg_data_collection_idle;
//------------------------Instantiation------------------