spinal.lib.bus.amba4.axi

Axi4CrossbarFactory

Related Doc: package axi

case class Axi4CrossbarFactory() extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Axi4CrossbarFactory
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Axi4CrossbarFactory()

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 addConnection(order: (Axi4Bus, Seq[Axi4Bus])): Axi4CrossbarFactory.this.type

  5. def addConnection(axi: Axi4Bus, slaves: Seq[Axi4Bus]): Axi4CrossbarFactory.this.type

  6. def addConnections(orders: (Axi4Bus, Seq[Axi4Bus])*): Axi4CrossbarFactory.this.type

  7. def addPipelining(axi: Axi4WriteOnly)(bridger: (Axi4WriteOnly, Axi4WriteOnly) ⇒ Unit): Axi4CrossbarFactory.this.type

  8. def addPipelining(axi: Axi4ReadOnly)(bridger: (Axi4ReadOnly, Axi4ReadOnly) ⇒ Unit): Axi4CrossbarFactory.this.type

  9. def addPipelining(axi: Axi4Shared)(bridger: (Axi4Shared, Axi4Shared) ⇒ Unit): Axi4CrossbarFactory.this.type

  10. def addSlave(axi: Axi4Bus, mapping: SizeMapping): Axi4CrossbarFactory.this.type

  11. def addSlaves(orders: (Axi4Bus, SizeMapping)*): Axi4CrossbarFactory.this.type

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. val axi4SlaveToReadWriteOnly: HashMap[Axi4, Seq[Axi4Bus]]

  14. def build(): Unit

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val masters: ArrayBuffer[Axi4Bus]

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. val readOnlyBridger: HashMap[Axi4ReadOnly, (Axi4ReadOnly, Axi4ReadOnly) ⇒ Unit]

  25. val sharedBridger: HashMap[Axi4Shared, (Axi4Shared, Axi4Shared) ⇒ Unit]

  26. val slavesConfigs: HashMap[Axi4Bus, Axi4CrossbarSlaveConfig]

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. val writeOnlyBridger: HashMap[Axi4WriteOnly, (Axi4WriteOnly, Axi4WriteOnly) ⇒ Unit]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped