Packages

abstract class DMBase extends LazyModuleImp

Linear Supertypes
LazyModuleImp, LazyModuleImpLike, Module, RawModule, BaseModule, IsInstantiable, HasId, InstanceId, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DMBase
  2. LazyModuleImp
  3. LazyModuleImpLike
  4. Module
  5. RawModule
  6. BaseModule
  7. IsInstantiable
  8. HasId
  9. InstanceId
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DMBase()

Type Members

  1. class DMIO extends Bundle

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 ABSTRACT: Int
  5. def DATA: Int
  6. def EXCEPTION: Int
  7. def FLAGS: Int
  8. def GOING: Int
  9. def HALTED: Int
  10. def IO[T <: Data](iodef: => T)(implicit sourceInfo: SourceInfo): T
    Attributes
    protected
    Definition Classes
    BaseModule
  11. def PROGBUF: Int
  12. def RESUMING: Int
  13. def ROMBASE: Int
  14. def WHERETO: Int
  15. def _bindIoInPlace(iodef: Data)(implicit sourceInfo: SourceInfo): Unit
    Attributes
    protected
    Definition Classes
    BaseModule
  16. var _closed: Boolean
    Attributes
    protected
    Definition Classes
    BaseModule
  17. def _moduleDefinitionIdentifierProposal: String
    Attributes
    protected
    Definition Classes
    BaseModule
  18. def _traitModuleDefinitionIdentifierProposal: Option[String]
    Attributes
    protected
    Definition Classes
    BaseModule
  19. val abstract_hartId: UInt
  20. val ackhavereset_W1: Bool
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. val auto: AutoBundle
    Definition Classes
    LazyModuleImp → LazyModuleImpLike
  23. val busy: Bool
  24. def circuitName: String
    Attributes
    protected
    Definition Classes
    HasId
  25. final val clock: Clock
    Definition Classes
    Module
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  27. val clrresethaltEn: Bool
  28. val cmderr: UInt
  29. val dangles: List[Dangle]
    Definition Classes
    LazyModuleImp → LazyModuleImpLike
  30. final val definitionIdentifier: String
    Definition Classes
    BaseModule
  31. def desiredName: String
    Definition Classes
    LazyModuleImpLike → BaseModule
  32. val dmactive: Bool
  33. val dmstatus: DMSTATUSFields
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  36. val flags: Vec[DEBUG_ROM_FLAGS]
  37. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def getCommands: Seq[Command]
    Attributes
    protected
    Definition Classes
    RawModule
  39. def getModulePorts: Seq[Data]
    Attributes
    protected[chisel3]
    Definition Classes
    BaseModule
  40. val haltreq: Vec[Bool]
  41. val hartExceptionId: UInt
  42. val hartExceptionWrEn: Bool
  43. val hartGoingId: UInt
  44. val hartGoingWrEn: Bool
  45. val hartHaltedId: UInt
  46. val hartHaltedWrEn: Bool
  47. val hartResumingId: UInt
  48. val hartResumingWrEn: Bool
  49. val hartreset: Vec[Bool]
  50. val hartsel: UInt
  51. def hasSeed: Boolean
    Definition Classes
    HasId
  52. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  53. val havereset: Vec[Bool]
  54. def instanceName: String
    Definition Classes
    BaseModule → HasId → InstanceId
  55. def instantiate(): (AutoBundle, List[Dangle])
    Attributes
    protected[diplomacy]
    Definition Classes
    LazyModuleImpLike
  56. val io: DMIO
  57. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  58. val is_halted: Vec[Bool]
  59. final lazy val name: String
    Definition Classes
    BaseModule
  60. val ndmreset: Bool
  61. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  63. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  64. implicit val p: Parameters
    Definition Classes
    LazyModuleImpLike
  65. def parentModName: String
    Definition Classes
    HasId → InstanceId
  66. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  67. def pathName: String
    Definition Classes
    HasId → InstanceId
  68. def portsContains(elem: Data): Boolean
    Attributes
    protected
    Definition Classes
    BaseModule
  69. def portsSize: Int
    Attributes
    protected
    Definition Classes
    BaseModule
  70. final val reset: Reset
    Definition Classes
    Module
  71. def resetType: Type
    Definition Classes
    Module
  72. val resethaltreq: Vec[Bool]
  73. val resumeReq_W1: Bool
  74. val resumeack: Vec[Bool]
  75. val setresethaltEn: Bool
  76. def suggestName(seed: => String): DMBase.this.type
    Definition Classes
    HasId
  77. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  78. final def toAbsoluteTarget: IsModule
    Definition Classes
    BaseModule → InstanceId
  79. final def toNamed: ModuleName
    Definition Classes
    BaseModule → InstanceId
  80. def toString(): String
    Definition Classes
    AnyRef → Any
  81. final def toTarget: ModuleTarget
    Definition Classes
    BaseModule → InstanceId
  82. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  83. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  84. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  85. val wrapper: LazyModule
    Definition Classes
    LazyModuleImp → LazyModuleImpLike

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def override_clock: Option[Clock]
    Attributes
    protected
    Definition Classes
    Module
    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 3.5) Use withClock at Module instantiation

  3. def override_clock_=(rhs: Option[Clock]): Unit
    Attributes
    protected
    Definition Classes
    Module
    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 3.5) Use withClock at Module instantiation

  4. def override_reset: Option[Bool]
    Attributes
    protected
    Definition Classes
    Module
    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 3.5) Use withClock at Module instantiation

  5. def override_reset_=(rhs: Option[Bool]): Unit
    Attributes
    protected
    Definition Classes
    Module
    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 3.5) Use withClock at Module instantiation

Inherited from LazyModuleImp

Inherited from LazyModuleImpLike

Inherited from Module

Inherited from RawModule

Inherited from BaseModule

Inherited from IsInstantiable

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped