SpecifiedDirection

chisel3.SpecifiedDirection
See theSpecifiedDirection companion class

Attributes

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

Members list

Type members

Classlikes

case object Flip extends SpecifiedDirection

Mainly for containers, children are flipped.

Mainly for containers, children are flipped.

Attributes

Source
Data.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Flip.type
case object Input extends SpecifiedDirection

Node and its children are forced as inputs

Node and its children are forced as inputs

Attributes

Source
Data.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Input.type
case object Output extends SpecifiedDirection

Node and its children are forced as output

Node and its children are forced as output

Attributes

Source
Data.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Output.type
case object Unspecified extends SpecifiedDirection

Default user direction, also meaning 'not-flipped'

Default user direction, also meaning 'not-flipped'

Attributes

Source
Data.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

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

Attributes

Source
Data.scala
def fromParent(parentDirection: SpecifiedDirection, thisDirection: SpecifiedDirection): SpecifiedDirection

Returns the effective SpecifiedDirection of this node given the parent's effective SpecifiedDirection and the user-specified SpecifiedDirection of this node.

Returns the effective SpecifiedDirection of this node given the parent's effective SpecifiedDirection and the user-specified SpecifiedDirection of this node.

Attributes

Source
Data.scala