fixed Verilator error

This commit is contained in:
Blaise Tine 2021-08-13 19:33:12 -07:00
parent 646371f9e9
commit eef3dda81d
2 changed files with 1 additions and 2 deletions

View file

@ -38,7 +38,7 @@ module VX_fp_ncomp #(
POS_SUBNORM = 32'h00000020,
POS_NORM = 32'h00000040,
POS_INF = 32'h00000080,
SIG_NAN = 32'h00000100,
//SIG_NAN = 32'h00000100,
QUT_NAN = 32'h00000200;
wire [LANES-1:0] tmp_a_sign, tmp_b_sign;

View file

@ -29,7 +29,6 @@ module VX_scope #(
localparam CMD_SET_START = 3'd4;
localparam CMD_SET_STOP = 3'd5;
localparam CMD_GET_OFFSET= 3'd6;
localparam CMD_RESERVED2 = 3'd7;
localparam GET_VALID = 3'd0;
localparam GET_DATA = 3'd1;