WaveDumper class

A waveform dumper for simulations.

Outputs to vcd format at outputPath. module must be built prior to attaching the WaveDumper.

The waves will only dump to the file periodically and then once the simulation has completed.

Constructors

WaveDumper(Module module, {String outputPath = 'waves.vcd'})
Attaches a WaveDumper to record all signal changes in a simulation of module in a VCD file at outputPath.

Properties

hashCode int
The hash code for this object.
no setterinherited
module Module
The Module being dumped.
final
outputPath String
The output filepath of the generated waveforms.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited