added do not cares for missing struct fields in ROB

This commit is contained in:
Franz Fuchs
2022-10-20 16:34:57 +01:00
committed by Alexandre Joannou
parent 0562cb18a1
commit de0e19ca55

View File

@@ -1072,6 +1072,9 @@ module mkSupReorderBuffer#(
way: way,
ptr: enqP[way],
t: enqTime + fromInteger(i)
`ifdef RVFI_DII
, dii_next_pid: ?
`endif
};
endmethod
endinterface);
@@ -1104,6 +1107,9 @@ module mkSupReorderBuffer#(
way: way,
ptr: deqP[way],
t: deqTime + fromInteger(i)
`ifdef RVFI_DII
, dii_next_pid: ?
`endif
};
endmethod
endinterface);