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;