Package

fringe.templates

axi4

Permalink

package axi4

Visibility
  1. Public
  2. All

Type Members

  1. class AXI4Bundle extends AXI4BundleBase

    Permalink
  2. abstract class AXI4BundleA extends AXI4BundleBase

    Permalink
  3. class AXI4BundleAR extends AXI4BundleA

    Permalink
  4. class AXI4BundleARW extends AXI4BundleA

    Permalink
  5. class AXI4BundleAW extends AXI4BundleA

    Permalink
  6. class AXI4BundleB extends AXI4BundleBase

    Permalink
  7. abstract class AXI4BundleBase extends GenericParameterizedBundle[AXI4BundleParameters]

    Permalink
  8. case class AXI4BundleParameters(addrBits: Int, dataBits: Int, idBits: Int) extends Product with Serializable

    Permalink
  9. class AXI4BundleR extends AXI4BundleBase

    Permalink
  10. class AXI4BundleW extends AXI4BundleBase

    Permalink
  11. class AXI4Inlined extends AXI4BundleBase

    Permalink

    Inlined AXI4 interface definition, same as 'AXI4Bundle'.

    Inlined AXI4 interface definition, same as 'AXI4Bundle'. Inlining helps Vivado to auto-detect AXI4 and hence enables using block connection automation features

  12. class AXI4Lite extends AXI4BundleBase

    Permalink
  13. class AXI4LiteToRFBridge extends Module

    Permalink
  14. class AXI4LiteToRFBridgeVerilog extends BlackBox

    Permalink
  15. class AXI4LiteToRFBridgeZCU extends Module

    Permalink
  16. class AXI4LiteToRFBridgeZCUVerilog extends BlackBox

    Permalink
  17. case class AXI4MasterParameters(id: IdRange = IdRange(0, 1), aligned: Boolean = false, nodePath: Seq[BaseNode] = Seq()) extends Product with Serializable

    Permalink
  18. case class AXI4MasterPortParameters(masters: Seq[AXI4MasterParameters]) extends Product with Serializable

    Permalink
  19. class AXI4Probe extends AXI4BundleBase

    Permalink
  20. case class AXI4SlaveParameters(address: Seq[AddressSet], regionType: T = RegionType.GET_EFFECTS, executable: Boolean = false, nodePath: Seq[BaseNode] = Seq(), supportsWrite: TransferSizes = TransferSizes.none, supportsRead: TransferSizes = TransferSizes.none, interleavedId: Option[Int] = None) extends Product with Serializable

    Permalink
  21. case class AXI4SlavePortParameters(slaves: Seq[AXI4SlaveParameters], beatBytes: Int) extends Product with Serializable

    Permalink
  22. class AvalonSlave extends AXI4BundleBase

    Permalink
  23. class AvalonStream extends AXI4BundleBase

    Permalink
  24. class MAGToAXI4Bridge extends Module

    Permalink

Value Members

  1. object AXI4Bundle

    Permalink
  2. object AXI4BundleParameters extends Serializable

    Permalink
  3. object AXI4Parameters

    Permalink

Ungrouped