mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
restored
This commit is contained in:
parent
251aa982eb
commit
adadc21fc6
@ -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