summaryrefslogtreecommitdiff
path: root/rtl/core/decode/ldst/single.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-10-17 01:14:14 -0600
committerAlejandro Soto <alejandro@34project.org>2022-10-17 01:14:14 -0600
commitcf3fa9d250dcbc3d0aa0c688a62902f96e195053 (patch)
treeaeea452305fc534834855550394b96f466e9594e /rtl/core/decode/ldst/single.sv
parent8ae68c76a973007617f57c81c7438a65bb215dbb (diff)
Fix unsafe decode signals
Diffstat (limited to 'rtl/core/decode/ldst/single.sv')
-rw-r--r--rtl/core/decode/ldst/single.sv1
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;