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
The application is unstable when using the universal DRC function in threaded deep mode, such as:
deep threads(4) l1 = input(1, 0) space_errors = l1.drc(space < 0.5.um)
The reason is a missing mutex allowing multiple threads to access the cache in parallel.
The text was updated successfully, but these errors were encountered:
bfc534f
klayoutmatthias
No branches or pull requests
The application is unstable when using the universal DRC function in threaded deep mode, such as:
The reason is a missing mutex allowing multiple threads to access the cache in parallel.
The text was updated successfully, but these errors were encountered: