package sim
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class AddressRange(base: BigInt, size: Int) extends Product with Serializable
- class WishboneDriver extends AnyRef
This is a helping class for driving the wishbone bus
- class WishboneMonitor extends AnyRef
This is a helping class for executing code when an acknoledge happend on the bus
- class WishboneSequencer extends AnyRef
- class WishboneStatus extends AnyRef
- case class WishboneTransaction(address: BigInt = 0, data: BigInt = 0, tga: BigInt = 0, tgc: BigInt = 0, tgd: BigInt = 0) extends Product with Serializable
Value Members
- object AddressRange extends Serializable
- object WishboneDriver
- object WishboneMonitor
- object WishboneSequencer
- object WishboneStatus
- object WishboneTransaction extends Serializable