forked from Github_Repos/cvw
fixed sizing issues in expcalc
This commit is contained in:
parent
254e3d06a0
commit
5a0889016c
@ -319,7 +319,7 @@ module expcalc(
|
||||
output logic [`NE-1:0] calcExp
|
||||
);
|
||||
|
||||
assign calcExp = XExp - YExp + `BIAS;
|
||||
assign calcExp = XExp - YExp + 11'b01111111111;
|
||||
|
||||
endmodule
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user