diff options
Diffstat (limited to 'rtl/core/uarch.sv')
| -rw-r--r-- | rtl/core/uarch.sv | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index e089e35..3aff072 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -86,7 +86,8 @@ typedef struct packed branch, coproc, ldst, - mul; + mul, + psr; } ctrl_decode; typedef struct packed @@ -194,7 +195,8 @@ typedef struct packed exception, mul, mul_acc_ld, - mul_hi_wb; + mul_hi_wb, + psr; } ctrl_cycle; typedef struct packed |
