diff options
Diffstat (limited to 'rtl/core/uarch.sv')
| -rw-r--r-- | rtl/core/uarch.sv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index 1574895..d1bdce8 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -62,6 +62,7 @@ typedef struct packed alu_op op; reg_num rn, rd; + logic uses_rn; } data_decode; typedef struct packed |
