Skip to content

number_of_clock_cycles

Nicolai Mueller edited this page Sep 12, 2024 · 1 revision

Type

Integer

Description

Specifies the maximum number of clock cycles to simulate before checking the end condition for the first time. If the end condition is not fulfilled, PROLEAD continues the simulation until the end condition is fulfilled.

Impact

The more clock cycles simulated, the longer the evaluation typically takes. We recommend stopping the simulation as soon as all necessary computations have been completed.

Examples

"simulation": {   
    "number_of_clock_cycles": 3
}

In this example, we set the number of clock cycles to 3.

Clone this wiki locally