https://open-source-silicon.dev logo
p

Praveen raj

10/27/2021, 8:18 PM
Hello, Im not sure why im getting this error on running floorplan interactively...
m

Matt Venn

10/27/2021, 8:35 PM
attach the log file mentioned in the trace
Copy code
[ERROR]: during executing: "openroad -exit /openLANE_flow/scripts/openroad/or_replace.tcl |& tee >&@stdout /openLANE_flow/designs/afe_mem_map/runs/RUN_2021.10.27_19.47.36/logs/placement/8-replace.log"
p

Praveen raj

10/27/2021, 8:37 PM
hope it is thus one
m

Matt Venn

10/27/2021, 8:57 PM
Is that it? ends on line 193?
p

Praveen raj

10/27/2021, 8:58 PM
yes it ends on that line
m

Matt Venn

10/27/2021, 9:01 PM
well that's odd. I guess it's worth letting @User know. Not great when the process gets killed and the log is no use
p

Praveen raj

10/27/2021, 9:01 PM
Yeah cant really find whats the error
m

Matt Liberty

10/27/2021, 9:03 PM
It looks like a tool crash. It would be best to package a test case and file an issue if possible.
👍 1
p

Praveen raj

10/28/2021, 4:55 AM
Im getting this error, after updating the openlane.
v

Vijayan Krishnan

10/28/2021, 6:34 AM
Copy code
[INFO PDN-0013] Inserting stdcell grid - stdcell_grid.
[INFO PDN-0010] Inserting macro grid for 24 macros.
[INFO PDN-0034]   - grid CORE_macro_grid_1 for instance i_mfcc.dc_removal_blk.dstore_fifo.ram.genblk1.i_sky130_sram_2kbyte_1rw1r_32x512_8
[WARNING PDN-0003] No shapes on layer met5 for POWER.
[WARNING PDN-0003] No shapes on layer met5 for GROUND.
PDN-0003 is causing any issue?
p

Praveen raj

10/28/2021, 6:36 AM
Is it because i restricted the layers upto 4 in my config.tcl file?
here is my config.tcl (i gave this set ::env(GLB_RT_MAXLAYER) 4)
v

Vijayan Krishnan

10/28/2021, 6:49 AM
set this as 5 and run
During hardening max routing layer if you set 5, till metal 4 used. If you restrict to 4, it will use till met3 only. Refer caravel user_proj_wrapper config.tcl
p

Praveen raj

10/28/2021, 7:04 AM
Ohh ok will try that!
Get the same error
v

Vijayan Krishnan

10/28/2021, 7:43 AM
Would you package this error by following below steps and share us https://github.com/The-OpenROAD-Project/OpenLane/blob/master/docs/source/using_or_issue.md
m

Matt Venn

10/28/2021, 10:29 AM
I would suggest checking the example design and config works
👍 1
Then introduce your changes bit by bit to work out what is going wrong
p

Praveen raj

10/28/2021, 10:30 AM
ok i will try that!
m

Matt Venn

10/28/2021, 10:30 AM
The config looks ok at a first glance
👍 1
But it's hard to spot these things
p

Praveen raj

10/28/2021, 10:30 AM
i can understand thanks matt!