c

ambel

Apb2ReqCtrl

class Apb2ReqCtrl extends Apb2Bundle

Apb2ReqCtrl Bundle

Apb2ReqCtrl is the same as Apb2Req Bundle but without pSel. This Bundle is used below in DecoupledIO where the pSel signal from Apb2Req Bundle is used to drive valid.

Linear Supertypes
Apb2Bundle, Bundle, Record, Aggregate, Data, SourceInfoDoc, NamedComponent, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Apb2ReqCtrl
  2. Apb2Bundle
  3. Bundle
  4. Record
  5. Aggregate
  6. Data
  7. SourceInfoDoc
  8. NamedComponent
  9. HasId
  10. InstanceId
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Apb2ReqCtrl(ADDR_WIDTH: Int = 32, DATA_WIDTH: Int = 32)

    ADDR_WIDTH

    the width of the APB address bus in bits

    DATA_WIDTH

    the width of the APB data bus in bits

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def :=(that: ⇒ Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit
    Definition Classes
    Data
  4. final def <>(that: ⇒ Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit
    Definition Classes
    Data
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val ADDR_WIDTH: Int
    Definition Classes
    Apb2Bundle
  7. val DATA_WIDTH: Int
    Definition Classes
    Apb2Bundle
  8. val STRB_WIDTH: Int
    Definition Classes
    Apb2Bundle
  9. def _cloneTypeImpl: Bundle
    Attributes
    protected
    Definition Classes
    Bundle
  10. def _usingPlugin: Boolean
    Attributes
    protected
    Definition Classes
    Bundle
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. macro def asTypeOf[T <: Data](that: T): T
    Definition Classes
    Data
  13. final macro def asUInt: UInt
    Definition Classes
    Data
  14. def autoSeed(name: String): Apb2ReqCtrl.this.type
    Definition Classes
    Data → HasId
  15. def binding: Option[Binding]
    Attributes
    protected[chisel3]
    Definition Classes
    Data
  16. def binding_=(target: Binding): Unit
    Attributes
    protected
    Definition Classes
    Data
  17. def circuitName: String
    Attributes
    protected
    Definition Classes
    HasId
  18. def className: String
    Definition Classes
    Bundle → Record
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  20. def cloneType: Apb2ReqCtrl.this.type
    Definition Classes
    Bundle → Data
  21. def do_asTypeOf[T <: Data](that: T)(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): T
    Definition Classes
    Data
  22. def do_asUInt(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): UInt
    Definition Classes
    Aggregate → Data
  23. final lazy val elements: SeqMap[String, Data]
    Definition Classes
    Bundle → Record
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def getElements: Seq[Data]
    Definition Classes
    Record → Aggregate
  28. final def getWidth: Int
    Definition Classes
    Data
  29. def hasSeed: Boolean
    Definition Classes
    HasId
  30. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  31. def ignoreSeq: Boolean
    Definition Classes
    Bundle
  32. def instanceName: String
    Definition Classes
    HasId → InstanceId
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isLit: Boolean
    Definition Classes
    Data
  35. final def isWidthKnown: Boolean
    Definition Classes
    Data
  36. def litOption: Option[BigInt]
    Definition Classes
    Aggregate → Data
  37. def litValue: BigInt
    Definition Classes
    Data
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. val pAddr: UInt
  42. val pEnable: Bool
  43. val pProt: UInt
  44. val pStrb: UInt
  45. val pWData: UInt
  46. val pWrite: Bool
  47. def parentModName: String
    Definition Classes
    HasId → InstanceId
  48. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  49. def pathName: String
    Definition Classes
    HasId → InstanceId
  50. def suggestName(seed: ⇒ String): Apb2ReqCtrl.this.type
    Definition Classes
    HasId
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. final def toAbsoluteTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  53. final def toNamed: ComponentName
    Definition Classes
    NamedComponent → InstanceId
  54. def toPrintable: Printable
    Definition Classes
    Bundle → Record → Data
  55. def toString(): String
    Definition Classes
    Record → AnyRef → Any
  56. final def toTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def widthOption: Option[Int]
    Definition Classes
    Data

Deprecated Value Members

  1. final macro def asUInt(dummy: Int*): UInt
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 3.5) Calling this function with an empty argument list is invalid in Scala 3. Use the form without parentheses instead

  2. def bindingToString: String
    Attributes
    protected
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 3.5.0) This was never intended to be visible to user-defined types

  3. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  4. def isLit(dummy: Int*): Boolean
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 3.5) Calling this function with an empty argument list is invalid in Scala 3. Use the form without parentheses instead

  5. def litOption(dummy: Int*): Option[BigInt]
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 3.5) Calling this function with an empty argument list is invalid in Scala 3. Use the form without parentheses instead

  6. def litValue(dummy: Int*): BigInt
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 3.5) Calling this function with an empty argument list is invalid in Scala 3. Use the form without parentheses instead

Inherited from Apb2Bundle

Inherited from Bundle

Inherited from Record

Inherited from Aggregate

Inherited from Data

Inherited from SourceInfoDoc

Inherited from NamedComponent

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped