From 7a40c27b591fc7f13a2002154c2ccbf5ff3ac267 Mon Sep 17 00:00:00 2001 From: Teo Ene <teodor@rivendell.ecen.okstate.edu> Date: Thu, 15 Apr 2021 15:29:04 -0500 Subject: [PATCH] Quick fix to ahblite missing default statement done in class :) --- wally-pipelined/src/ebu/ahblite.sv | 1 + 1 file changed, 1 insertion(+) diff --git a/wally-pipelined/src/ebu/ahblite.sv b/wally-pipelined/src/ebu/ahblite.sv index d3cd98341..919b882fe 100644 --- a/wally-pipelined/src/ebu/ahblite.sv +++ b/wally-pipelined/src/ebu/ahblite.sv @@ -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