Closed mariamrakka closed 1 year ago
The problem is coming from openroad but the issue file is for magic. Please upload a reproduce that shows the routing error.
% cat run.sh
#!/bin/sh
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
cd $dir;
export DESIGN_NAME='picorv32';
export MAGIC_GDS='./results/signoff/picorv32.magic.gds';
export MAGIC_MAGICRC='pdk/sky130A/libs.tech/magic/sky130A.magicrc';
export MAGIC_SCRIPT='openlane/scripts/magic/gds/mag_with_pointers.tcl';
export PACKAGED_SCRIPT_0='openlane/scripts/magic/wrapper.tcl';
export PACKAGED_SCRIPT_1='openlane/scripts/magic/gds/mag_with_pointers.tcl';
export signoff_tmpfiles='./tmp/signoff';
TOOL_BIN=${TOOL_BIN:-magic}
$TOOL_BIN -dnull -noconsole -rcfile $MAGIC_MAGICRC < $PACKAGED_SCRIPT_0
I reran the steps ensuring I use gen_pdn and it worked.
Description
I am running the design flow example using picorv32a design. I am using commit e910d115dc75c51407f652330bce8ed997c45946 and I have all steps successful up to run_routing, where I am getting the below log of error during detailed routing (note that I am using pdks i have installed separately in open_pdks directory):
Below is my config.jason file:
Expected Behavior
successful routing
Environment report
Reproduction material
issue.tar.gz
Relevant log output