summaryrefslogtreecommitdiff
path: root/rtl/core/uarch.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/core/uarch.sv')
-rw-r--r--rtl/core/uarch.sv4
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;