reg_32_64.py 494 Bytes
Newer Older
German Leon's avatar
German Leon committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#############################################################################
totalFiNumber = 500
bench = "reg"
grid = "32"
blk = "64"
duration = "10000"
outputExeFile = "micro"
bmName = outputExeFile+"_g_"+grid+"_b_"+blk
inputParameters = " -bench=" + bench + " -grid=" + grid  + " -blk=" + blk + -"+scale+"="+duration
timeout = 5
inject = True
verbose = True
log = True
cpufreq = -1
gpufreq = 852000
#############################################################################
scale = "nit"