chisel3.connectable.`package`.ConnectableVecOperators
ConnectableVec Typeclass defines the following operators on between a (consumer: Vec) and (producer: Seq): :<=, :>=, :<>=, :#=
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
connection
Value parameters
-
producer
-
the right-hand-side of the connection, all members will be driving, none will be driven-to
Attributes
-
Source
-
package.scala
Value parameters
-
producer
-
the right-hand-side of the connection, all members will be driving, none will be driven-to
Attributes
-
Source
-
package.scala
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
-
Source
-
package.scala
Value parameters
-
producer
-
the right-hand-side of the connection
Attributes
-
Source
-
package.scala
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
-
Source
-
package.scala