Class

spinal.core

BigIntBuilder

Related Doc: package core

Permalink

case class BigIntBuilder(i: BigInt) extends Product with Serializable

BigInt Builder

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigIntBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BigIntBuilder(i: BigInt)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def Byte: BigInt

    Permalink

    Size

  5. def Bytes: BigInt

    Permalink
  6. def EiB: BigInt

    Permalink
  7. def GiB: BigInt

    Permalink
  8. def KiB: BigInt

    Permalink
  9. def MiB: BigInt

    Permalink
  10. def PiB: BigInt

    Permalink
  11. def TiB: BigInt

    Permalink
  12. def YiB: BigInt

    Permalink
  13. def ZiB: BigInt

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def bit: BitCount

    Permalink
  16. def bits: BitCount

    Permalink
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def cycles: CyclesCount

    Permalink

    Number of cycles

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

    Permalink
    Definition Classes
    AnyRef
  20. def exp: ExpNumber

    Permalink
  21. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. val i: BigInt

    Permalink
  24. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def pos: PosCount

    Permalink
  29. def slices: SlicesCount

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def GB: BigInt

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  2. def MB: BigInt

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  3. def TB: BigInt

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  4. def kB: BigInt

    Permalink
    Annotations
    @deprecated
    Deprecated

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped