Skip to content

Commit

Permalink
fixup! FPU: Bump to pulp-v0.2.2 (extends #25)
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
  • Loading branch information
niwis committed Sep 26, 2024
1 parent e3623ed commit f9b87f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/fpu_wrap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,8 @@ module fpu_wrap

fpnew_top #(
.Features (FPU_FEATURES),
.Implementation(FPU_IMPLEMENTATION),
.Implementation(FPU_IMPLEMENTATION)
.DivSqrtSel (fpnew_pkg::PULP),
.TagType (logic [CVA6Cfg.TRANS_ID_BITS-1:0])
) i_fpnew_bulk (
.clk_i,
Expand Down

0 comments on commit f9b87f3

Please sign in to comment.