Packages

case class InstructionCtrl() extends Bundle with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InstructionCtrl
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Bundle
  7. ValCallbackRec
  8. ValCallback
  9. MultiData
  10. Data
  11. InComponent
  12. OverridedEqualsHashCode
  13. SpinalTagReady
  14. Assignable
  15. NameableByComponent
  16. Nameable
  17. OwnableRef
  18. ContextUser
  19. ScalaLocated
  20. GlobalDataUser
  21. AnyRef
  22. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InstructionCtrl()

Type Members

  1. abstract type RefOwnerType
    Definition Classes
    OwnableRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def ##(right: Data): Bits

    Concatenation between two signals

    Concatenation between two signals

    Definition Classes
    Data
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def #*(count: Int): Bits

    Return the count time concatenation of the signal.

    Return the count time concatenation of the signal.

    Definition Classes
    Data
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def IFparent: Data
    Definition Classes
    Data
  7. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  8. def addAttribute(attribute: Attribute): InstructionCtrl.this.type
    Definition Classes
    DataSpinalTagReady
  9. def addAttribute(name: String, value: Int): InstructionCtrl.this.type
    Definition Classes
    SpinalTagReady
  10. def addAttribute(name: String, value: String): InstructionCtrl.this.type
    Definition Classes
    SpinalTagReady
  11. def addAttribute(name: String): InstructionCtrl.this.type
    Definition Classes
    SpinalTagReady
  12. def addTag[T <: SpinalTag](spinalTag: T): InstructionCtrl.this.type
    Definition Classes
    MultiDataSpinalTagReady
  13. def addTags(h: SpinalTag, tail: SpinalTag*): InstructionCtrl.this.type
    Definition Classes
    SpinalTagReady
  14. def addTags[T <: SpinalTag](tags: Iterable[T]): InstructionCtrl.this.type
    Definition Classes
    SpinalTagReady
  15. def allowDirectionLessIo(): InstructionCtrl.this.type

    Allow a signal of an io Bundle to be directionless.

    Allow a signal of an io Bundle to be directionless.

    Definition Classes
    Data
    See also

    IO Bundle Error Documentation

  16. def allowOverride(): InstructionCtrl.this.type

    Allow a signal to be overridden.

    Allow a signal to be overridden.

    Definition Classes
    Data
    See also

    Assignment overlap Error Documentation

  17. def allowPartialyAssigned(): InstructionCtrl.this.type

    Allow a register to be partially assigned

    Allow a register to be partially assigned

    Definition Classes
    Data
  18. def allowPruning(): InstructionCtrl.this.type
    Definition Classes
    Data
  19. def allowSimplifyIt(): InstructionCtrl.this.type
    Definition Classes
    Data
  20. def allowUnsetRegToAvoidLatch(): InstructionCtrl.this.type

    Allow a register to have only an init (no assignments)

    Allow a register to have only an init (no assignments)

    Definition Classes
    Data
    See also

    "Register with only init" Error Documentation

  21. val alu: SpinalEnumCraft[ALU.type]
  22. def as[T <: Data](dataType: HardType[T]): T
    Definition Classes
    Data
  23. def asBits: Bits

    Cast signal to Bits

    Cast signal to Bits

    Definition Classes
    MultiDataData
  24. def asData: Data
    Definition Classes
    Data
  25. def asInOut(): InstructionCtrl.this.type

    Set a signal as inout

    Set a signal as inout

    Definition Classes
    MultiDataData
  26. def asInput(): InstructionCtrl.this.type

    Set a data as input

    Set a data as input

    Definition Classes
    MultiDataData
  27. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  28. def asOutput(): InstructionCtrl.this.type

    Set a data as output

    Set a data as output

    Definition Classes
    MultiDataData
  29. def assignAllByName(that: Bundle): Unit

    Assign the bundle with an other bundle by name

    Assign the bundle with an other bundle by name

    Definition Classes
    Bundle
  30. def assignDontCare(): InstructionCtrl.this.type

    Assign the default 'x' value to all signals composing this type.

    Assign the default 'x' value to all signals composing this type.

    Definition Classes
    Data
    See also

    Data type documentation

    "Don't care term" wikipedia article

  31. def assignDontCareToUnasigned(): InstructionCtrl.this.type
    Definition Classes
    Data
  32. def assignFormalRandom(kind: RandomExpKind): Unit
    Definition Classes
    MultiDataData
  33. final def assignFrom(that: AnyRef, target: AnyRef = this)(implicit loc: Location): Unit
    Definition Classes
    Data
  34. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit
    Definition Classes
    MultiDataData
  35. def assignFromBits(bits: Bits): Unit
    Definition Classes
    MultiDataData
  36. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit
    Definition Classes
    Data
  37. def assignFromImpl(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Attributes
    protected
    Definition Classes
    BundleAssignable
  38. def assignSomeByName(that: Bundle): Unit

    Assign all possible signal fo the bundle with an other bundle by name

    Assign all possible signal fo the bundle with an other bundle by name

    Definition Classes
    Bundle
  39. def assignUnassignedByName(that: MultiData): Unit
    Definition Classes
    MultiData
  40. val br: SpinalEnumCraft[BR.type]
  41. def bundleAssign(that: Bundle)(f: (Data, Data) ⇒ Unit): Unit
    Definition Classes
    Bundle
  42. val canInternalyStallWriteBack0: Bool
  43. def checkDir(that: Bundle): Boolean

    for interface find modport

    for interface find modport

    Definition Classes
    Bundle
  44. def clearAll(): InstructionCtrl.this.type

    Clear all bits to False and return itself

    Clear all bits to False and return itself

    Definition Classes
    Data
  45. def clone(): Bundle
    Definition Classes
    BundleData → AnyRef
  46. def component: Component
    Definition Classes
    ContextUser
  47. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Definition Classes
    Assignable
  48. val compositeAssign: Assignable
    Definition Classes
    Assignable
  49. def copyDirectionOfImpl(that: Data): InstructionCtrl.this.type
    Definition Classes
    MultiDataData
  50. val csr: SpinalEnumCraft[CSR.type]
  51. def dirString(): String
    Definition Classes
    Data
  52. def dontSimplifyIt(): InstructionCtrl.this.type
    Definition Classes
    Data
  53. def elements: ArrayBuffer[(String, Data)]
    Definition Classes
    BundleMultiData
  54. var elementsCache: ArrayBuffer[(String, Data)]
    Definition Classes
    Bundle
  55. def elementsString: String
    Definition Classes
    MultiData
  56. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  58. val execute0AluBypass: Bool
  59. val execute1AluBypass: Bool
  60. def existsTag(cond: (SpinalTag) ⇒ Boolean): Boolean
    Definition Classes
    SpinalTagReady
  61. val extensionData: Bits
  62. val extensionTag: Bits
  63. val fencei: Bool
  64. def filterTag(cond: (SpinalTag) ⇒ Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  65. def find(name: String): Data
    Definition Classes
    MultiData
  66. def findTag(cond: (SpinalTag) ⇒ Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  67. def flatten: Seq[BaseType]
    Definition Classes
    MultiDataData
  68. def flattenForeach(body: (BaseType) ⇒ Unit): Unit
    Definition Classes
    MultiDataData
  69. def flattenLocalName: Seq[String]
    Definition Classes
    MultiDataData
  70. def flip(): InstructionCtrl.this.type

    Flip the direction of the signal.

    Flip the direction of the signal.

    in and out are swapped, inout stay the same.

    Definition Classes
    MultiDataData
  71. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  72. def foreachTag(body: (SpinalTag) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  73. def freeze(): InstructionCtrl.this.type
    Definition Classes
    MultiDataData
  74. def getAheadValue(): InstructionCtrl.this.type

    For a register, get the value it will have at the next clock, as a combinational signal.

    For a register, get the value it will have at the next clock, as a combinational signal.

    Definition Classes
    Data
  75. def getBitsWidth: Int

    Return the width of the data

    Return the width of the data

    Definition Classes
    MultiDataData
  76. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  77. def getComponent(): Component
    Definition Classes
    DataInComponentNameableByComponent
  78. def getComponents(): Seq[Component]

    Get current component with all parents

    Get current component with all parents

    Definition Classes
    InComponent
  79. def getDirection: IODirection
    Definition Classes
    Data
  80. def getDisplayName(): String
    Definition Classes
    Nameable
  81. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  82. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  83. def getMuxType[T <: Data](list: TraversableOnce[T]): HardType[T]
    Definition Classes
    Data
  84. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  85. def getName(): String
    Definition Classes
    NameableByComponentNameable
  86. def getPartialName(): String
    Definition Classes
    Nameable
  87. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  88. def getRealSource: Any
    Definition Classes
    Assignable
  89. def getRealSourceNoRec: Any
    Definition Classes
    DataAssignable
  90. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  91. def getRootParent: Data
    Definition Classes
    Data
  92. def getRtlPath(separator: String = "/"): String
    Definition Classes
    Data
  93. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  94. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  95. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  96. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
    Definition Classes
    SpinalTagReady
  97. def getTags(): LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  98. def getTagsOf[T <: SpinalTag]()(implicit tag: ClassTag[T]): Iterable[T]
    Definition Classes
    SpinalTagReady
  99. def getTypeString: String
    Definition Classes
    Bundle
  100. def getZero: InstructionCtrl.this.type

    Create a signal set to 0

    Create a signal set to 0

    Definition Classes
    MultiDataData
  101. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  102. var hardtype: HardType[_]
    Definition Classes
    Bundle
  103. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
    Definition Classes
    SpinalTagReady
  104. def hasTag(spinalTag: SpinalTag): Boolean
    Definition Classes
    SpinalTagReady
  105. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  106. final def initFrom(that: AnyRef, target: AnyRef = this): Unit
    Definition Classes
    Data
  107. val instVal: Bool
  108. def instanceAttributes(language: Language): Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  109. def instanceAttributes: Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  110. def isAnalog: Boolean
    Definition Classes
    Data
  111. def isComb: Boolean
    Definition Classes
    Data
  112. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  113. def isDirectionLess: Boolean
    Definition Classes
    Data
  114. def isEmptyOfTag: Boolean
    Definition Classes
    SpinalTagReady
  115. def isInOut: Boolean
    Definition Classes
    Data
  116. def isInput: Boolean
    Definition Classes
    Data
  117. def isInputOrInOut: Boolean
    Definition Classes
    Data
  118. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  119. final def isNamed: Boolean
    Definition Classes
    Nameable
  120. def isOutput: Boolean
    Definition Classes
    Data
  121. def isOutputOrInOut: Boolean
    Definition Classes
    Data
  122. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  123. def isReg: Boolean
    Definition Classes
    Data
  124. def isRegOnAssign: Boolean
    Definition Classes
    Data
  125. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  126. val jmp: Bool
  127. val m: SpinalEnumCraft[M.type]
  128. val men: Bool
  129. val mfs: SpinalEnumCraft[MFS.type]
  130. val msk: SpinalEnumCraft[MSK.type]
  131. val name: String
    Definition Classes
    Nameable
  132. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  133. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  134. def noBackendCombMerge(): InstructionCtrl.this.type

    Put the combinatorial logic driving this signal in a separate process

    Put the combinatorial logic driving this signal in a separate process

    Definition Classes
    Data
  135. def noCombLoopCheck(): InstructionCtrl.this.type

    Disable combinatorial loop checking for this Data

    Disable combinatorial loop checking for this Data

    Definition Classes
    Data
    See also

    Combinatorial loop Error Documentation

  136. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  137. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  138. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  139. val op0: SpinalEnumCraft[OP0.type]
  140. val op1: SpinalEnumCraft[OP1.type]
  141. def overrideLocalName(name: String): InstructionCtrl.this.type
    Definition Classes
    Nameable
  142. val parent: Data
    Definition Classes
    Data
  143. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  144. def pull(propagateName: Boolean): InstructionCtrl.this.type
    Definition Classes
    Data
  145. def pull(): InstructionCtrl.this.type

    Pull a signal to the top level (use for debugging)

    Pull a signal to the top level (use for debugging)

    Definition Classes
    Data
  146. def purify(): InstructionCtrl.this.type
    Definition Classes
    Data
  147. def randBoot(u: Unit): InstructionCtrl.this.type

    Useful for register that doesn't need a reset value in RTL, but need a random value for simulation (avoid x-propagation)

    Useful for register that doesn't need a reset value in RTL, but need a random value for simulation (avoid x-propagation)

    Definition Classes
    Data
  148. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  149. def reflectNames(): Unit
    Definition Classes
    Nameable
  150. def removeAssignments(data: Boolean = true, init: Boolean = true, initial: Boolean = true): InstructionCtrl.this.type
    Definition Classes
    Data
  151. def removeDataAssignments(): InstructionCtrl.this.type
    Definition Classes
    Data
  152. def removeInitAssignments(): InstructionCtrl.this.type
    Definition Classes
    Data
  153. def removeTag(spinalTag: SpinalTag): InstructionCtrl.this.type
    Definition Classes
    SpinalTagReady
  154. def removeTags(tags: Iterable[SpinalTag]): InstructionCtrl.this.type
    Definition Classes
    SpinalTagReady
  155. def resized: InstructionCtrl.this.type

    Return a version of the signal which is allowed to be automatically resized where needed.

    Return a version of the signal which is allowed to be automatically resized where needed.

    The resize operation is deferred until the point of assignment later. The resize may widen or truncate, retaining the LSB.

    Definition Classes
    Data
    See also

    Width checking Documentation

  156. val rfen: Bool
  157. def rootIF(): Interface

    root interface

    root interface

    Definition Classes
    Data
  158. def rootIFList(): List[Interface]
    Definition Classes
    Data
  159. def rootIFrec(now: Data, lastRoot: List[Interface]): List[Interface]
    Definition Classes
    Data
  160. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  161. def setAll(): InstructionCtrl.this.type

    Set all bits to True and return itself

    Set all bits to True and return itself

    Definition Classes
    Data
  162. def setAsAnalog(): InstructionCtrl.this.type
    Definition Classes
    Data
  163. def setAsComb(): InstructionCtrl.this.type

    Set baseType to Combinatorial

    Set baseType to Combinatorial

    Definition Classes
    MultiDataData
  164. def setAsDirectionLess(): InstructionCtrl.this.type

    Remove the direction (in, out, inout) to a signal

    Remove the direction (in, out, inout) to a signal

    Definition Classes
    MultiDataData
  165. def setAsReg(): InstructionCtrl.this.type

    Set baseType to reg

    Set baseType to reg

    Definition Classes
    MultiDataData
  166. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): InstructionCtrl.this.type
    Definition Classes
    Nameable
  167. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): InstructionCtrl.this.type
    Definition Classes
    Nameable
  168. def setCompositeName(nameable: Nameable, postfix: String): InstructionCtrl.this.type
    Definition Classes
    Nameable
  169. def setCompositeName(nameable: Nameable, namePriority: Byte): InstructionCtrl.this.type
    Definition Classes
    Nameable
  170. def setCompositeName(nameable: Nameable, weak: Boolean): InstructionCtrl.this.type
    Definition Classes
    Nameable
  171. def setCompositeName(nameable: Nameable): InstructionCtrl.this.type
    Definition Classes
    Nameable
  172. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): InstructionCtrl.this.type
    Definition Classes
    Nameable
  173. def setName(name: String, namePriority: Byte): InstructionCtrl.this.type
    Definition Classes
    Nameable
  174. def setName(name: String, weak: Boolean): InstructionCtrl.this.type
    Definition Classes
    Nameable
  175. def setName(name: String): InstructionCtrl.this.type
    Definition Classes
    Nameable
  176. def setNameAsWeak(): InstructionCtrl.this.type
    Definition Classes
    Nameable
  177. def setOutputAsReg(): InstructionCtrl.this.type

    Recursively set baseType to reg only for output

    Recursively set baseType to reg only for output

    Definition Classes
    Data
  178. def setPartialName(name: String, namePriority: Byte, owner: Any): InstructionCtrl.this.type
    Definition Classes
    Nameable
  179. def setPartialName(name: String, namePriority: Byte): InstructionCtrl.this.type
    Definition Classes
    Nameable
  180. def setPartialName(name: String, weak: Boolean): InstructionCtrl.this.type
    Definition Classes
    Nameable
  181. def setPartialName(owner: Nameable, name: String, namePriority: Byte): InstructionCtrl.this.type
    Definition Classes
    Nameable
  182. def setPartialName(owner: Nameable, name: String, weak: Boolean): InstructionCtrl.this.type
    Definition Classes
    Nameable
  183. def setPartialName(name: String): InstructionCtrl.this.type
    Definition Classes
    Nameable
  184. def setPartialName(owner: Nameable, name: String): InstructionCtrl.this.type
    Definition Classes
    Nameable
  185. def setPartialName(owner: Nameable): InstructionCtrl.this.type
    Definition Classes
    Nameable
  186. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  187. def setScalaLocated(source: ScalaLocated): InstructionCtrl.this.type
    Definition Classes
    ScalaLocated
  188. def setWeakName(name: String): InstructionCtrl.this.type
    Definition Classes
    Nameable
  189. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  190. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  191. def toIo(): InstructionCtrl.this.type
    Definition Classes
    Data
  192. def toMuxInput[T <: Data](muxOutput: T): T
    Definition Classes
    Data
  193. def toString(): String
    Definition Classes
    BundleNameable → AnyRef → Any
  194. def unfreeze(): InstructionCtrl.this.type
    Definition Classes
    MultiDataData
  195. def unsetName(): InstructionCtrl.this.type
    Definition Classes
    Nameable
  196. val useSrc0: Bool
  197. val useSrc1: Bool
  198. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  199. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  200. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    BundleValCallbackRec
  201. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  202. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  203. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  204. val wb: SpinalEnumCraft[WB.type]
  205. def wrapNext(): InstructionCtrl.this.type
    Definition Classes
    Data
  206. def zipByName(that: MultiData, rec: ArrayBuffer[(BaseType, BaseType)] = ArrayBuffer()): ArrayBuffer[(BaseType, BaseType)]
    Definition Classes
    MultiData

Deprecated Value Members

  1. def asDirectionLess(): InstructionCtrl.this.type
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version ???) use setAsDirectionLess instead

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  3. def genIf(cond: Boolean): InstructionCtrl.this.type

    Generate this if condition is true

    Generate this if condition is true

    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    does not work with <>, use 'someBool generate Type()' or 'if(condition) Type() else null' instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Bundle

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from MultiData

Inherited from Data

Inherited from InComponent

Inherited from OverridedEqualsHashCode

Inherited from SpinalTagReady

Inherited from Assignable

Inherited from NameableByComponent

Inherited from Nameable

Inherited from OwnableRef

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped