#24 Error during Routing using FastRoute Issue ope...
# openlane
g
#24 Error during Routing using FastRoute Issue opened by harikumar27399 While trying to use Openlane flow for the Aardonyx SoC designed at IIT Madras, there is a crash encountered during the routing process using FastRoute. The error message reads as below: terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc [ERROR]: during executing: "openroad -exit /openLANE_flow/scripts//openroad/or_route.tcl |& tee >&@stdout /openLANE_flow/designs/aardonyx/runs/10-08_13-50//logs/routing/fastroute.log" [ERROR]: Last 10 lines: child killed: SIGABRT FastRoute Log: fastroute.log Configuration details: set ::env(CLOCK_PERIOD) 11 set ::env(ROUTING_STRATEGY) 0 set ::env(GLB_RT_ADJUSTMENT) 0 set ::env(GLB_RT_L1_ADJUSTMENT) 0.99 set ::env(GLB_RT_L2_ADJUSTMENT) 0 set ::env(GLB_RT_MINLAYER) 1 set ::env(GLB_RT_MAXLAYER) 6 set ::env(GLB_RT_UNIDIRECTIONAL) 1 set ::env(GLB_RT_ALLOW_CONGESTION) 0 set ::env(GLB_RT_OVERFLOW_ITERS) 50 SoC Verilog Source Directory: aardonyx_soc.tar.gz Kindly look into the issue. Do let me know if I need to provide any further details. efabless/openlane