mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
restored
This commit is contained in:
parent
3bb8e0d918
commit
d32421822c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user