Packages

p

chisel3

connectable

package connectable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. connectable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class Connectable[+T <: Data] extends AnyRef

    A data for whom members if left dangling or unassigned with not trigger an error A waived member will still be connected to if present in both producer and consumer

  2. type ConnectableDocs = connectable.Connectable.ConnectableDocs
  3. implicit class ConnectableDontCare extends ConnectableDocs
  4. implicit class ConnectableOperators[T <: Data] extends ConnectableOpExtension[T]

    Connectable Typeclass defines the following operators on all subclasses of Data: :<=, :>=, :<>=, :#=

  5. implicit class ConnectableVecOperators[T <: Data] extends ConnectableDocs

    ConnectableVec Typeclass defines the following operators on between a (consumer: Vec) and (producer: Seq): :<=, :>=, :<>=, :#=

Value Members

  1. object Alignment
  2. object Connectable

Inherited from AnyRef

Inherited from Any

Ungrouped