Quick fix to ahblite missing default statement done in class :)

This commit is contained in:
Teo Ene 2021-04-15 15:29:04 -05:00
parent 3b9895cfe9
commit 7a40c27b59

View File

@ -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