Hi everyone, I've been having some trouble runnin...
# openlane
j
Hi everyone, I've been having some trouble running my design through the openlane flow, and am a bit stuck. When I run the flow, I keep getting an error in resizer.tcl indicating an error in the detailed routing. The specific error code I'm seeing is DPL-0036. I've tried the solutions from the git issues I've found, but nothing has worked quite yet. Any thoughts as to what I might try? Thanks!
v
Can you file an issue here: https://github.com/The-OpenROAD-Project/OpenLane/issues with
issue_reproducible
CELL_PAD
is deprecated and new configuration is
DPL_CELL_PADDING
m
Most likely there are some earlier messages about instances that can't be legally placed. I would guess you have too much congestion somewhere but its hard to say without seeing the design
j
Updating to DPL_CELL_PADDING fixed the issue. Thank you!