Package

spinal.lib.bus

regif

Permalink

package regif

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AccessType extends AnyRef

    Permalink
  2. case class AhbLite3BusInterface(bus: AhbLite3, sizeMap: SizeMapping, readSync: Boolean = true, regPre: String = "")(implicit moduleName: ClassName) extends BusIf with Product with Serializable

    Permalink
  3. case class Apb3BusInterface(bus: Apb3, sizeMap: SizeMapping, selId: Int = 0, readSync: Boolean = true, regPre: String = "")(implicit moduleName: ClassName) extends BusIf with Product with Serializable

    Permalink
  4. trait BusIf extends BusIfBase

    Permalink
  5. trait BusIfBase extends Area

    Permalink
  6. case class ClassName(name: String) extends Product with Serializable

    Permalink
  7. sealed trait DocType extends AnyRef

    Permalink
  8. class FIFOInst extends RegBase

    Permalink
  9. case class Field(name: String, hardbit: Bits, section: Range, accType: AccessType, resetValue: Long, readError: Boolean, doc: String) extends Product with Serializable

    Permalink
  10. case class RamInst(name: String, sizeMap: SizeMapping, busif: BusIf) extends Product with Serializable

    Permalink
  11. abstract class RegBase extends AnyRef

    Permalink
  12. case class RegInst(name: String, addr: Long, doc: String, busif: BusIf) extends RegBase with Product with Serializable

    Permalink
  13. class Section extends AnyRef

    Permalink
  14. case class SymbolName(name: String) extends Product with Serializable

    Permalink
  15. case class WishboneBusInterface(bus: Wishbone, sizeMap: SizeMapping, selId: Int = 0, readSync: Boolean = true, regPre: String = "")(implicit moduleName: ClassName) extends BusIf with Product with Serializable

    Permalink

Value Members

  1. object AccessType

    Permalink
  2. object BusInterface

    Permalink
  3. object CHeads

    Permalink
  4. object ClassName extends Serializable

    Permalink
  5. object DocTemplate

    Permalink
  6. object DocType

    Permalink
  7. object InterruptFactory

    Permalink
  8. object Macros

    Permalink
  9. object RegIfDocument

    Permalink
  10. object Section

    Permalink
  11. object SymbolName extends Serializable

    Permalink

Ungrouped