Packages

object ScriptOperators extends ChiselEnum

Linear Supertypes
ChiselEnum, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScriptOperators
  2. ChiselEnum
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Type extends EnumType
    Definition Classes
    ChiselEnum

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. macro def Value(id: UInt): Type
    Attributes
    protected
    Definition Classes
    ChiselEnum
  5. macro def Value: Type
    Attributes
    protected
    Definition Classes
    ChiselEnum
  6. def all: Seq[Type]
    Definition Classes
    ChiselEnum
  7. def allNames: Seq[String]
    Definition Classes
    ChiselEnum
  8. def apply(n: UInt)(implicit sourceInfo: SourceInfo): Type
    Definition Classes
    ChiselEnum
  9. def apply(): Type
    Definition Classes
    ChiselEnum
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def do_Value(name: String, id: UInt): Type
    Attributes
    protected
    Definition Classes
    ChiselEnum
  13. def do_Value(name: String): Type
    Attributes
    protected
    Definition Classes
    ChiselEnum
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def getWidth: Int
    Definition Classes
    ChiselEnum
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. val sFuncAdd: Type
  24. val sFuncAnd: Type
  25. val sFuncAsl: Type
  26. val sFuncAsr: Type
  27. val sFuncCall: Type
  28. val sFuncCheck_address: Type
  29. val sFuncDb: Type
  30. val sFuncDd: Type
  31. val sFuncDec: Type
  32. val sFuncDereference: Type
  33. val sFuncDisassemble_len: Type
  34. val sFuncDisassemble_len32: Type
  35. val sFuncDisassemble_len64: Type
  36. val sFuncDiv: Type
  37. val sFuncDq: Type
  38. val sFuncDw: Type
  39. val sFuncEb: Type
  40. val sFuncEd: Type
  41. val sFuncEgt: Type
  42. val sFuncElt: Type
  43. val sFuncEnd_of_do_while: Type
  44. val sFuncEnd_of_if: Type
  45. val sFuncEq: Type
  46. val sFuncEqual: Type
  47. val sFuncEvent_clear: Type
  48. val sFuncEvent_disable: Type
  49. val sFuncEvent_enable: Type
  50. val sFuncEvent_inject: Type
  51. val sFuncEvent_inject_error_code: Type
  52. val sFuncEvent_sc: Type
  53. val sFuncEvent_trace_instrumentation_step: Type
  54. val sFuncEvent_trace_instrumentation_step_in: Type
  55. val sFuncEvent_trace_step: Type
  56. val sFuncEvent_trace_step_in: Type
  57. val sFuncEvent_trace_step_out: Type
  58. val sFuncFlush: Type
  59. val sFuncFor_inc_dec: Type
  60. val sFuncFormats: Type
  61. val sFuncGt: Type
  62. val sFuncHi: Type
  63. val sFuncIgnore_lvalue: Type
  64. val sFuncInc: Type
  65. val sFuncInterlocked_compare_exchange: Type
  66. val sFuncInterlocked_decrement: Type
  67. val sFuncInterlocked_exchange: Type
  68. val sFuncInterlocked_exchange_add: Type
  69. val sFuncInterlocked_increment: Type
  70. val sFuncJmp: Type
  71. val sFuncJnz: Type
  72. val sFuncJz: Type
  73. val sFuncLow: Type
  74. val sFuncLt: Type
  75. val sFuncMemcmp: Type
  76. val sFuncMemcpy: Type
  77. val sFuncMod: Type
  78. val sFuncMov: Type
  79. val sFuncMul: Type
  80. val sFuncNeg: Type
  81. val sFuncNeq: Type
  82. val sFuncNot: Type
  83. val sFuncOr: Type
  84. val sFuncPause: Type
  85. val sFuncPhysical_to_virtual: Type
  86. val sFuncPoi: Type
  87. val sFuncPop: Type
  88. val sFuncPrint: Type
  89. val sFuncPrintf: Type
  90. val sFuncPush: Type
  91. val sFuncReference: Type
  92. val sFuncRet: Type
  93. val sFuncSpinlock_lock: Type
  94. val sFuncSpinlock_lock_custom_wait: Type
  95. val sFuncSpinlock_unlock: Type
  96. val sFuncStart_of_do_while: Type
  97. val sFuncStart_of_do_while_commands: Type
  98. val sFuncStart_of_for: Type
  99. val sFuncStart_of_for_ommands: Type
  100. val sFuncStrcmp: Type
  101. val sFuncStrlen: Type
  102. val sFuncStrncmp: Type
  103. val sFuncSub: Type
  104. val sFuncTest_statement: Type
  105. val sFuncUndefined: Type
  106. val sFuncVirtual_to_physical: Type
  107. val sFuncWcscmp: Type
  108. val sFuncWcslen: Type
  109. val sFuncWcsncmp: Type
  110. val sFuncXor: Type
  111. def safe(n: UInt)(implicit sourceInfo: SourceInfo): (Type, Bool)
    Definition Classes
    ChiselEnum
  112. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  113. def toString(): String
    Definition Classes
    AnyRef → Any
  114. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  115. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  116. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ChiselEnum

Inherited from AnyRef

Inherited from Any

Ungrouped