diff --git a/pipelined/src/ifu/ifu.sv b/pipelined/src/ifu/ifu.sv index 8014d2384..2ea40b933 100644 --- a/pipelined/src/ifu/ifu.sv +++ b/pipelined/src/ifu/ifu.sv @@ -343,7 +343,7 @@ module ifu ( flopenrc #(`XLEN) PCDReg(clk, reset, FlushD, ~StallD, PCF, PCD); // expand 16-bit compressed instructions to 32 bits - decompress decomp(.InstrRawD, .InstrD, .IllegalCompInstrD); + decompress decomp(.InstrRawD, .InstrD, .IllegalCompInstrD); // *** move the config logic outside assign IllegalIEUInstrFaultD = IllegalBaseInstrFaultD | IllegalCompInstrD; // illegal if bad 32 or 16-bit instr // Misaligned PC logic