Skip to content

Commit

Permalink
[hardware] Add parameter to enable complex dotp
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertuletti committed Dec 15, 2023
1 parent 89183a9 commit 079d980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardware/deps/fpnew
3 changes: 2 additions & 1 deletion hardware/deps/snitch/src/snitch_fpu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ module snitch_fpu import snitch_pkg::*; (
.Implementation ( snitch_pkg::FPU_IMPLEMENTATION ),
.TagType ( logic[5:0] ),
.StochasticRndImplementation( snitch_pkg::FPU_RSR ),
.PulpDivsqrt ( 1'b1 )
.PulpDivsqrt ( 1'b1 ),
.ComplexDotp ( 1'b1 )
) i_fpu (
.clk_i ,
.rst_ni ,
Expand Down

0 comments on commit 079d980

Please sign in to comment.