mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-30 00:14:28 +00:00
Quick fix to ahblite missing default statement done in class :)
This commit is contained in:
parent
3b9895cfe9
commit
7a40c27b59
@ -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