You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
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.