ConnectableDontCare

chisel3.connectable.`package`.ConnectableDontCare
implicit class ConnectableDontCare(consumer: DontCare.type) extends ConnectableDocs

Attributes

Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Grouped members

connection

final def :>=[T <: Data](producer: => T)(implicit sourceInfo: SourceInfo): Unit

$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

Source
package.scala