number_of_simulations_per_write - ChairImpSec/PROLEAD GitHub Wiki
Type
Integer
Default
0
Description
Specifies the number of simulations after which a report file is generated. The report includes the most leaking probing sets per clock cycle, as well as a summary of the most leaking probing sets overall.
Impact
Writing the report to a file can be time-consuming, especially when using the RR d-probing model. Therefore, we recommend generating a single report file only after the total number of simulations has been completed.
Examples
"simulation": {
"number_of_simulations_per_write": 128000
}
In this example, a report file is generated after every 128000 simulations.