mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Cause simplification
This commit is contained in:
parent
de51c7eeb3
commit
7daf631c13
@ -55,7 +55,7 @@ module csr #(parameter
|
|||||||
input logic ICacheMiss,
|
input logic ICacheMiss,
|
||||||
input logic ICacheAccess,
|
input logic ICacheAccess,
|
||||||
input logic [1:0] NextPrivilegeModeM, PrivilegeModeW,
|
input logic [1:0] NextPrivilegeModeM, PrivilegeModeW,
|
||||||
input logic [`XLEN-1:0] CauseM, //NextFaultMtvalM,
|
input logic [`XLEN-1:0] CauseM,
|
||||||
input logic SelHPTW,
|
input logic SelHPTW,
|
||||||
output logic [1:0] STATUS_MPP,
|
output logic [1:0] STATUS_MPP,
|
||||||
output logic STATUS_SPP, STATUS_TSR, STATUS_TVM,
|
output logic STATUS_SPP, STATUS_TSR, STATUS_TVM,
|
||||||
|
Loading…
Reference in New Issue
Block a user