Working batch mode branch prediction simulations.

This commit is contained in:
Ross Thompson 2023-03-04 17:59:16 -06:00
parent 00baa06234
commit 22367e4c20

View File

@ -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)