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_FENCEI: MaskedLiteral

  14. def BASE_JAL: MaskedLiteral

  15. def BASE_JALR: MaskedLiteral

  16. def BASE_LUI: MaskedLiteral

  17. def BASE_MEM: MaskedLiteral

  18. def BASE_MEM_L: MaskedLiteral

  19. def BASE_MEM_S: MaskedLiteral

  20. def BASE_OPX: MaskedLiteral

  21. def BASE_OPX_I: MaskedLiteral

  22. def BASE_OPX_SHIFT: MaskedLiteral

  23. object BR extends SpinalEnum

  24. object CSR extends SpinalEnum

  25. object InstructionCtrl extends Serializable

  26. object M extends SpinalEnum

  27. object MFS extends SpinalEnum

  28. object MSK extends SpinalEnum

  29. object MWR extends SpinalEnum

  30. object OP0 extends SpinalEnum

  31. object OP1 extends SpinalEnum

  32. object PC extends SpinalEnum

  33. object WB extends SpinalEnum

  34. def apply(x: Int): Int

  35. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  36. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  47. def src0Range: Inclusive

  48. def src1Range: Inclusive

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

    Definition Classes
    AnyRef
  50. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped