removed extra semicolon
This commit is contained in:
parent
4ce06f5fd8
commit
c0bc4ca48a
|
|
@ -3266,7 +3266,7 @@ ALTERNATE_WRITE_READ: if(!o_wb_stall_calib) begin
|
||||||
/*********************************************************************************************************************************************/
|
/*********************************************************************************************************************************************/
|
||||||
|
|
||||||
/******************************************************* Calibration Test Receiver *******************************************************/
|
/******************************************************* Calibration Test Receiver *******************************************************/
|
||||||
reg[wb_data_bits-1:0] wrong_data = 0, expected_data=0;;
|
reg[wb_data_bits-1:0] wrong_data = 0, expected_data=0;
|
||||||
wire[wb_data_bits-1:0] correct_data;
|
wire[wb_data_bits-1:0] correct_data;
|
||||||
|
|
||||||
generate
|
generate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue