Packages

c

spinal.core

IntBuilder

final class IntBuilder extends AnyVal

Integer Builder

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntBuilder
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntBuilder(i: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def Byte: BigInt

    Size

  5. def Bytes: BigInt
  6. def EiB: BigInt
  7. def GHz: HertzNumber
  8. def GiB: BigInt
  9. def Hz: HertzNumber
  10. def KiB: BigInt
  11. def MHz: HertzNumber
  12. def MiB: BigInt
  13. def PiB: BigInt
  14. def THz: HertzNumber

    Frequency

  15. def TiB: BigInt
  16. def YiB: BigInt
  17. def ZiB: BigInt
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def bit: BitCount
  20. def bits: BitCount
  21. def cycles: CyclesCount

    Number of cycles

  22. def downto(start: Int): Inclusive
  23. def exp: ExpNumber
  24. def fs: TimeNumber
  25. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  26. def hr: TimeNumber

    Time

  27. val i: Int
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def kHz: HertzNumber
  30. def mn: TimeNumber
  31. def ms: TimeNumber
  32. def ns: TimeNumber
  33. def pos: PosCount
  34. def ps: TimeNumber
  35. def sec: TimeNumber
  36. def slices: SlicesCount
  37. def toString(): String
    Definition Classes
    Any
  38. def us: TimeNumber

Deprecated Value Members

  1. def GB: BigInt
    Annotations
    @deprecated
    Deprecated

    (Since version SpinalHDL 1.3.1) Deprecated in favor of IEC units

  2. def MB: BigInt
    Annotations
    @deprecated
    Deprecated

    (Since version SpinalHDL 1.3.1) Deprecated in favor of IEC units

  3. def TB: BigInt
    Annotations
    @deprecated
    Deprecated

    (Since version SpinalHDL 1.3.1) Deprecated in favor of IEC units

  4. def kB: BigInt
    Annotations
    @deprecated
    Deprecated

    (Since version SpinalHDL 1.3.1) Deprecated in favor of IEC units

Inherited from AnyVal

Inherited from Any

Ungrouped