-
Notifications
You must be signed in to change notification settings - Fork 27
waveform_simulation
Nicolai Mueller edited this page Sep 4, 2024
·
2 revisions
Boolean
false
Specifies whether PROLEAD should store its simulations as .vcd files.
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.
"simulation": {
"waveform_simulation": true
}
In this example, we adjusted PROLEAD to store every simulation in a .vcd file.