EmitFsdb
chisel3.simulator.scalatest.Cli.EmitFsdb
trait EmitFsdb
Adds -DemitFsdb=[1,true]
This causes a simulation to dump an FSDB wave starting at time zero. Finer grained control can be achieved with chisel3.simulator.ControlAPI.disableWaves and chisel3.simulator.ControlAPI.enableWaves.
If the simulator does not support FSDB waves, then using this option will throw an IllegalArgumentException when the option is used.
Attributes
- Source
- Cli.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
In this article