We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently the rules encode offset value directly in the check parameters in order to express the following "strictly greater than" condition, ex:
with_length(80.00X.um, nil)
we should find a better way to express them in term of delta against the pristine value present in the design manual, ex:
with_length(80.001.um + X.dbu, nil)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently the rules encode offset value directly in the check parameters in order to express the following "strictly greater than" condition, ex:
we should find a better way to express them in term of delta against the pristine value present in the design manual, ex:
The text was updated successfully, but these errors were encountered: