diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-10-17 01:14:14 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-10-17 01:14:14 -0600 |
| commit | cf3fa9d250dcbc3d0aa0c688a62902f96e195053 (patch) | |
| tree | aeea452305fc534834855550394b96f466e9594e /rtl/core/uarch.sv | |
| parent | 8ae68c76a973007617f57c81c7438a65bb215dbb (diff) | |
Fix unsafe decode signals
Diffstat (limited to '')
| -rw-r--r-- | rtl/core/uarch.sv | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index bd9ed03..5b4183c 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -70,7 +70,6 @@ typedef struct packed r_shift; logic shift_by_reg, is_imm, - shl, shr, ror, put_carry, @@ -110,8 +109,7 @@ typedef struct packed typedef struct packed { - logic shl, - shr, + logic shr, ror, put_carry, sign_extend; |
