efabless / cace

Circuit Automatic Characterization Engine
https://cace.readthedocs.io/
Apache License 2.0
44 stars 6 forks source link

Name collisions when making copies #60

Open mole99 opened 5 months ago

mole99 commented 5 months ago

When a parameter is copied (duplicated), then _copy is appended to the parameter name.

If such a name already exists it should append another _copy until the name is unique in order to avoid name collisions.