rocketchip: work-around ucb-bar/chisel3#472
This commit is contained in:
@ -9,8 +9,8 @@ object APBParameters
|
||||
// These are all fixed by the AHB standard:
|
||||
val protBits = 3
|
||||
|
||||
val PROT_PRIVILEDGED = UInt(1, width = protBits)
|
||||
val PROT_NONSECURE = UInt(2, width = protBits)
|
||||
val PROT_INSTRUCTION = UInt(4, width = protBits)
|
||||
def PROT_PRIVILEDGED = UInt(1, width = protBits)
|
||||
def PROT_NONSECURE = UInt(2, width = protBits)
|
||||
def PROT_INSTRUCTION = UInt(4, width = protBits)
|
||||
def PROT_DEFAULT = PROT_PRIVILEDGED
|
||||
}
|
||||
|
Reference in New Issue
Block a user