diff options
Diffstat (limited to 'rtl/core/uarch.sv')
| -rw-r--r-- | rtl/core/uarch.sv | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index d1bdce8..3e4a470 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -59,6 +59,15 @@ typedef logic[4:0] psr_mode; typedef struct packed { + logic execute, + undefined, + conditional, + writeback, + update_flags; +} datapath_decode; + +typedef struct packed +{ alu_op op; reg_num rn, rd; |
