object Utils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class IMM(instruction: Bits) extends Area with Product with Serializable
  2. case class InstructionCtrl() extends Bundle with Product with Serializable

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. def BASE: MaskedLiteral
  5. def BASE_AUIPC: MaskedLiteral
  6. def BASE_B: MaskedLiteral
  7. def BASE_CSR: MaskedLiteral
  8. def BASE_CSR_C: MaskedLiteral
  9. def BASE_CSR_I: MaskedLiteral
  10. def BASE_CSR_S: MaskedLiteral
  11. def BASE_CSR_W: MaskedLiteral
  12. def BASE_FENCEI: MaskedLiteral
  13. def BASE_JAL: MaskedLiteral
  14. def BASE_JALR: MaskedLiteral
  15. def BASE_LUI: MaskedLiteral
  16. def BASE_MEM: MaskedLiteral
  17. def BASE_MEM_L: MaskedLiteral
  18. def BASE_MEM_S: MaskedLiteral
  19. def BASE_OPX: MaskedLiteral
  20. def BASE_OPX_I: MaskedLiteral
  21. def BASE_OPX_SHIFT: MaskedLiteral
  22. def apply(x: Int): Int
  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  25. def dstRange: Inclusive
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. def src0Range: Inclusive
  35. def src1Range: Inclusive
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. object ALU extends SpinalEnum
  42. object BR extends SpinalEnum
  43. object CSR extends SpinalEnum
  44. object InstructionCtrl extends Serializable
  45. object M extends SpinalEnum
  46. object MFS extends SpinalEnum
  47. object MSK extends SpinalEnum
  48. object MWR extends SpinalEnum
  49. object OP0 extends SpinalEnum
  50. object OP1 extends SpinalEnum
  51. object PC extends SpinalEnum
  52. object WB extends SpinalEnum

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped