Packages

c

midas.platform.xilinx

XilinxAXI4Bundle

class XilinxAXI4Bundle extends Bundle

An AXI4 bundle definition whose names should match the interfaces exposed on Xilinx IP blocks. aresetn and clock are omitted, and no user fields are provided.

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

Instance Constructors

  1. new XilinxAXI4Bundle(bundleParams: AXI4BundleParameters, isAXI4Lite: Boolean = false)

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. def AXI4Only[T <: Data](field: T): Option[T]
  7. def _cloneTypeImpl: Record
    Attributes
    protected
    Definition Classes
    Record
  8. def _elementsImpl: Iterable[(String, Any)]
    Attributes
    protected
    Definition Classes
    Bundle
  9. def _usingPlugin: Boolean
    Attributes
    protected
    Definition Classes
    Bundle
  10. val araddr: UInt
  11. val arburst: Option[UInt]
  12. val arcache: Option[UInt]
  13. val arid: Option[UInt]
  14. val arlen: Option[UInt]
  15. val arlock: Option[UInt]
  16. val arprot: UInt
  17. val arqos: Option[UInt]
  18. val arready: Bool
  19. val arsize: Option[UInt]
  20. val arvalid: Bool
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. macro def asTypeOf[T <: Data](that: T): T
    Definition Classes
    Data
  23. final macro def asUInt: UInt
    Definition Classes
    Data
  24. def autoSeed(name: String): XilinxAXI4Bundle.this.type
    Definition Classes
    Data → HasId
  25. val awaddr: UInt
  26. val awburst: Option[UInt]
  27. val awcache: Option[UInt]
  28. val awid: Option[UInt]
  29. val awlen: Option[UInt]
  30. val awlock: Option[UInt]
  31. val awprot: UInt
  32. val awqos: Option[UInt]
  33. val awready: Bool
  34. val awsize: Option[UInt]
  35. val awvalid: Bool
  36. def axi4LiteSize: Int
  37. val bid: Option[UInt]
  38. def binding: Option[Binding]
    Attributes
    protected[chisel3]
    Definition Classes
    Data
  39. def binding_=(target: Binding): Unit
    Attributes
    protected
    Definition Classes
    Data
  40. val bready: Bool
  41. val bresp: UInt
  42. val bundleParams: AXI4BundleParameters
  43. val bvalid: Bool
  44. def circuitName: String
    Attributes
    protected
    Definition Classes
    HasId
  45. def className: String
    Definition Classes
    Bundle → Record
  46. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  47. def cloneType: XilinxAXI4Bundle.this.type
    Definition Classes
    Record → Data
  48. def do_asTypeOf[T <: Data](that: T)(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): T
    Definition Classes
    Data
  49. def do_asUInt(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): UInt
    Definition Classes
    Aggregate → Data
  50. def driveStandardAXI4(axi4: AXI4Bundle, axiClock: Clock, axiReset: Bool): Unit
  51. def drivenByStandardAXI4(axi4: AXI4Bundle, axiClock: Clock, axiReset: Bool): Unit
  52. final lazy val elements: SeqMap[String, Data]
    Definition Classes
    Bundle → Record
  53. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  55. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  56. def getElements: Seq[Data]
    Definition Classes
    Record → Aggregate
  57. final def getWidth: Int
    Definition Classes
    Data
  58. def hasSeed: Boolean
    Definition Classes
    HasId
  59. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  60. def ignoreSeq: Boolean
    Definition Classes
    Bundle
  61. def instanceName: String
    Definition Classes
    HasId → InstanceId
  62. val isAXI4Lite: Boolean
  63. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  64. def isLit: Boolean
    Definition Classes
    Data
  65. final def isWidthKnown: Boolean
    Definition Classes
    Data
  66. def litOption: Option[BigInt]
    Definition Classes
    Aggregate → Data
  67. def litValue: BigInt
    Definition Classes
    Aggregate → Data
  68. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  69. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  70. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  71. def parentModName: String
    Definition Classes
    HasId → InstanceId
  72. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  73. def pathName: String
    Definition Classes
    HasId → InstanceId
  74. val rdata: UInt
  75. val rid: Option[UInt]
  76. val rlast: Option[Bool]
  77. val rready: Bool
  78. val rresp: UInt
  79. val rvalid: Bool
  80. def suggestName(seed: => String): XilinxAXI4Bundle.this.type
    Definition Classes
    HasId
  81. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  82. def tieoffAsManager(): Unit
  83. final def toAbsoluteTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  84. final def toNamed: ComponentName
    Definition Classes
    NamedComponent → InstanceId
  85. def toPrintable: Printable
    Definition Classes
    Bundle → Record → Data
  86. def toString(): String
    Definition Classes
    Record → AnyRef → Any
  87. final def toTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  88. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  89. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  90. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  91. val wdata: UInt
  92. final def widthOption: Option[Int]
    Definition Classes
    Data
  93. val wlast: Option[Bool]
  94. val wready: Bool
  95. val wstrb: UInt
  96. val wvalid: Bool

Deprecated Value Members

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

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