Busybear test now processes first 100 instrs correctly!

- changed test parser to recognize lw in addition to lw

also, added temporary questa files (wlft*) to .gitignore
This commit is contained in:
Noah Boorstin 2021-01-28 01:16:39 -05:00
parent 8f6994196a
commit 206747b8b2
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
transcript
vsim.wlf
wally-pipelined/wlft*
wlft*

View File

@ -130,6 +130,6 @@ add wave /testbench_busybear/InstrWName
#set DefaultRadix hexadecimal
#
#-- Run the Simulation
run 1000
run 1300
#run -all
##quit