ConnectableBitsOperators
chisel3.connectable.`package`.ConnectableBitsOperators
implicit class ConnectableBitsOperators[T <: Bits](consumer: T) extends ConnectableBitsOpExtension[T]
ConnectableBits Typeclass defines the :%= operator on UInt and SInt: an explicit truncating connection operator
Value parameters
- consumer
-
the left-hand-side of the connection
Attributes
- Source
- package.scala
- Graph
-
- Supertypes
- Known subtypes
-
class ConnectableBitsDefault[T]
Members list
In this article