Class

firrtl_interpreter

ConcreteSInt

Related Doc: package firrtl_interpreter

Permalink

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

A runtime instance of a SInt

value

the BigInt value of this UInt,

width

the number of bits in this value, must be big enough to contain value plus 1 for sign bit

Source
Concrete.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Concrete, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConcreteSInt
  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 ConcreteSInt(value: BigInt, width: Int, poisoned: Boolean = false)

    Permalink

    value

    the BigInt value of this UInt,

    width

    the number of bits in this value, must be big enough to contain value plus 1 for sign bit

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. def cat(that: Concrete): ConcreteUInt

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def forceWidth(tpe: Type): ConcreteSInt

    Permalink
    Definition Classes
    ConcreteSIntConcrete
  35. def forceWidth(newWidth: Int): ConcreteSInt

    Permalink
    Definition Classes
    ConcreteSIntConcrete
  36. def getBits(hi: Int, lo: Int): BigInt

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

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

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

    Permalink
    Definition Classes
    Any
  40. val lowBitOffset: Int

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

    Permalink
    Definition Classes
    AnyRef
  42. def neg: ConcreteSInt

    Permalink
    Definition Classes
    Concrete
  43. def not: ConcreteUInt

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

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

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

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

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

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

    Permalink
    Definition Classes
    Concrete
  50. def poisonString: String

    Permalink
    Definition Classes
    Concrete
  51. val poisoned: Boolean

    Permalink
    Definition Classes
    ConcreteSIntConcrete
  52. def showValue: String

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

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

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

    Permalink
    Definition Classes
    Concrete
  56. 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
  57. 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
  58. def toString(): String

    Permalink
    Definition Classes
    ConcreteSInt → AnyRef → Any
  59. val value: BigInt

    Permalink

    the BigInt value of this UInt,

    the BigInt value of this UInt,

    Definition Classes
    ConcreteSIntConcrete
  60. final def wait(arg0: Long, arg1: Int): Unit

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

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

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

    Permalink

    the number of bits in this value, must be big enough to contain value plus 1 for sign bit

    the number of bits in this value, must be big enough to contain value plus 1 for sign bit

    Definition Classes
    ConcreteSIntConcrete
  64. def xorReduce: Concrete

    Permalink
    Definition Classes
    Concrete
  65. 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