forked from Github_Repos/cvw
Undo accidental change
This commit is contained in:
parent
ae5417195a
commit
152ffd16e2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user