Class

firrtl_interpreter

ConcreteUInt

Related Doc: package firrtl_interpreter

Permalink

case class ConcreteUInt(value: BigInt, width: Int, poisoned: Boolean = false) extends Concrete with Product with Serializable

A runtime instance of a UInt

value

the BigInt value of this UInt, must be non-negative

width

the number of bits in this value, must be big enough to contain value

Source
Concrete.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Concrete, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConcreteUInt
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Concrete
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConcreteUInt(value: BigInt, width: Int, poisoned: Boolean = false)

    Permalink

    value

    the BigInt value of this UInt, must be non-negative

    width

    the number of bits in this value, must be big enough to contain value

Value Members

  1. def !=(that: Concrete): ConcreteUInt

    Permalink
    Definition Classes
    Concrete
  2. final def !=(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def %(that: Concrete): Concrete

    Permalink
    Definition Classes
    Concrete
  5. def &(that: Concrete): ConcreteUInt

    Permalink
    Definition Classes
    Concrete
  6. def *(that: Concrete): Concrete

    Permalink
    Definition Classes
    Concrete
  7. def +(that: Concrete): Concrete

    Permalink
    Definition Classes
    Concrete
  8. def -(that: Concrete): Concrete

    Permalink
    Definition Classes
    Concrete
  9. def /(that: Concrete): Concrete

    Permalink
    Definition Classes
    Concrete
  10. def <(that: Concrete): ConcreteUInt

    Permalink
    Definition Classes
    Concrete
  11. def <<(shift: Int): Concrete

    Permalink
    Definition Classes
    Concrete
  12. def <<(that: BigInt): Concrete

    Permalink
    Definition Classes
    Concrete
  13. def <<(that: ConcreteUInt): Concrete

    Permalink
    Definition Classes
    Concrete
  14. def <<(that: Concrete): Concrete

    Permalink
    Definition Classes
    Concrete
  15. def <=(that: Concrete): ConcreteUInt

    Permalink
    Definition Classes
    Concrete
  16. def ==(that: Concrete): ConcreteUInt

    Permalink
    Definition Classes
    Concrete
  17. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def >(that: Concrete): ConcreteUInt

    Permalink
    Definition Classes
    Concrete
  19. def >=(that: Concrete): ConcreteUInt

    Permalink
    Definition Classes
    Concrete
  20. def >>(shift: Int): Concrete

    Permalink
    Definition Classes
    Concrete
  21. def >>(that: BigInt): Concrete

    Permalink
    Definition Classes
    Concrete
  22. def >>(that: Concrete): Concrete

    Permalink
    Definition Classes
    Concrete
  23. def ^(that: Concrete): ConcreteUInt

    Permalink
    Definition Classes
    Concrete
  24. def andReduce: Concrete

    Permalink
    Definition Classes
    Concrete
  25. def asClock: ConcreteClock

    Permalink
    Definition Classes
    Concrete
  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. def asSInt: ConcreteSInt

    Permalink
    Definition Classes
    Concrete
  28. def asUInt: ConcreteUInt

    Permalink
    Definition Classes
    Concrete
  29. def bits(hi: BigInt, lo: BigInt): Concrete

    Permalink
    Definition Classes
    Concrete
  30. val bitsRequired: Int

    Permalink
  31. def cat(that: Concrete): ConcreteUInt

    Permalink
    Definition Classes
    Concrete
  32. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  33. def cvt: ConcreteSInt

    Permalink
    Definition Classes
    Concrete
  34. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. def forceWidth(tpe: Type): ConcreteUInt

    Permalink
    Definition Classes
    ConcreteUIntConcrete
  36. def forceWidth(newWidth: Int): ConcreteUInt

    Permalink
    Definition Classes
    ConcreteUIntConcrete
  37. def getBits(hi: Int, lo: Int): BigInt

    Permalink
    Definition Classes
    Concrete
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  39. def head(n: BigInt): Concrete

    Permalink
    Definition Classes
    Concrete
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. val lowBitOffset: Int

    Permalink
    Definition Classes
    Concrete
  42. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. def neg: ConcreteSInt

    Permalink
    Definition Classes
    Concrete
  44. def not: ConcreteUInt

    Permalink
    Definition Classes
    Concrete
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  47. def orReduce: Concrete

    Permalink
    Definition Classes
    Concrete
  48. def pad(n: Int): Concrete

    Permalink
    Definition Classes
    Concrete
  49. def pad(n: BigInt): Concrete

    Permalink
    Definition Classes
    Concrete
  50. def poison(p1: Boolean, p2: Boolean): Boolean

    Permalink
    Definition Classes
    Concrete
  51. def poisonString: String

    Permalink
    Definition Classes
    Concrete
  52. val poisoned: Boolean

    Permalink
    Definition Classes
    ConcreteUIntConcrete
  53. def showValue: String

    Permalink
    Definition Classes
    Concrete
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  55. def tail(n: Int): ConcreteUInt

    Permalink
    Definition Classes
    Concrete
  56. def tail(n: BigInt): ConcreteUInt

    Permalink
    Definition Classes
    Concrete
  57. def toBinaryString: String

    Permalink

    Show just the bit value of this concrete, string is left padded with zeros to match width This functions does not include type and poison information, it's just the bits.

    Show just the bit value of this concrete, string is left padded with zeros to match width This functions does not include type and poison information, it's just the bits.

    Definition Classes
    Concrete
  58. def toHexString: String

    Permalink

    Show just the bit value of this concrete, string is left padded with zeros to match width

    Show just the bit value of this concrete, string is left padded with zeros to match width

    Definition Classes
    Concrete
  59. def toString(): String

    Permalink
    Definition Classes
    ConcreteUInt → AnyRef → Any
  60. val value: BigInt

    Permalink

    the BigInt value of this UInt, must be non-negative

    the BigInt value of this UInt, must be non-negative

    Definition Classes
    ConcreteUIntConcrete
  61. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. val width: Int

    Permalink

    the number of bits in this value, must be big enough to contain value

    the number of bits in this value, must be big enough to contain value

    Definition Classes
    ConcreteUIntConcrete
  65. def xorReduce: Concrete

    Permalink
    Definition Classes
    Concrete
  66. def |(that: Concrete): ConcreteUInt

    Permalink
    Definition Classes
    Concrete

Deprecated Value Members

  1. def asBinaryString: String

    Permalink
    Definition Classes
    Concrete
    Annotations
    @deprecated
    Deprecated
  2. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Concrete

Inherited from AnyRef

Inherited from Any

Ungrouped