Provide a function that calculates a circuit's propagation delay.
This is the minimum time accumulated when traversing a circuit from circuit inputs to circuit outputs and adding up all element propagation delays.
Usages:
Set the property "Propagation delay" in subcircuits, which is used in flat simulation mode to determine the time when executed script publish their results on the output pins. Currently, the user has to calculate this value "by hand".
Support for circuit authors when using the upcoming feature #474 for propagation delays, where the author has specify the overall propagation delay as default value of the generic parameter, and then distribute the propagation delay among the inner gates.
Provide a function that calculates a circuit's propagation delay.
This is the minimum time accumulated when traversing a circuit from circuit inputs to circuit outputs and adding up all element propagation delays.
Usages: