compressed_decoder.sv: Fix FP word L/S decompression as per ISA spec v2.2.
Created by: zchamski
This PR provides a proposed fix to issue #956 (closed). It adds RV32-specific decompression of compressed L/S instructions that have different meaning on RV32C and RV64C.
Files changed:
- core/compressed_decoder.sv: Use word L/S patterns in FLW/FSW/FLWSP/FSWSP expansions on RV32C.
Signed-off-by: Zbigniew Chamski zbigniew.chamski@thalesgroup.com