o

spinal.lib.bus.regif

BusInterface

object BusInterface

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BusInterface
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 apply(bus: MinBus, sizeMap: SizeMapping, regPre: String, withSecFireWall: Boolean)(implicit moduleName: ClassName): BusIf
  5. def apply(bus: MinBus, sizeMap: SizeMapping, regPre: String)(implicit moduleName: ClassName): BusIf
  6. def apply(bus: MinBus, sizeMap: SizeMapping)(implicit moduleName: ClassName): BusIf
  7. def apply(bus: MemBus, sizeMap: SizeMapping, regPre: String, withSecFireWall: Boolean)(implicit moduleName: ClassName): BusIf
  8. def apply(bus: MemBus, sizeMap: SizeMapping, regPre: String)(implicit moduleName: ClassName): BusIf
  9. def apply(bus: MemBus, sizeMap: SizeMapping)(implicit moduleName: ClassName): BusIf
  10. def apply(bus: BRAM, sizeMap: SizeMapping, regPre: String, withSecFireWall: Boolean)(implicit moduleName: ClassName): BusIf
  11. def apply(bus: BRAM, sizeMap: SizeMapping, regPre: String)(implicit moduleName: ClassName): BusIf
  12. def apply(bus: BRAM, sizeMap: SizeMapping)(implicit moduleName: ClassName): BusIf
  13. def apply(bus: AxiLite4, sizeMap: SizeMapping, regPre: String, withSecFireWall: Boolean)(implicit moduleName: ClassName): BusIf
  14. def apply(bus: AxiLite4, sizeMap: SizeMapping, regPre: String)(implicit moduleName: ClassName): BusIf
  15. def apply(bus: AxiLite4, sizeMap: SizeMapping)(implicit moduleName: ClassName): BusIf
  16. def apply(bus: Wishbone, sizeMap: SizeMapping, readSync: Boolean, regPre: String, withSecFireWall: Boolean)(implicit moduleName: ClassName): BusIf
  17. def apply(bus: Wishbone, sizeMap: SizeMapping, readSync: Boolean, regPre: String)(implicit moduleName: ClassName): BusIf
  18. def apply(bus: Wishbone, sizeMap: SizeMapping, readSync: Boolean)(implicit moduleName: ClassName): BusIf
  19. def apply(bus: Wishbone, sizeMap: SizeMapping, regPre: String)(implicit moduleName: ClassName): BusIf
  20. def apply(bus: Wishbone, sizeMap: SizeMapping)(implicit moduleName: ClassName): BusIf
  21. def apply(bus: AhbLite3, sizeMap: SizeMapping, regPre: String, withSecFireWall: Boolean)(implicit moduleName: ClassName): BusIf
  22. def apply(bus: AhbLite3, sizeMap: SizeMapping, regPre: String)(implicit moduleName: ClassName): BusIf
  23. def apply(bus: AhbLite3, sizeMap: SizeMapping)(implicit moduleName: ClassName): BusIf
  24. def apply(bus: Apb4, sizeMap: SizeMapping, regPre: String, withSecFireWall: Boolean)(implicit moduleName: ClassName): BusIf
  25. def apply(bus: Apb4, sizeMap: SizeMapping, regPre: String)(implicit moduleName: ClassName): BusIf
  26. def apply(bus: Apb4, sizeMap: SizeMapping)(implicit moduleName: ClassName): BusIf
  27. def apply(bus: Apb3, sizeMap: SizeMapping, regPre: String, withSecFireWall: Boolean)(implicit moduleName: ClassName): BusIf
  28. def apply(bus: Apb3, sizeMap: SizeMapping, regPre: String)(implicit moduleName: ClassName): BusIf
  29. def apply(bus: Apb3, sizeMap: SizeMapping)(implicit moduleName: ClassName): BusIf
  30. def apply(bus: Apb4, sizeMap: SizeMapping, selID: Int, regPre: String, withSecFireWall: Boolean)(implicit moduleName: ClassName): BusIf
  31. def apply(bus: Apb4, sizeMap: SizeMapping, selID: Int, regPre: String)(implicit moduleName: ClassName): BusIf
  32. def apply(bus: Apb4, sizeMap: SizeMapping, selID: Int)(implicit moduleName: ClassName): BusIf
  33. def apply(bus: Apb3, sizeMap: SizeMapping, selID: Int, regPre: String, withSecFireWall: Boolean)(implicit moduleName: ClassName): BusIf
  34. def apply(bus: Apb3, sizeMap: SizeMapping, selID: Int, regPre: String)(implicit moduleName: ClassName): BusIf
  35. def apply(bus: Apb3, sizeMap: SizeMapping, selID: Int)(implicit moduleName: ClassName): BusIf
  36. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  37. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  40. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped