From 7da8af4c68ddeb498018910ad3e35c660d80bc2d Mon Sep 17 00:00:00 2001 From: Jarred Allen Date: Tue, 23 Mar 2021 00:18:38 -0400 Subject: [PATCH] Another tweak to regression-wally.py comments --- wally-pipelined/regression/regression-wally.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wally-pipelined/regression/regression-wally.py b/wally-pipelined/regression/regression-wally.py index 529e096d..0ea10e5c 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 +" <