Open weafo opened 2 days ago
I can't find that image
Unable to find image 'efabless/openlane-tools:openroad_app-cdf98f3571ef892d091b6825c5d473bcfbf6e167-centos-7-amd64' locally
docker: Error response from daemon: manifest for efabless/openlane-tools:openroad_app-cdf98f3571ef892d091b6825c5d473bcfbf6e167-centos-7-amd64 not found: manifest unknown: manifest unknown.
what version of OpenROAD is in that image? If it is not very current then please try with the head of OR first.
You need to make a self contained test case. The steps to reproduce should be untar & run, not install OL.
Sorry for the confusion, I am not using a separate Docker image of OpenROAD. Instead, I use it as a dependency within OpenLane. The version of OpenROAD in my setup is: OpenROAD b16bda7e82721d10566ff7e2b68f1ff0be9f9e38.
That commit is from Jun 3. Please try with the head of OR.
Describe the bug
OpenROAD crashes with a segmentation fault during the execution of the multi-corner static timing analysis (STA) step in OpenLane. The crash occurs when using the sky130A PDK, and the log reports a segmentation violation in libc. The issue is reproducible across multiple runs with the same configuration.
Steps I do:
PDK_ROOT
environment variable.Expected Behavior
OpenROAD should complete the multi-corner STA step without crashing and generate timing reports.
OpenROAD Environment
OpenLane Environment
To Reproduce
make mount
I've also attached a zip of the issue reproducible folder. issue_reproducible.zip
Relevant log output
Screenshots
No response
Additional Context
No response