SourceShrinker improvements (#1197)
* SourceShrinker: preserve FIFO guarantees of slaves * tilelink: document that Releases can use TtoT, BtoB, and NtoN TtoT is needed for write-through caches.
This commit is contained in:
committed by
GitHub
parent
338e453a91
commit
5854fb5f7c
@ -76,7 +76,7 @@ object TLPermissions
|
||||
def BtoN = UInt(2, cWidth)
|
||||
def isShrink(x: UInt) = x <= BtoN
|
||||
|
||||
// Report types (ProbeAck)
|
||||
// Report types (ProbeAck, Release)
|
||||
def TtoT = UInt(3, cWidth)
|
||||
def BtoB = UInt(4, cWidth)
|
||||
def NtoN = UInt(5, cWidth)
|
||||
|
Reference in New Issue
Block a user