-
Notifications
You must be signed in to change notification settings - Fork 264
Closed
Description
Dear,
We are using design where some PCell are created from a Path (and depend on its geometry from the path). As they are pretty computation intensive to generate, the PCell are lazy evaluated when we modified their parameters.
However, when we modify the underlining Path, the evaluation of the PCell is not lazy (it immediately try to update the PCell at every modification of the Path). Will it be possible to make the generation of the PCell lazy when editing shape from which it is depending, please ?
Thank you again for this amazing software.
Romain A
Reactions are currently unavailable