mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
fixed sizing issues in expcalc
This commit is contained in:
parent
cba93aa1c0
commit
f7a3855af1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue