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 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.