spinal.lib.cpu.riscv.impl

Utils

Related Doc: package impl

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
Learn more about member selection
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. object ALU extends SpinalEnum

  5. def BASE: MaskedLiteral

  6. def BASE_AUIPC: MaskedLiteral

  7. def BASE_B: MaskedLiteral

  8. def BASE_CSR: MaskedLiteral

  9. def BASE_CSR_C: MaskedLiteral

  10. def BASE_CSR_I: MaskedLiteral

  11. def BASE_CSR_S: MaskedLiteral

  12. def BASE_CSR_W: 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. object BR extends SpinalEnum

  23. object CSR extends SpinalEnum

  24. object InstructionCtrl extends Serializable

  25. object M extends SpinalEnum

  26. object MFS extends SpinalEnum

  27. object MSK extends SpinalEnum

  28. object MWR extends SpinalEnum

  29. object OP1 extends SpinalEnum

  30. object OP2 extends SpinalEnum

  31. object PC extends SpinalEnum

  32. object WB extends SpinalEnum

  33. def apply(x: Int): Int

  34. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  35. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def dstRange: Inclusive

  37. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  41. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  44. final def notify(): Unit

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

    Definition Classes
    AnyRef
  46. def src0Range: Inclusive

  47. def src1Range: Inclusive

  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped