waveform_simulation - ChairImpSec/PROLEAD GitHub Wiki
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:
- Set
waveform_simulation
totrue
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. - If the initial simulations are satisfactory, set
waveform_simulation
tofalse
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.