diff --git a/wally-pipelined/testbench/testbench-busybear.sv b/wally-pipelined/testbench/testbench-busybear.sv index 5e95c710c..682898ca7 100644 --- a/wally-pipelined/testbench/testbench-busybear.sv +++ b/wally-pipelined/testbench/testbench-busybear.sv @@ -365,7 +365,7 @@ module testbench_busybear(); readPC = RAM[RAMPC] >> PCF[2] * 32; end - //$write(""); // I know this does nothing, the first instruction doesn't load for me without it + $write(""); // I know this does nothing, the first instruction doesn't load for me without it if (PCF >= 'h1000 && PCF <= 'h2FFF) begin readPC = bootram[RAMPC] >> PCF[2] * 32; end