public final class Buffer extends AbstractStorage
ENTRY_NAME, HIT_ATTR_NAME, READ_ATTR_NAME, WRITE_ATTR_NAME
Constructor and Description |
---|
Buffer(java.lang.String id,
MmuBuffer.Kind kind,
Address address,
Variable addressArg,
Variable dataArg,
java.math.BigInteger ways,
java.math.BigInteger sets,
ru.ispras.fortress.expression.Node index,
ru.ispras.fortress.expression.Node match,
PolicyId policy,
Buffer parent) |
Modifier and Type | Method and Description |
---|---|
Type |
getEntry() |
ru.ispras.fortress.expression.Node |
getIndex() |
MmuBuffer.Kind |
getKind() |
ru.ispras.fortress.expression.Node |
getMatch() |
Buffer |
getParent() |
PolicyId |
getPolicy() |
java.math.BigInteger |
getSets() |
java.math.BigInteger |
getWays() |
java.lang.String |
toString() |
getAddress, getAddressArg, getAttribute, getAttributes, getDataArg, getId, getVariable, getVariables
public MmuBuffer.Kind getKind()
public java.math.BigInteger getWays()
public java.math.BigInteger getSets()
public Type getEntry()
public ru.ispras.fortress.expression.Node getIndex()
public ru.ispras.fortress.expression.Node getMatch()
public PolicyId getPolicy()
public Buffer getParent()
public java.lang.String toString()
toString
in class java.lang.Object