From 206747b8b2a4879bf5c9c9935de83384345f9413 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 69fb8f93..422035ba 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 7dad3269..207d93e1 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