diff options
Diffstat (limited to 'rtl/core/decode/ldst/single.sv')
| -rw-r--r-- | rtl/core/decode/ldst/single.sv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/core/decode/ldst/single.sv b/rtl/core/decode/ldst/single.sv index 402c17b..b99c1c0 100644 --- a/rtl/core/decode/ldst/single.sv +++ b/rtl/core/decode/ldst/single.sv @@ -11,6 +11,7 @@ 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; |
