public final class FilterHitAndTagReplacedEx extends java.lang.Object implements BiPredicate<MemoryAccess,BufferUnitedDependency>
TAG_REPLACED
and HIT
are simultaneously set for
devices with the same address type.
NOTE: Filtering such test templates off does not mean that they are unsatisfiable; it means
that the solver cannot satisfy the HIT
and MISS
constraints if the
TAG_REPLACED
hazard is specified, and there by, it is redundant to iterate buffer
access events.
Constructor and Description |
---|
FilterHitAndTagReplacedEx() |
Modifier and Type | Method and Description |
---|---|
boolean |
test(MemoryAccess access,
BufferUnitedDependency dependency) |
public boolean test(MemoryAccess access, BufferUnitedDependency dependency)
test
in interface BiPredicate<MemoryAccess,BufferUnitedDependency>