From 15866cb11d5417c23bb0ab0e47e04121512ca300 Mon Sep 17 00:00:00 2001 From: David Harris Date: Tue, 17 Jan 2023 06:08:26 -0800 Subject: [PATCH] pipelined/src/ieu/ieu.sv --- pipelined/src/ieu/ieu.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/src/ieu/ieu.sv b/pipelined/src/ieu/ieu.sv index 85a8bc5d9..de8dbc4ed 100644 --- a/pipelined/src/ieu/ieu.sv +++ b/pipelined/src/ieu/ieu.sv @@ -65,7 +65,7 @@ module ieu ( input logic StallD, StallE, StallM, StallW, // Final stall signals *** input logic FlushD, FlushE, FlushM, FlushW, // Flush signals output logic FCvtIntStallD, LoadStallD, // Intermediate stall signals *** - output logic MDUStallD, CSRRdStallD, StoreStallD + output logic MDUStallD, CSRRdStallD, StoreStallD, output logic PCSrcE, // Select next PC (between PC+4 and IEUAdrE) output logic CSRReadM, CSRWriteM, PrivilegedM,// CSR read, CSR write, is privileged instruction *** output logic CSRWriteFenceM // CSR write is a fence instruction ***