fix number of builtin Acquire types
This commit is contained in:
parent
86e31be820
commit
0a1cd64786
@ -342,7 +342,7 @@ class SecondaryMissInfo(implicit p: Parameters) extends TLBundle
|
|||||||
* @param union additional fields used for uncached types
|
* @param union additional fields used for uncached types
|
||||||
*/
|
*/
|
||||||
object Acquire {
|
object Acquire {
|
||||||
val nBuiltInTypes = 5
|
val nBuiltInTypes = 7
|
||||||
//TODO: Use Enum
|
//TODO: Use Enum
|
||||||
def getType = UInt("b000") // Get a single beat of data
|
def getType = UInt("b000") // Get a single beat of data
|
||||||
def getBlockType = UInt("b001") // Get a whole block of data
|
def getBlockType = UInt("b001") // Get a whole block of data
|
||||||
|
Loading…
Reference in New Issue
Block a user