subsystem: add TLIdentity.gen and make wrappers more flexible
This commit is contained in:
@ -54,3 +54,10 @@ trait HasTLXbarPhy { this: TLBusWrapper =>
|
||||
protected def inwardNode: TLInwardNode = xbar.node
|
||||
protected def outwardNode: TLOutwardNode = xbar.node
|
||||
}
|
||||
|
||||
object TLIdentity {
|
||||
def gen: TLNode = {
|
||||
val passthru = TLIdentityNode()
|
||||
passthru
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user