We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4658160 commit 6ff4b73Copy full SHA for 6ff4b73
1 file changed
configs/example/idealkmhv3.py
@@ -124,6 +124,7 @@ def setKmhV3IdealParams(args, system):
124
# If user didn't specify bp_type, set default based on ideal_kmhv3
125
args.bp_type = 'DecoupledBPUWithBTB'
126
args.l2_size = '2MB'
127
+ args.kmh_align = True # align prefetcher in RTL, spec06 decrease 1 score
128
129
# Match the memories with the CPUs, based on the options for the test system
130
TestMemClass = Simulation.setMemClass(args)
0 commit comments