Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 1.23 KB

BENCHMARK.md

File metadata and controls

38 lines (34 loc) · 1.23 KB

Experimental Results (Last Updated on May 2023)

Detailed Routing Performance of Xplace-Route on ISPD 2015

Xplace-Route: Routability GP + DP Flow:

python main.py --dataset ispd2015_fix --run_all True --load_from_raw True --detail_placement True --use_cell_inflate True

and use Innovus® to detailedly route the placement solution.

Performance of Xplace on ISPD 2005

  1. Xplace GP + DP Deterministic Flow:
python main.py --dataset ispd2005 --run_all True --load_from_raw True --detail_placement True
  1. Xplace GP + DP Non-deterministic Flow:
python main.py --dataset ispd2005 --run_all True --load_from_raw True --detail_placement True --deterministic False

Performance of Xplace on ISPD 2015

  1. Xplace GP + DP Deterministic Flow:
python main.py --dataset ispd2015_fix --run_all True --load_from_raw True --detail_placement True
  1. Xplace GP + DP Non-deterministic Flow:
python main.py --dataset ispd2015_fix --run_all True --load_from_raw True --detail_placement True --deterministic False