spinal.core

BaseTypeCast

Related Doc: package core

trait BaseTypeCast extends BoolCast with UIntCast with SIntCast with BitsCast with SFixCast with UFixCast

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BaseTypeCast
  2. UFixCast
  3. SFixCast
  4. BitsCast
  5. SIntCast
  6. UIntCast
  7. BoolCast
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 asBits(that: Data): Bits

    Definition Classes
    BitsCast
  5. def asBool(that: SInt): Bool

    Definition Classes
    BoolCast
  6. def asBool(that: UInt): Bool

    Definition Classes
    BoolCast
  7. def asBool(that: Bits): Bool

    Definition Classes
    BoolCast
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def asSInt(that: UInt): SInt

    Definition Classes
    SIntCast
  10. def asSInt(that: Bits): SInt

    Definition Classes
    SIntCast
  11. def asSInt(that: Bool): SInt

    Definition Classes
    SIntCast
  12. def asUInt(that: SInt): UInt

    Definition Classes
    UIntCast
  13. def asUInt(that: Bits): UInt

    Definition Classes
    UIntCast
  14. def asUInt(that: Bool): UInt

    Definition Classes
    UIntCast
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  26. def toSFix(sint: SInt): SFix

    Definition Classes
    SFixCast
  27. def toSInt(that: SFix): SInt

    Definition Classes
    SIntCast
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def toUFix(uint: UInt): UFix

    Definition Classes
    UFixCast
  30. def toUInt(that: UFix): UInt

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UFixCast

Inherited from SFixCast

Inherited from BitsCast

Inherited from SIntCast

Inherited from UIntCast

Inherited from BoolCast

Inherited from AnyRef

Inherited from Any

Ungrouped