Skip to content

Commit

Permalink
⬆️ Patch FPU bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Mach authored and zarubaf committed Mar 18, 2019
1 parent 12c6b43 commit 0c47db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fpu
Submodule fpu updated from c63a41 to 549427
2 changes: 1 addition & 1 deletion src/fpu_wrap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ generate
//-----------------------------------
// FPnew config from FPnew package
//-----------------------------------
localparam OPBITS = 64;
localparam OPBITS = fpnew_pkg::OP_BITS;
localparam FMTBITS = $clog2(fpnew_pkg::NUM_FP_FORMATS);
localparam IFMTBITS = $clog2(fpnew_pkg::NUM_INT_FORMATS);

Expand Down

0 comments on commit 0c47db8

Please sign in to comment.