#28 error during placement stage Issue opened by p...
# openlane
g
#28 error during placement stage Issue opened by praharshapm Hi, I am getting error on running run_placement. Replace is causing the issue.
[INFO] 80pCellArea = -nan [INFO] FillerInit: TotalFillerArea = 821.911865 [INFO] FillerInit: NumFillerCells = -2147483648 [INFO] FillerInit: FillerCellArea = -nan [INFO] FillerInit: FillerCellSize = (-nan, -nan) [ERROR]: during executing: "replace < /openLANE_flow/scripts//replace_gp.tcl |& tee >&@stdout /openLANE_flow/designs/AMUX2_3V_top/runs/19-08_07-19//logs/placement/replace.log" [ERROR]: Last 10 lines: child killed: segmentation violation
After debugging, I understood that
rep place_cell_nesterov_place
is causing error which is present in replace_gp.tcl Can someone please help? efabless/openlane