Trait/Object

firrtl_interpreter

Concrete

Related Docs: object Concrete | package firrtl_interpreter

Permalink

trait Concrete extends AnyRef

Source
Concrete.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Concrete
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def forceWidth(tpe: Type): Concrete

    Permalink
  2. abstract def forceWidth(newWidth: Int): Concrete

    Permalink
  3. abstract def poisoned: Boolean

    Permalink
  4. abstract val value: BigInt

    Permalink
  5. abstract val width: Int

    Permalink

Concrete Value Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  24. def andReduce: Concrete

    Permalink
  25. def asClock: ConcreteClock

    Permalink
  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. def asSInt: ConcreteSInt

    Permalink
  28. def asUInt: ConcreteUInt

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

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

    Permalink
  31. def clone(): AnyRef

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def getBits(hi: Int, lo: Int): BigInt

    Permalink
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  37. def hashCode(): Int

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

    Permalink
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. val lowBitOffset: Int

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

    Permalink
    Definition Classes
    AnyRef
  42. def neg: ConcreteSInt

    Permalink
  43. def not: ConcreteUInt

    Permalink
  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
  47. def pad(n: Int): Concrete

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

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

    Permalink
  50. def poisonString: String

    Permalink
  51. def showValue: String

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

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

    Permalink
  54. def tail(n: BigInt): ConcreteUInt

    Permalink
  55. 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.

  56. def toHexString: String

    Permalink

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

  57. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  58. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def xorReduce: Concrete

    Permalink
  62. def |(that: Concrete): ConcreteUInt

    Permalink

Deprecated Value Members

  1. def asBinaryString: String

    Permalink
    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 AnyRef

Inherited from Any

Ungrouped