From cfa3422d616f4a3b9d9bb2892be5edac7433a12c Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Sun, 11 Aug 2024 14:20:55 -0700 Subject: [PATCH] Fix typo in wsim --- bin/wsim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wsim b/bin/wsim index 713c9a4a7..e6d72c3b9 100755 --- a/bin/wsim +++ b/bin/wsim @@ -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