ConnectableVecDefault
chisel3.Data.ConnectableVecDefault
implicit class ConnectableVecDefault[T <: Data](consumer: Vec[T]) extends ConnectableVecOperators[T]
Provides :<>=, :<=, :>=, and :#= between a (consumer: Vec) and (producer: Seq)
Attributes
- Source
- Data.scala
- Graph
-
- Supertypes
Members list
Grouped members
connection
$colonHashEq
$colonHashEq
Value parameters
- producer
-
the right-hand-side of the connection, all members will be driving, none will be driven-to
Attributes
- Inherited from:
- ConnectableVecOperators
- Source
- package.scala
$colonHashEq
$colonHashEq
Value parameters
- producer
-
the right-hand-side of the connection, all members will be driving, none will be driven-to
Attributes
- Inherited from:
- ConnectableVecOperators
- Source
- package.scala
$colonLessEq
$colonLessEq
Value parameters
- producer
-
the right-hand-side of the connection; will always drive leaf connections, and never get driven by leaf connections ("aligned connection")
Attributes
- Inherited from:
- ConnectableVecOperators
- Source
- package.scala
$colonLessGreaterEq
$colonLessGreaterEq
Value parameters
- producer
-
the right-hand-side of the connection
Attributes
- Inherited from:
- ConnectableVecOperators
- Source
- package.scala
$colonGreaterEq
$colonGreaterEq
Value parameters
- producer
-
the right-hand-side of the connection; will always be driven by leaf connections, and never drive leaf connections ("flipped connection")
Attributes
- Inherited from:
- ConnectableVecOperators
- Source
- package.scala
In this article