The Power of Graph Signal Processing for Chip Placement Acceleration
Yiting Liu, Hai Zhou, Jia Wang, Fan Yang, Xuan Zeng, Li Shang
TL;DR
The paper addresses the high computational cost of chip placement by proposing GiFt, a parameter-free, Graph Signal Processing–based placement acceleration. GiFt constructs a multi-frequency graph filter to denoise and smooth circuit graphs, producing optimized initial placements that substantially reduce the iteration burden of analytical placers without requiring model training. By showing that classical eigenvector-based and GCN-based placers are special cases of GiFt, the approach unifies prior methods and avoids their training overhead, while achieving competitive or superior results on ISPD2014 benchmarks and real designs. Empirically, integrating GiFt with analytical placers (GiFt-RePlAce, GiFt-DREAMPlace) yields large runtime reductions (e.g., over 45% faster than DREAMPlace) and fewer iterations, enabling fast, scalable, high-quality chip placement with practical impact for EDA workflows.
Abstract
Placement is a critical task with high computation complexity in VLSI physical design. Modern analytical placers formulate the placement objective as a nonlinear optimization task, which suffers a long iteration time. To accelerate and enhance the placement process, recent studies have turned to deep learning-based approaches, particularly leveraging graph convolution networks (GCNs). However, learning-based placers require time- and data-consuming model training due to the complexity of circuit placement that involves large-scale cells and design-specific graph statistics. This paper proposes GiFt, a parameter-free technique for accelerating placement, rooted in graph signal processing. GiFt excels at capturing multi-resolution smooth signals of circuit graphs to generate optimized placement solutions without the need for time-consuming model training, and meanwhile significantly reduces the number of iterations required by analytical placers. Experimental results show that GiFt significantly improving placement efficiency, while achieving competitive or superior performance compared to state-of-the-art placers. In particular, compared to DREAMPlace, the recently proposed GPU-accelerated analytical placer, GF-Placer improves total runtime over 45%.
