public class TagMarginReadOp extends TagOp
Constructor and Description |
---|
TagMarginReadOp() |
Modifier and Type | Method and Description |
---|---|
TagData |
getAccessPassword() |
int |
getBitPointer() |
MarginReadMask |
getMarginMask() |
MemoryBank |
getMemoryBank() |
void |
setAccessPassword(TagData accessPassword) |
void |
setBitPointer(int bitPointer) |
void |
setMarginMask(MarginReadMask marginMask)
sets the margin mask to compare the tag memory value against
|
void |
setMemoryBank(MemoryBank memoryBank) |
public TagData getAccessPassword()
public void setAccessPassword(TagData accessPassword)
accessPassword
- Tag access password. Required only if an access
password has been set for the target memory bank.public int getBitPointer()
public void setBitPointer(int bitPointer)
bitPointer
- the starting bit position to apply the tag mask when
performing margin readpublic MarginReadMask getMarginMask()
public void setMarginMask(MarginReadMask marginMask)
marginMask
- the margin maskpublic MemoryBank getMemoryBank()
public void setMemoryBank(MemoryBank memoryBank)
memoryBank
- Tag memory bank to write to.