EphemeralSimulator
chisel3.simulator.EphemeralSimulator
object EphemeralSimulator extends PeekPokeAPI
Provides a simple API for "ephemeral" invocations (where you don't care about the artifacts after the invocation completes) to simulate Chisel modules. To keep things really simple, EphemeralSimulator simulations can only be controlled using the peek/poke API, which provides enough control while hiding some of the lower-level svsim complexity.
Attributes
- Example
-
import chisel3.simulator.EphemeralSimulator._ ... simulate(new MyChiselModule()) { module => ... } - Source
- EphemeralSimulator.scala
- Graph
-
- Supertypes
- Self type
-
EphemeralSimulator.type
Members list
In this article