diplomacy: provide a val name for all LazyModule constructions
This commit is contained in:
@ -334,7 +334,10 @@ class TLRAMModel(log: String = "", ignoreErrorData: Boolean = false)(implicit p:
|
||||
object TLRAMModel
|
||||
{
|
||||
def apply(log: String = "", ignoreErrorData: Boolean = false)(implicit p: Parameters): TLNode =
|
||||
LazyModule(new TLRAMModel(log, ignoreErrorData)).node
|
||||
{
|
||||
val model = LazyModule(new TLRAMModel(log, ignoreErrorData))
|
||||
model.node
|
||||
}
|
||||
|
||||
case class MonitorParameters(addressBits: Int, sizeBits: Int)
|
||||
|
||||
|
Reference in New Issue
Block a user