mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
or actually needed to reduce expectations of buildroot
This commit is contained in:
parent
23bff55c6e
commit
4544d28bc9
@ -32,7 +32,7 @@ configs = [
|
|||||||
]
|
]
|
||||||
def getBuildrootTC(short):
|
def getBuildrootTC(short):
|
||||||
INSTR_LIMIT = 100000 # multiple of 100000
|
INSTR_LIMIT = 100000 # multiple of 100000
|
||||||
MAX_EXPECTED = 8700000
|
MAX_EXPECTED = 3000000
|
||||||
if short:
|
if short:
|
||||||
BRcmd="vsim > {} -c <<!\ndo wally-buildroot-batch.do "+str(INSTR_LIMIT)+"\n!"
|
BRcmd="vsim > {} -c <<!\ndo wally-buildroot-batch.do "+str(INSTR_LIMIT)+"\n!"
|
||||||
BRgrepstr=str(INSTR_LIMIT)+" instructions"
|
BRgrepstr=str(INSTR_LIMIT)+" instructions"
|
||||||
|
Loading…
Reference in New Issue
Block a user