mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 01:44:41 +00:00
pipelined/src/ieu/ieu.sv
This commit is contained in:
parent
3124ebc3e1
commit
2c00ac5254
@ -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 ***
|
||||
|
Loading…
Reference in New Issue
Block a user