From cf3fa9d250dcbc3d0aa0c688a62902f96e195053 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 17 Oct 2022 01:14:14 -0600 Subject: Fix unsafe decode signals --- rtl/core/decode/ldst/single.sv | 1 + 1 file changed, 1 insertion(+) (limited to 'rtl/core/decode/ldst/single.sv') 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; -- cgit v1.2.3