Corrected CCSeal decoding function

This commit is contained in:
Franz Fuchs
2024-12-20 10:59:15 +00:00
committed by PeterRugg
parent 995b978e59
commit d1bea2faf0

View File

@@ -1039,7 +1039,7 @@ function DecodeResult decode(Instruction inst, Bool cap_mode);
regs.dst = Valid(tagged Gpr rd);
regs.src1 = Valid(tagged Gpr rs1);
regs.src2 = Valid(tagged Gpr rs2);
dInst.capFunc = CapModify (Seal);
dInst.capFunc = CapModify (CSeal);
end
f7_cap_TwoSrc: begin
case (rd)