Skip to content

Commit dc38d53

Browse files
committedNov 3, 2024
Switch to single cycle multiplier for Ibex
1 parent afcc982 commit dc38d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rtl/system/sonata_system.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ module sonata_system
757757
.HeapBase ( tl_main_pkg::ADDR_SPACE_SRAM ),
758758
.TSMapBase ( tl_main_pkg::ADDR_SPACE_REV_TAG ),
759759
.TSMapSize ( RevTagDepth ),
760-
.RV32M ( ibex_pkg::RV32MFast ),
760+
.RV32M ( ibex_pkg::RV32MSingleCycle ),
761761
.RV32B ( ibex_pkg::RV32BNone ),
762762
.ICache ( 1'b1 )
763763
) u_top_tracing (

0 commit comments

Comments
 (0)
Failed to load comments.