spinal.core

IODirection

Related Doc: package core

trait IODirection extends BaseTypeFactory with BaseTypeCast

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IODirection
  2. BaseTypeCast
  3. BitsCast
  4. SIntCast
  5. UIntCast
  6. BoolCast
  7. BaseTypeFactory
  8. SIntFactory
  9. UIntFactory
  10. BitsFactory
  11. BoolFactory
  12. AnyRef
  13. 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](data: T): T

  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  28. def toBits(that: Data): Bits

    Definition Classes
    BitsCast
  29. def toBool(that: SInt): Bool

    Definition Classes
    BoolCast
  30. def toBool(that: UInt): Bool

    Definition Classes
    BoolCast
  31. def toBool(that: Bits): Bool

    Definition Classes
    BoolCast
  32. def toSInt(that: UInt): SInt

    Definition Classes
    SIntCast
  33. def toSInt(that: Bits): SInt

    Definition Classes
    SIntCast
  34. def toSInt(that: Bool): SInt

    Definition Classes
    SIntCast
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def toUInt(that: SInt): UInt

    Definition Classes
    UIntCast
  37. def toUInt(that: Bits): UInt

    Definition Classes
    UIntCast
  38. def toUInt(that: Bool): UInt

    Definition Classes
    UIntCast
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseTypeCast

Inherited from BitsCast

Inherited from SIntCast

Inherited from UIntCast

Inherited from BoolCast

Inherited from BaseTypeFactory

Inherited from SIntFactory

Inherited from UIntFactory

Inherited from BitsFactory

Inherited from BoolFactory

Inherited from AnyRef

Inherited from Any

Ungrouped