Open socclosure opened 3 weeks ago
Unknown git commit, this is not a git repository.
- what version of OR & ORFS are you using?
@maliberty
I am checking out latest version of ORFS as per the instruction in https://openroad-flow-scripts.readthedocs.io/en/latest/contrib/GitGuide.html#../../index.md#build-or-installing-orfs-dependencies
Master branch of my local repository (i.e. fork) of ORFS is at https://github.com/socclosure/OpenROAD-flow-scripts/tree/master
in that OpenRoad tool is linked to one of the git commit version.
I am running the flow using
"./util/docker_shell make" command under
flows directory.
Subject
[Stage]: Detail Router.
Describe the bug
I am trying to generate GDS view of a design by running all steps of default ORFS (i.e. make commnad) on my Windows machine , But the flow is exiting with below error from detail route steps " [WARNING GRT-0246] No diode with LEF class CORE ANTENNACELL found. Error: detail_route.tcl, 63 expected boolean value but got "" Command exited with non-zero status 1 Elapsed time: 0:05.95[h:]min:sec. CPU time: user 15.09 sys 0.47 (261%). Peak memory: 793444KB. make[1]: [Makefile:794: do-5_2_route] Error 1 make: [Makefile:792: results/nangate45/gcd/base/5_2_route.odb] Error 2 "
I have looked in "logs/nangate45/gcd/base/5_2_route.log" file for further debugging and found below error message in it.
" [WARNING GRT-0246] No diode with LEF class CORE ANTENNACELL found. Error: detail_route.tcl, 63 expected boolean value but got "" Command exited with non-zero status 1 Elapsed time: 0:05.95[h:]min:sec. CPU time: user 15.09 sys 0.47 (261%). Peak memory: 793444KB. "
I donot understand how to fix this error, hence filing this issue.
Expected Behavior
Suggestion to resolve the error which i am seeing while running default ORFS.
Environment
To Reproduce
detail_route_gcd_nangate45_base_2024-11-05_06-52.tar.gz
Command: "make"
Relevant log output
No response
Screenshots
No response
Additional Context
No response