Alignment

chisel3.connectable.Alignment
object Alignment

Attributes

Source
Alignment.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Alignment.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def isCoercing(member: Data): Boolean

Indicates whether a member of a component or type is coercing This occurs if the member or a parent of member is declared with an Input or Output

Indicates whether a member of a component or type is coercing This occurs if the member or a parent of member is declared with an Input or Output

Value parameters

member

the member of a component or type that could be coercing

Attributes

Source
Alignment.scala