Undo accidental change

This commit is contained in:
Jarred Allen 2021-03-16 18:16:00 -04:00
parent ae5417195a
commit 152ffd16e2

View File

@ -27,7 +27,7 @@ def test_config(config, print_res=True):
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 = True# search_log_for_text("# loaded 100000 instructions", logname)
passed = search_log_for_text("# loaded 100000 instructions", logname)
else:
cmd = "vsim -c >" + logname +" <<!\ndo wally-pipelined-batch.do ../config/" + config + " " + config + "\n!\n"
print(cmd)