Skip to content

waveform_simulation

Nicolai Mueller edited this page Sep 4, 2024 · 2 revisions

Type

Boolean

Default

false

Description

Specifies whether PROLEAD should store its simulations as .vcd files.

Impact

Storing each simulation in a file is highly time-consuming and requires substantial storage space, particularly for large circuits. We recommend the following evaluation workflow when using this setting:

  1. Set waveform_simulation to true and run a total of 64 simulations. PROLEAD will generate 64 simulation files, which you can review to ensure the simulation is proceeding as expected.
  2. If the initial simulations are satisfactory, set waveform_simulation to false and proceed with the evaluation, running as many simulations as needed.

Examples

"simulation": {
    "waveform_simulation": true
}

In this example, we adjusted PROLEAD to store every simulation in a .vcd file.

Clone this wiki locally