ConnectableBitsOpExtension

chisel3.connectable.Connectable.ConnectableBitsOpExtension
implicit class ConnectableBitsOpExtension[T <: Bits](consumer: Connectable[T])

Attributes

Source
Connectable.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

Source
Connectable.scala