chisel3.connectable.Connectable
See theConnectable companion class
object Connectable
Attributes
- Companion
- class
- Source
- Connectable.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Connectable.type
Members list
Type members
Classlikes
Attributes
- Source
- Connectable.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ConnectableOperators[T]class ConnectableDefault[T]
Value members
Concrete methods
Create a Connectable from a Data
def waiveUnmatched[T <: Data](consumer: Connectable[T], producer: Connectable[T]): (Connectable[T], Connectable[T])
Create Connectable for consumer and producer whose unmatched members are waived
Create Connectable for consumer and producer whose unmatched members are waived
Value parameters
- consumer
-
the consumer from whom to waive unmatched members
- producer
-
the producer from whom to waive unmatched members
Attributes
- Source
- Connectable.scala
Implicits
Implicits
final implicit def ConnectableOpExtension[T <: Data](consumer: Connectable[T]): ConnectableOpExtension[T]
Attributes
- Source
- Connectable.scala
In this article