Skip to content

Commit

Permalink
Switch to single cycle multiplier for Ibex
Browse files Browse the repository at this point in the history
  • Loading branch information
GregAC committed Nov 3, 2024
1 parent afcc982 commit dc38d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/system/sonata_system.sv
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ module sonata_system
.HeapBase ( tl_main_pkg::ADDR_SPACE_SRAM ),
.TSMapBase ( tl_main_pkg::ADDR_SPACE_REV_TAG ),
.TSMapSize ( RevTagDepth ),
.RV32M ( ibex_pkg::RV32MFast ),
.RV32M ( ibex_pkg::RV32MSingleCycle ),
.RV32B ( ibex_pkg::RV32BNone ),
.ICache ( 1'b1 )
) u_top_tracing (
Expand Down

0 comments on commit dc38d53

Please sign in to comment.