spinal.lib.cpu.riscv.impl.Utils

ALU

Related Doc: package Utils

object ALU extends SpinalEnum

Linear Supertypes
SpinalEnum, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ALU
  2. SpinalEnum
  3. Nameable
  4. ContextUser
  5. ScalaLocated
  6. GlobalDataUser
  7. OwnableRef
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type C = SpinalEnumCraft[ALU.this.type]

    Definition Classes
    SpinalEnum
  2. type E = SpinalEnumElement[ALU.this.type]

    Definition Classes
    SpinalEnum
  3. abstract type RefOwnerType

    Definition Classes
    OwnableRef

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. val ADD: SpinalEnumElement[ALU.this.type]

  5. val AND: SpinalEnumElement[ALU.this.type]

  6. val COPY: SpinalEnumElement[ALU.this.type]

  7. val OR: SpinalEnumElement[ALU.this.type]

  8. val SLL1: SpinalEnumElement[ALU.this.type]

  9. val SLT: SpinalEnumElement[ALU.this.type]

  10. val SLTU: SpinalEnumElement[ALU.this.type]

  11. val SRA: SpinalEnumElement[ALU.this.type]

  12. val SRL: SpinalEnumElement[ALU.this.type]

  13. val SUB: SpinalEnumElement[ALU.this.type]

  14. def X: SpinalEnumElement[ALU.this.type]

  15. val XOR: SpinalEnumElement[ALU.this.type]

  16. def apply(encoding: SpinalEnumEncoding): SpinalEnumCraft[ALU.this.type]

    Definition Classes
    SpinalEnum
  17. def apply(): SpinalEnumCraft[ALU.this.type]

    Definition Classes
    SpinalEnum
  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def component: Component

    Definition Classes
    ContextUser
  21. def craft(enumEncoding: SpinalEnumEncoding): SpinalEnumCraft[ALU.this.type]

    Definition Classes
    SpinalEnum
  22. def craft(): SpinalEnumCraft[ALU.this.type]

    Definition Classes
    SpinalEnum
  23. var defaultEncoding: SpinalEnumEncoding

    Definition Classes
    SpinalEnum
  24. val elements: ArrayBuffer[SpinalEnumElement[ALU.this.type]]

    Definition Classes
    SpinalEnum
  25. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit

    Definition Classes
    Nameable
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def getDisplayName(): String

    Definition Classes
    Nameable
  31. def getInstanceCounter: Int

    Definition Classes
    ContextUser
  32. def getMode: Byte

    Attributes
    protected
    Definition Classes
    Nameable
  33. def getName(default: String): String

    Definition Classes
    Nameable
  34. def getName(): String

    Definition Classes
    Nameable
  35. def getRefOwnersChain(): List[Any]

    Definition Classes
    OwnableRef
  36. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  37. def getScalaLocationShort: String

    Definition Classes
    ScalaLocated
  38. def getScalaTrace(): Throwable

    Definition Classes
    ScalaLocated
  39. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  40. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  41. def isAddSub(that: C): Bool

  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. def isNamed: Boolean

    Definition Classes
    Nameable
  44. def isPriorityApplicable(namePriority: Byte): Boolean

    Definition Classes
    Nameable
  45. def isSltX(that: C): Bool

  46. def isUnnamed: Boolean

    Definition Classes
    Nameable
  47. var name: String

    Attributes
    protected
    Definition Classes
    Nameable
  48. var nameableRef: Nameable

    Attributes
    protected
    Definition Classes
    Nameable
  49. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  50. def newElement(name: String): SpinalEnumElement[ALU.this.type]

    Definition Classes
    SpinalEnum
  51. def newElement(): SpinalEnumElement[ALU.this.type]

    Definition Classes
    SpinalEnum
  52. final def notify(): Unit

    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  54. var parentScope: ScopeStatement

    Definition Classes
    ContextUser
  55. var refOwner: RefOwnerType

    Definition Classes
    OwnableRef
  56. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): ALU.this.type

    Definition Classes
    Nameable
  57. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): ALU.this.type

    Definition Classes
    Nameable
  58. def setCompositeName(nameable: Nameable, postfix: String): ALU.this.type

    Definition Classes
    Nameable
  59. def setCompositeName(nameable: Nameable, namePriority: Byte): ALU.this.type

    Definition Classes
    Nameable
  60. def setCompositeName(nameable: Nameable, weak: Boolean): ALU.this.type

    Definition Classes
    Nameable
  61. def setCompositeName(nameable: Nameable): ALU.this.type

    Definition Classes
    Nameable
  62. def setName(name: String, namePriority: Byte): ALU.this.type

    Definition Classes
    Nameable
  63. def setName(name: String, weak: Boolean): ALU.this.type

    Definition Classes
    Nameable
  64. def setName(name: String): ALU.this.type

    Definition Classes
    Nameable
  65. def setPartialName(name: String, namePriority: Byte): ALU.this.type

    Definition Classes
    Nameable
  66. def setPartialName(name: String, weak: Boolean): ALU.this.type

    Definition Classes
    Nameable
  67. def setPartialName(owner: Nameable, name: String, namePriority: Byte): ALU.this.type

    Definition Classes
    Nameable
  68. def setPartialName(owner: Nameable, name: String, weak: Boolean): ALU.this.type

    Definition Classes
    Nameable
  69. def setPartialName(name: String): ALU.this.type

    Definition Classes
    Nameable
  70. def setPartialName(owner: Nameable, name: String): ALU.this.type

    Definition Classes
    Nameable
  71. def setRefOwner(that: Any): Unit

    Definition Classes
    OwnableRef
  72. def setScalaLocated(source: ScalaLocated): ALU.this.type

    Definition Classes
    ScalaLocated
  73. def setWeakName(name: String): ALU.this.type

    Definition Classes
    Nameable
  74. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  75. def toString(): String

    Definition Classes
    Nameable → AnyRef → Any
  76. def unsetName(): ALU.this.type

    Definition Classes
    Nameable
  77. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SpinalEnum

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped