ActualDirection

chisel3.ActualDirection
See theActualDirection companion object
sealed abstract class ActualDirection(val value: Byte)

Resolved directions for both leaf and container nodes, only visible after a node is bound (since higher-level specifications like Input and Output can override directions).

Attributes

Companion
object
Source
Data.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty
object Input
object Output
object Unspecified
In this article