Package

spinal.lib.wishbone

sim

Permalink

package sim

Visibility
  1. Public
  2. All

Type Members

  1. case class AddressRange(base: BigInt, size: Int) extends Product with Serializable

    Permalink
  2. class WishboneDriver extends AnyRef

    Permalink

    This is a helping class for driving the wishbone bus

  3. class WishboneMonitor extends AnyRef

    Permalink

    This is a helping class for executing code when an acknoledge happend on the bus

  4. class WishboneSequencer extends AnyRef

    Permalink
  5. class WishboneStatus extends AnyRef

    Permalink
  6. case class WishboneTransaction(address: BigInt = 0, data: BigInt = 0, tga: BigInt = 0, tgc: BigInt = 0, tgd: BigInt = 0) extends Product with Serializable

    Permalink

Value Members

  1. object AddressRange extends Serializable

    Permalink
  2. object WishboneDriver

    Permalink
  3. object WishboneMonitor

    Permalink
  4. object WishboneSequencer

    Permalink
  5. object WishboneStatus

    Permalink
  6. object WishboneTransaction extends Serializable

    Permalink

Ungrouped