Trait

spinal.lib

IMasterSlave

Related Doc: package lib

Permalink

trait IMasterSlave extends AnyRef

Master/slave interface

Linear Supertypes
AnyRef, Any
Known Subclasses
AhbLite3, AhbLite3Master, Apb3, Apb4, AsyncMemoryBus, AvalonMM, AvalonST, Axi4, Axi4ReadOnly, Axi4Shared, Axi4WriteOnly, AxiLite4, AxiLite4ReadOnly, AxiLite4WriteOnly, BRAM, Bmb, Bus, ContextBufferQuery, CoreDataBus, CoreInstructionBus, CorePort, CoreTasks, Ctrl, Ctrl, CtrlPort, CtrlRx, DataCacheCpuBus, DataCacheMemBus, DebugBus, DebugExtensionBus, DebugExtensionIo, DebugHartBus, Dfi, DfiCATrainingInterface, DfiControlInterface, DfiErrorInterface, DfiLevelingTraingInterface, DfiLowPowerControlInterface, DfiPhyRequesetedTrainingInterface, DfiReadInterface, DfiReadTrainingInterface, DfiStatusInterface, DfiUpdateInterface, DfiWriteInterface, DfiWriteTrainingInterface, DmaMemoryCoreReadBus, DmaMemoryCoreWriteBus, Flow, FlowCmdRsp, I2c, I2cSlaveBus, InstructionCacheCpuBus, InstructionCacheFlushBus, InstructionCacheMemBus, Jtag, JtagTapInstructionCtrl, JtaggIo, Mdio, Mem, MemReadPort, MemReadPortAsync, MemReadStreamFlowPort, MemReadWritePort, Mii, MiiRx, MiiTx, Mmcme2Dbus, PhyIo, PhyIo, PipelinedMemoryBus, ReadableOpenDrain, Rmii, RmiiRx, RmiiTx, RtlPhyInterface, Rx, SdramCtrlBus, SdramInterface, SdramXdrIo, SdramXdrPhyCtrl, SdramXdrPhyCtrlPhase, SgBus, SgRead, SgWrite, Sio, SoftBus, SpiHalfDuplexMaster, SpiMaster, SpiSlave, SpiXdrMaster, Stream, StreamFifoMultiChannelPop, StreamFifoMultiChannelPush, SystemDebuggerMemBus, SystemDebuggerRemoteBus, TriState, TriStateArray, TriStateOutput, Tx, Uart, UsbHostManagementIo, UsbLsFsPhyAbstractIo, UsbPhyFsNativeIo, VJTAG, Vga, VideoDmaMem, Wishbone, XdrOutput, XdrPin, XipBus
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IMasterSlave
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def asMaster(): Unit

    Permalink

    Override it to define port directions for a master interface.

    Override it to define port directions for a master interface.

    Deprecated

    This method must be overriden but not called. Calling this method is not correct. Call setAsMaster() or intoMaster() instead. This method is named asXxx but it does not return Xxx. This method does not update isMasterInterface and isSlaveInterface.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. final def intoMaster(): IMasterSlave.this.type

    Permalink

    Convert into master

  11. final def intoSlave(): IMasterSlave.this.type

    Permalink

    Convert into slave

  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def isMasterInterface: Boolean

    Permalink

    Are port directions set for a Master interface?

  14. final def isSlaveInterface: Boolean

    Permalink

    Are port directions set for a Master interface?

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

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def setAsMaster(): Unit

    Permalink

    Set as master interface

  19. final def setAsSlave(): Unit

    Permalink

    Set a slave interface

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

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def asSlave(): Unit

    Permalink

    Override it to define port directions for a master interface.

    Override it to define port directions for a master interface.

    If not overriden, defaults to the opposite port directions of asMaster().

    Deprecated

    This method can be overriden but not called. Calling this method is not correct. Call setAsSlave() or intoSlave() instead. This method is named asXxx but it does not return Xxx. This method does not update isMasterInterface and isSlaveInterface.

  2. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped