forked from Github_Repos/cvw
Quick fix to ahblite missing default statement done in class :)
This commit is contained in:
parent
e3deb49b75
commit
374a93dae6
@ -131,6 +131,7 @@ module ahblite (
|
||||
else NextBusState = IDLE; // if (InstrReadF still high)
|
||||
INSTRREADC: if (~HREADY) NextBusState = INSTRREADC; // "C" for "competing", meaning please don't mess up the memread in the W stage.
|
||||
else NextBusState = IDLE;
|
||||
default: NextBusState = IDLE;
|
||||
endcase
|
||||
|
||||
// stall signals
|
||||
|
Loading…
Reference in New Issue
Block a user