c

ambel

Apb2Req

class Apb2Req extends Apb2Bundle

AMBA APB2 IO Bundle

Direction of AMBA APB2 IOs are from target perspective (i.e. request = Input, response = Output)

Linear Supertypes
Apb2Bundle, Bundle, Record, Aggregate, Data, SourceInfoDoc, NamedComponent, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Apb2Req
  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. Protected

Instance Constructors

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

    ADDR_WIDTH

    the width of the address bus pAddr

    DATA_WIDTH

    the width of the data buses pWData and pRData

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): Unit
    Definition Classes
    Data
  4. final def <>(that: => Data)(implicit sourceInfo: SourceInfo): 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: Record
    Attributes
    protected
    Definition Classes
    Record
  10. def _elementsImpl: Iterable[(String, Any)]
    Attributes
    protected
    Definition Classes
    Bundle
  11. def _typeNameConParams: Iterable[Any]
    Attributes
    protected
    Definition Classes
    Record
  12. def _usingPlugin: Boolean
    Attributes
    protected
    Definition Classes
    Bundle
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. macro def asTypeOf[T <: Data](that: T): T
    Definition Classes
    Data
  15. final macro def asUInt: UInt
    Definition Classes
    Data
  16. def autoSeed(name: String): Apb2Req.this.type
    Definition Classes
    Data → HasId
  17. def binding: Option[Binding]
    Attributes
    protected[chisel3]
    Definition Classes
    Data
  18. def binding_=(target: Binding): Unit
    Attributes
    protected
    Definition Classes
    Data
  19. def circuitName: String
    Definition Classes
    HasId
  20. def className: String
    Definition Classes
    Bundle → Record
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  22. def cloneType: Apb2Req.this.type
    Definition Classes
    Record → Data
  23. def containsAFlipped: Boolean
    Definition Classes
    Record → Data
  24. def do_asTypeOf[T <: Data](that: T)(implicit sourceInfo: SourceInfo): T
    Definition Classes
    Data
  25. def do_asUInt(implicit sourceInfo: SourceInfo): UInt
    Definition Classes
    Data
  26. final lazy val elements: SeqMap[String, Data]
    Definition Classes
    Bundle → Record
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. def getElements: Seq[Data]
    Definition Classes
    Record → Aggregate
  31. final def getWidth: Int
    Definition Classes
    Data
  32. def hasSeed: Boolean
    Definition Classes
    HasId
  33. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  34. def ignoreSeq: Boolean
    Definition Classes
    Bundle
  35. def instanceName: String
    Definition Classes
    HasId → InstanceId
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isLit: Boolean
    Definition Classes
    Data
  38. final def isWidthKnown: Boolean
    Definition Classes
    Data
  39. def litOption: Option[BigInt]
    Definition Classes
    Aggregate → Data
  40. def litValue: BigInt
    Definition Classes
    Aggregate → Data
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  44. val pAddr: UInt
  45. val pEnable: Bool
  46. val pProt: UInt
  47. val pSel: Bool
  48. val pStrb: UInt
  49. val pWData: UInt
  50. val pWrite: Bool
  51. def parentModName: String
    Definition Classes
    HasId → InstanceId
  52. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  53. def pathName: String
    Definition Classes
    HasId → InstanceId
  54. def suggestName(seed: => String): Apb2Req.this.type
    Definition Classes
    HasId
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. final def toAbsoluteTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  57. final def toNamed: ComponentName
    Definition Classes
    NamedComponent → InstanceId
  58. def toPrintable: Printable
    Definition Classes
    Bundle → Record → Data
  59. final def toRelativeTarget(root: Option[BaseModule]): ReferenceTarget
    Definition Classes
    NamedComponent
  60. def toString(): String
    Definition Classes
    Record → AnyRef → Any
  61. final def toTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  62. def typeName: String
    Definition Classes
    Data
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def widthOption: Option[Int]
    Definition Classes
    Data

Deprecated Value Members

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

    (Since version 9)

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