Fix typo in wsim

This commit is contained in:
Jordan Carlin 2024-08-11 14:20:55 -07:00
parent d3c759518d
commit cfa3422d61
No known key found for this signature in database

View file

@ -124,7 +124,7 @@ cd = "cd $WALLY/sim/" +args.sim
# per-simulator launch
if (args.sim == "questa"):
if (args.gui) and (args.testbench == "testbench"):
if (args.gui) and (args.tb == "testbench"):
args.params += "DEBUG=1"
if (ElfFile != ""):
args.args += " " + ElfFile