ControlAPI

chisel3.simulator.ControlAPI
trait ControlAPI

Attributes

Source
ControlAPI.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ChiselSim

Members list

Value members

Concrete methods

def disableWaves(): Unit

Enable waveform dumping

Enable waveform dumping

This control function will disable waveforms from the moment it is applied. A simulator must be compiled with waveform dumping support for this to have an effect.

Example usage:

disableWaves()

Attributes

Source
ControlAPI.scala
def enableWaves(): Unit

Enable waveform dumping

Enable waveform dumping

This control function will enable waveforms from the moment it is applied. A simulator must be compiled with waveform dumping support for this to have an effect.

Example usage:

enableWaves()

Attributes

Source
ControlAPI.scala