ToAHB: appease AHB VIP
This commit is contained in:
parent
963d244094
commit
778c8a5c97
@ -68,6 +68,10 @@ class TLToAHB(val aFlow: Boolean = false)(implicit p: Parameters) extends LazyMo
|
|||||||
resetState.full := Bool(false)
|
resetState.full := Bool(false)
|
||||||
resetState.send := Bool(false)
|
resetState.send := Bool(false)
|
||||||
resetState.first := Bool(true)
|
resetState.first := Bool(true)
|
||||||
|
// These are needed to appease AHB VIP:
|
||||||
|
resetState.hsize := UInt(0)
|
||||||
|
resetState.hburst:= UInt(0)
|
||||||
|
resetState.addr := UInt(0)
|
||||||
|
|
||||||
// The stages of the combinational pipeline
|
// The stages of the combinational pipeline
|
||||||
val reg = RegInit(resetState)
|
val reg = RegInit(resetState)
|
||||||
|
Loading…
Reference in New Issue
Block a user