Add capability-aware compressed decoding
This commit is contained in:
@@ -626,7 +626,7 @@ module mkFetchStage(FetchStage);
|
||||
end
|
||||
end else if (is_16b_inst(frag.inst_frag)) begin // 16-bit instruction
|
||||
new_pick = tagged Valid fetch3_2_instC(frag,
|
||||
fv_decode_C (misa, misa_mxl_64, frag.inst_frag),
|
||||
fv_decode_C (misa, misa_mxl_64, getFlags(decompressPc(frag.pc))==1, frag.inst_frag),
|
||||
zeroExtend(frag.inst_frag));
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user