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
class Object
trait Matchable
class Any
Known subtypes

Members list

Grouped members

connection

final def :%=[S <: Bits](lProducer: => S)(implicit evidence: T =:= S, sourceInfo: SourceInfo): Unit

$colonPercentEq

$colonPercentEq

Value parameters

producer

the right-hand-side of the connection

Attributes

Inherited from:
ConnectableBitsOpExtension
Source
Connectable.scala