This commit is contained in:
kaveh pezeshki 2021-02-26 02:22:08 -08:00
parent 251aa982eb
commit adadc21fc6

View File

@ -365,7 +365,7 @@ module testbench_busybear();
readPC = RAM[RAMPC] >> PCF[2] * 32; readPC = RAM[RAMPC] >> PCF[2] * 32;
end 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 if (PCF >= 'h1000 && PCF <= 'h2FFF) begin
readPC = bootram[RAMPC] >> PCF[2] * 32; readPC = bootram[RAMPC] >> PCF[2] * 32;
end end