case class Axi4CrossbarFactory() extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Axi4CrossbarFactory
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Axi4CrossbarFactory()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addConnection(order: (Axi4Bus, Seq[Axi4Bus])): Axi4CrossbarFactory.this.type
- def addConnection(axi: Axi4Bus, slaves: Seq[Axi4Bus]): Axi4CrossbarFactory.this.type
- def addConnections(orders: (Axi4Bus, Seq[Axi4Bus])*): Axi4CrossbarFactory.this.type
- def addPipelining(axi: Axi4)(ro: (Axi4ReadOnly, Axi4ReadOnly) => Unit)(wo: (Axi4WriteOnly, Axi4WriteOnly) => Unit): Axi4CrossbarFactory.this.type
- def addPipelining(axi: Axi4WriteOnly)(bridger: (Axi4WriteOnly, Axi4WriteOnly) => Unit): Axi4CrossbarFactory.this.type
- def addPipelining(axi: Axi4ReadOnly)(bridger: (Axi4ReadOnly, Axi4ReadOnly) => Unit): Axi4CrossbarFactory.this.type
- def addPipelining(axi: Axi4Shared)(bridger: (Axi4Shared, Axi4Shared) => Unit): Axi4CrossbarFactory.this.type
- def addSlave(axi: Axi4Bus, mapping: SizeMapping): Axi4CrossbarFactory.this.type
- def addSlaves(orders: (Axi4Bus, SizeMapping)*): Axi4CrossbarFactory.this.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val axi4SlaveToReadWriteOnly: HashMap[Axi4, Seq[Axi4Bus]]
- def build(): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def decoderToArbiterLink(bus: Axi4Shared): Axi4Shared
- def decoderToArbiterLink(bus: Axi4WriteOnly): Axi4WriteOnly
- def decoderToArbiterLink(bus: Axi4ReadOnly): Axi4ReadOnly
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var lowLatency: Boolean
- val masters: ArrayBuffer[Axi4Bus]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val readOnlyBridger: HashMap[Axi4ReadOnly, (Axi4ReadOnly, Axi4ReadOnly) => Unit]
- val sharedBridger: HashMap[Axi4Shared, (Axi4Shared, Axi4Shared) => Unit]
- val slavesConfigs: LinkedHashMap[Axi4Bus, Axi4CrossbarSlaveConfig]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val writeOnlyBridger: HashMap[Axi4WriteOnly, (Axi4WriteOnly, Axi4WriteOnly) => Unit]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated