From be3d0245274ef756c3c7b750d04f03c765bf4bc6 Mon Sep 17 00:00:00 2001 From: Noah Boorstin Date: Thu, 28 Jan 2021 01:16:39 -0500 Subject: [PATCH] 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 --- .gitignore | 1 + wally-pipelined/regression/wally-busybear.do | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 69fb8f931..422035ba1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ transcript vsim.wlf wally-pipelined/wlft* +wlft* diff --git a/wally-pipelined/regression/wally-busybear.do b/wally-pipelined/regression/wally-busybear.do index 7dad3269d..207d93e1a 100644 --- a/wally-pipelined/regression/wally-busybear.do +++ b/wally-pipelined/regression/wally-busybear.do @@ -130,6 +130,6 @@ add wave /testbench_busybear/InstrWName #set DefaultRadix hexadecimal # #-- Run the Simulation -run 1000 +run 1300 #run -all ##quit