Add missing ifdef.

This commit is contained in:
jon
2020-04-07 12:37:14 +01:00
parent 850e632140
commit 2918854bbc

View File

@@ -243,7 +243,9 @@ module mkFpuMulDivExePipeline#(FpuMulDivExeInput inIfc)(FpuMulDivExePipeline);
end
// update the instruction in the reorder buffer.
inIfc.rob_setExecuted(tag, data, fflags, tagged Invalid, cast(inIfc.scaprf_rd(SCR_PCC))
`ifdef RVFI_DII
, ExtraTraceBundle{regWriteData: data, memByteEn: ?}
`endif
);
// since FPU op has no spec tag, this doFinish rule is ordered before
// other rules that calls incorrectSpec, and BSV compiler creates