forked from Github_Repos/cvw
Working batch mode branch prediction simulations.
This commit is contained in:
parent
00baa06234
commit
22367e4c20
@ -47,7 +47,7 @@ configs = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
bpdSize = [6, 8, 10, 12, 14, 16]
|
bpdSize = [6, 8, 10, 12, 14, 16]
|
||||||
bpdType = ['twobit', 'gshare']
|
bpdType = ['twobit', 'gshare', 'global', 'gshare_basic', 'global_basic']
|
||||||
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…
Reference in New Issue
Block a user