Sameer Srivastava
09/22/2024, 4:38 PM[INFO]: Running Detailed Routing (log: ../home/smr/uniccass_example/openlane/user_proj_example/runs/24_09_22_21_46/logs/routing/25-detailed.log)...
[ERROR]: during executing openroad script /openlane/scripts/openroad/droute.tcl
[ERROR]: Log: ../home/smr/uniccass_example/openlane/user_proj_example/runs/24_09_22_21_46/logs/routing/25-detailed.log
[ERROR]: Last 10 lines:
[INFO DRT-0181] Start track assignment.
[INFO DRT-0184] Done with 2714 vertical wires in 9 frboxes and 1562 horizontal wires in 6 frboxes.
[INFO DRT-0186] Done with 62 vertical wires in 9 frboxes and 107 horizontal wires in 6 frboxes.
[INFO DRT-0182] Complete track assignment.
[INFO DRT-0267] cpu time = 00:01:03, elapsed time = 00:00:36, memory = 1616.97 (MB), peak = 2352.47 (MB)
[INFO DRT-0187] Start routing data preparation.
[INFO DRT-0267] cpu time = 00:00:00, elapsed time = 00:00:00, memory = 1617.59 (MB), peak = 2352.47 (MB)
[INFO DRT-0194] Start detail routing.
[INFO DRT-0195] Start 0th optimization iteration.
child killed: kill signal
and
[ERROR]: Step 25 (routing) failed with error:
-code 1 -level 0 -errorcode NONE -errorinfo {
while executing
"throw_error"
(procedure "run_tcl_script" line 219)
invoked from within
"run_tcl_script -tool openroad -no_consume {*}$args"
(procedure "run_openroad_script" line 2)
invoked from within
"run_openroad_script $::env(SCRIPTS_DIR)/openroad/droute.tcl -indexed_log $log -save "to=$::env(routing_results),noindex,def,odb,netlist,powered_netlis..."
(procedure "detailed_routing_tritonroute" line 14)
invoked from within
"detailed_routing_tritonroute {*}$args"
(procedure "detailed_routing" line 2)
invoked from within
"detailed_routing"
(procedure "run_routing" line 32)
invoked from within
"run_routing"
(procedure "run_routing_step" line 7)
invoked from within
"run_routing_step"} -errorline 1
not sure how to proceedMitch Bailey
09/22/2024, 4:51 PMchild killed: kill signal
is often caused by an out of memory error. Watch you memory while running to be sure.Matt Liberty
09/23/2024, 4:02 PMSameer Srivastava
09/23/2024, 7:14 PMSameer Srivastava
09/23/2024, 7:17 PM