TLBuffer: Add a nodedebugstring for quick browsing of the properties of the buffer.
This commit is contained in:
@ -279,6 +279,9 @@ case class BufferParams(depth: Int, flow: Boolean, pipe: Boolean)
|
||||
sq.io.enq <> x
|
||||
sq.io.deq
|
||||
}
|
||||
|
||||
override def toString() = "BufferParams:%d%s%s".format(depth, if (flow) "F" else "", if (pipe) "P" else "")
|
||||
|
||||
}
|
||||
|
||||
object BufferParams
|
||||
|
Reference in New Issue
Block a user