Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pcell limits #1654

Merged
merged 9 commits into from
Mar 13, 2024
Merged

Pcell limits #1654

merged 9 commits into from
Mar 13, 2024

Conversation

klayoutmatthias
Copy link
Collaborator

Adds "min_value" and "max_value" to PCellParameter declarations. That allows giving the entry boxes for int and double values some limits, but is not a final frontier. It is still possible to set other values through the API. The limits do only apply to int and double types without choices.

ThomasZecha and others added 9 commits March 6, 2024 08:54
-added tl::optional as derivate of std::optional for c++17 and above, reduced
 implementation otherwise
-fixed missing include for c++17 and above
-added range constraints for PCell parameter

Signed-off-by: ThomasZecha <[email protected]>
@klayoutmatthias klayoutmatthias merged commit fa14afb into master Mar 13, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant