mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 22:07:12 -04:00
bpred-sim only simulates 12 jobs at once.
This commit is contained in:
parent
d95d7130a3
commit
8cf2c404bf
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ def main():
|
||||||
if(args.direction):
|
if(args.direction):
|
||||||
# for direction predictor size sweep
|
# for direction predictor size sweep
|
||||||
bpdSize = [6, 8, 10, 12, 14, 16]
|
bpdSize = [6, 8, 10, 12, 14, 16]
|
||||||
bpdType = ['twobit', 'gshare', 'global', 'gshare_basic', 'global_basic', 'local_basic']
|
#bpdType = ['twobit', 'gshare', 'global', 'gshare_basic', 'global_basic', 'local_basic']
|
||||||
|
bpdType = ['twobit', 'gshare']
|
||||||
for CurrBPType in bpdType:
|
for CurrBPType in bpdType:
|
||||||
for CurrBPSize in bpdSize:
|
for CurrBPSize in bpdSize:
|
||||||
name = CurrBPType+str(CurrBPSize)
|
name = CurrBPType+str(CurrBPSize)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue