object ScriptOperators extends ChiselEnum
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScriptOperators
- ChiselEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class Type extends EnumType
- Definition Classes
- ChiselEnum
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- macro def Value(id: UInt): Type
- Attributes
- protected
- Definition Classes
- ChiselEnum
- macro def Value: Type
- Attributes
- protected
- Definition Classes
- ChiselEnum
- def all: Seq[Type]
- Definition Classes
- ChiselEnum
- def allNames: Seq[String]
- Definition Classes
- ChiselEnum
- def apply(n: UInt)(implicit sourceInfo: SourceInfo): Type
- Definition Classes
- ChiselEnum
- def apply(): Type
- Definition Classes
- ChiselEnum
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def do_Value(name: String, id: UInt): Type
- Attributes
- protected
- Definition Classes
- ChiselEnum
- def do_Value(name: String): Type
- Attributes
- protected
- Definition Classes
- ChiselEnum
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getWidth: Int
- Definition Classes
- ChiselEnum
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val sFuncAdd: Type
- val sFuncAnd: Type
- val sFuncAsl: Type
- val sFuncAsr: Type
- val sFuncCall: Type
- val sFuncCheck_address: Type
- val sFuncDb: Type
- val sFuncDd: Type
- val sFuncDec: Type
- val sFuncDereference: Type
- val sFuncDisassemble_len: Type
- val sFuncDisassemble_len32: Type
- val sFuncDisassemble_len64: Type
- val sFuncDiv: Type
- val sFuncDq: Type
- val sFuncDw: Type
- val sFuncEb: Type
- val sFuncEd: Type
- val sFuncEgt: Type
- val sFuncElt: Type
- val sFuncEnd_of_do_while: Type
- val sFuncEnd_of_if: Type
- val sFuncEq: Type
- val sFuncEqual: Type
- val sFuncEvent_clear: Type
- val sFuncEvent_disable: Type
- val sFuncEvent_enable: Type
- val sFuncEvent_inject: Type
- val sFuncEvent_inject_error_code: Type
- val sFuncEvent_sc: Type
- val sFuncEvent_trace_instrumentation_step: Type
- val sFuncEvent_trace_instrumentation_step_in: Type
- val sFuncEvent_trace_step: Type
- val sFuncEvent_trace_step_in: Type
- val sFuncEvent_trace_step_out: Type
- val sFuncFlush: Type
- val sFuncFor_inc_dec: Type
- val sFuncFormats: Type
- val sFuncGt: Type
- val sFuncHi: Type
- val sFuncIgnore_lvalue: Type
- val sFuncInc: Type
- val sFuncInterlocked_compare_exchange: Type
- val sFuncInterlocked_decrement: Type
- val sFuncInterlocked_exchange: Type
- val sFuncInterlocked_exchange_add: Type
- val sFuncInterlocked_increment: Type
- val sFuncJmp: Type
- val sFuncJnz: Type
- val sFuncJz: Type
- val sFuncLow: Type
- val sFuncLt: Type
- val sFuncMemcmp: Type
- val sFuncMemcpy: Type
- val sFuncMod: Type
- val sFuncMov: Type
- val sFuncMul: Type
- val sFuncNeg: Type
- val sFuncNeq: Type
- val sFuncNot: Type
- val sFuncOr: Type
- val sFuncPause: Type
- val sFuncPhysical_to_virtual: Type
- val sFuncPoi: Type
- val sFuncPop: Type
- val sFuncPrint: Type
- val sFuncPrintf: Type
- val sFuncPush: Type
- val sFuncReference: Type
- val sFuncRet: Type
- val sFuncSpinlock_lock: Type
- val sFuncSpinlock_lock_custom_wait: Type
- val sFuncSpinlock_unlock: Type
- val sFuncStart_of_do_while: Type
- val sFuncStart_of_do_while_commands: Type
- val sFuncStart_of_for: Type
- val sFuncStart_of_for_ommands: Type
- val sFuncStrcmp: Type
- val sFuncStrlen: Type
- val sFuncStrncmp: Type
- val sFuncSub: Type
- val sFuncTest_statement: Type
- val sFuncUndefined: Type
- val sFuncVirtual_to_physical: Type
- val sFuncWcscmp: Type
- val sFuncWcslen: Type
- val sFuncWcsncmp: Type
- val sFuncXor: Type
- def safe(n: UInt)(implicit sourceInfo: SourceInfo): (Type, Bool)
- Definition Classes
- ChiselEnum
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)