Skip to content

Commit

Permalink
Update FPU wrap in CVA6
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabertaccini committed Jan 15, 2024
1 parent 3031e7e commit 2c8a75b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw/vendor/openhwgroup_cva6/core/fpu_wrap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ module fpu_wrap import ariane_pkg::*; (
) i_fpnew_bulk (
.clk_i,
.rst_ni,
.hart_id_i ( '0 ),
.operands_i ( fpu_operands ),
.rnd_mode_i ( fpnew_pkg::roundmode_e'(fpu_rm) ),
.op_i ( fpnew_pkg::operation_e'(fpu_op) ),
Expand All @@ -527,6 +528,7 @@ module fpu_wrap import ariane_pkg::*; (
.int_fmt_i ( fpnew_pkg::int_format_e'(fpu_ifmt) ),
.vectorial_op_i ( fpu_vec_op ),
.tag_i ( fpu_tag ),
.simd_mask_i ( '1 ),
.in_valid_i ( fpu_in_valid ),
.in_ready_o ( fpu_in_ready ),
.flush_i,
Expand Down

0 comments on commit 2c8a75b

Please sign in to comment.