-
Notifications
You must be signed in to change notification settings - Fork 28
number_of_simulations_per_write
Nicolai Mueller edited this page Sep 24, 2024
·
1 revision
Integer
0
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.
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.
"simulation": {
"number_of_simulations_per_write": 128000
}
In this example, a report file is generated after every 128000 simulations.