mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed bug in bpred-sim.py for btb and class size sweep.
This commit is contained in:
parent
bad9afc012
commit
25a3a2f33b
@ -119,7 +119,7 @@ def main():
|
|||||||
bpdSize = [6, 8, 10, 12, 14, 16]
|
bpdSize = [6, 8, 10, 12, 14, 16]
|
||||||
for CurrBPSize in bpdSize:
|
for CurrBPSize in bpdSize:
|
||||||
name = 'BTB'+str(CurrBPSize)
|
name = 'BTB'+str(CurrBPSize)
|
||||||
configOptions = "+define+INSTR_CLASS_PRED=1 +define+BPRED_OVERRIDE +define+BPRED_TYPE=\`BP_GSHARE" + "+define+BPRED_SIZE=16" + "+define+BTB_SIZE=" + str(CurrBPSize) + "+define+BTB_OVERRIDE"
|
configOptions = "+define+INSTR_CLASS_PRED=1 +define+BPRED_OVERRIDE +define+BPRED_TYPE=\`BP_GSHARE" + "+define+BPRED_SIZE=16" + "+define+RAS_SIZE=16+define+BTB_SIZE=" + str(CurrBPSize) + "+define+BTB_OVERRIDE"
|
||||||
tc = TestCase(
|
tc = TestCase(
|
||||||
name=name,
|
name=name,
|
||||||
variant="rv32gc",
|
variant="rv32gc",
|
||||||
|
Loading…
Reference in New Issue
Block a user