1
0

fix number of builtin Acquire types

This commit is contained in:
Howard Mao 2016-07-21 13:45:20 -07:00
parent 86e31be820
commit 0a1cd64786

View File

@ -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