NOTE: If Innovus® has been properly installed in your OS, you may try to use Innovus® to detailedly route the placement solution.
- Copy
ispd2015_fix
benchmark into this folder
cp -r $XPLACE_HOME/data/raw/ispd2015_fix $XPLACE_HOME/tool/innovus_ispd2015_fix
- Copy Xplace solutions into this folder
cd $XPLACE_HOME/tool/innovus_ispd2015_fix
python update_placement_def.py yourpath/Xplace/result/2000-01-01-00:00:00
this script will create a folder named ispd2015_fix_xplace_route
.
Now the file structure of the current folder looks like:
.
├── innovus_work
├── ispd2015_fix
├── ispd2015_fix_xplace_route
├── parse_log.py
└── update_placement_def.py
- Run innovus detailed routing and wait around two days
rm -rf innovus.*
cd $XPLACE_HOME/tool/innovus_ispd2015_fix/innovus_work
innovus -stylus -init run_all_route_xplace_route.tcl
- Parse innovus log and report DR metrics, the result will be saved in
./report/innovus.csv
cd $XPLACE_HOME/tool/innovus_ispd2015_fix
python parse_log.py ./innovus_work/innovus.log