diff --git a/wally-pipelined/regression/wally-busybear.do b/wally-pipelined/regression/wally-busybear.do index bca0eaab..93c6951a 100644 --- a/wally-pipelined/regression/wally-busybear.do +++ b/wally-pipelined/regression/wally-busybear.do @@ -131,6 +131,6 @@ add wave /testbench_busybear/InstrWName #set DefaultRadix hexadecimal # #-- Run the Simulation -run 8690 +run 12422 #run -all ##quit diff --git a/wally-pipelined/testbench/testbench-busybear.sv b/wally-pipelined/testbench/testbench-busybear.sv index edc82ac6..89248e25 100644 --- a/wally-pipelined/testbench/testbench-busybear.sv +++ b/wally-pipelined/testbench/testbench-busybear.sv @@ -171,7 +171,7 @@ module testbench_busybear(); // then expected PC value scan_file_PC = $fscanf(data_file_PC, "%x\n", pcExpected); if (instrs < 10 || (instrs < 100 && instrs % 10 == 0) || - (instrs < 1000 && instrs % 50 == 0) || instrs > 700) begin + (instrs < 1000 && instrs % 50 == 0)) begin $display("loaded %0d instructions", instrs); end instrs += 1;