diff options
Diffstat (limited to 'rtl/core/decode/ldst/single.sv')
| -rw-r--r-- | rtl/core/decode/ldst/single.sv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rtl/core/decode/ldst/single.sv b/rtl/core/decode/ldst/single.sv index b99c1c0..402c17b 100644 --- a/rtl/core/decode/ldst/single.sv +++ b/rtl/core/decode/ldst/single.sv @@ -11,7 +11,6 @@ module core_decode_ldst_single logic p, w; - assign decode.enable = 1'bx; assign decode.rn = insn `FIELD_LDST_SINGLE_RN; assign decode.rd = insn `FIELD_LDST_SINGLE_RD; assign decode.size = insn `FIELD_LDST_SINGLE_B ? LDST_BYTE : LDST_WORD; |
