mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
regression: use busybear batch instead
This commit is contained in:
parent
9e9fe5e9d3
commit
ee3a53de7a
@ -25,7 +25,7 @@ def test_config(config, print_res=True):
|
||||
logname = "wally_"+config+".log"
|
||||
if config == "busybear":
|
||||
# Handle busybear separately
|
||||
cmd = "echo 'quit' | vsim -do wally-busybear.do -c >" + logname
|
||||
cmd = "vsim -do wally-busybear-batch.do -c >" + logname
|
||||
os.system(cmd)
|
||||
# check for success. grep returns 0 if found, 1 if not found
|
||||
passed = search_log_for_text("# loaded 800000 instructions", logname)
|
||||
|
Loading…
Reference in New Issue
Block a user