diff --git a/wally-pipelined/regression/regression-wally.py b/wally-pipelined/regression/regression-wally.py index 529e096df..0ea10e5c1 100755 --- a/wally-pipelined/regression/regression-wally.py +++ b/wally-pipelined/regression/regression-wally.py @@ -24,11 +24,13 @@ def test_config(config, print_res=True): """Run the given config, and return 0 if it suceeds and 1 if it fails""" logname = "wally_"+config+".log" if config == "busybear": + # Handle busybear separately cmd = "echo 'quit' | vsim -do wally-busybear.do -c >" + logname os.system(cmd) # check for success. grep returns 0 if found, 1 if not found passed = search_log_for_text("# loaded 200000 instructions", logname) else: + # Any other configuration loads that name from the config folder and runs vsim cmd = "vsim -c >" + logname +" <