spinal.core

IODirection

Related Doc: package core

trait IODirection extends BaseTypeFactory

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IODirection
  2. BaseTypeFactory
  3. SIntFactory
  4. UIntFactory
  5. BitsFactory
  6. BoolFactory
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def applyIt[T <: Data](data: T): T

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def Bits(): Bits

    Definition Classes
    IODirectionBitsFactory
  5. def Bits(width: BitCount): Bits

    Definition Classes
    BitsFactory
  6. def Bool: Bool

    Definition Classes
    IODirectionBoolFactory
  7. def Bool(value: Boolean): Bool

    Definition Classes
    BoolFactory
  8. def SInt(): SInt

    Definition Classes
    IODirectionSIntFactory
  9. def SInt(width: BitCount): SInt

    Definition Classes
    SIntFactory
  10. def UInt(): UInt

    Definition Classes
    IODirectionUIntFactory
  11. def UInt(width: BitCount): UInt

    Definition Classes
    UIntFactory
  12. object Vec extends VecFactory

  13. def apply(enum: SpinalEnum): SpinalEnumCraft[enum.type]

  14. def apply[T <: Data](datas: T*): Unit

  15. def apply[T <: Data](data: T): T

  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def cloneOf[T <: Data](that: T): T

  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseTypeFactory

Inherited from SIntFactory

Inherited from UIntFactory

Inherited from BitsFactory

Inherited from BoolFactory

Inherited from AnyRef

Inherited from Any

Ungrouped