A GNN-based global placer that imitates DREAMPlace placements and fine-tunes per circuit, claiming speedups and quality gains that are partly contradicted by its own tables.
RoutePlacer: An End-to-End Routability-Aware Placer with Graph Neural Network
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Placement is a critical and challenging step of modern chip design, with routability being an essential indicator of placement quality. Current routability-oriented placers typically apply an iterative two-stage approach, wherein the first stage generates a placement solution, and the second stage provides non-differentiable routing results to heuristically improve the solution quality. This method hinders jointly optimizing the routability aspect during placement. To address this problem, this work introduces RoutePlacer, an end-to-end routability-aware placement method. It trains RouteGNN, a customized graph neural network, to efficiently and accurately predict routability by capturing and fusing geometric and topological representations of placements. Well-trained RouteGNN then serves as a differentiable approximation of routability, enabling end-to-end gradient-based routability optimization. In addition, RouteGNN can improve two-stage placers as a plug-and-play alternative to external routers. Our experiments on DREAMPlace, an open-source AI4EDA platform, show that RoutePlacer can reduce Total Overflow by up to 16% while maintaining routed wirelength, compared to the state-of-the-art; integrating RouteGNN within two-stage placers leads to a 44% reduction in Total Overflow without compromising wirelength.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2025 1verdicts
REJECT 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
TransPlace: Transferable Circuit Global Placement via Graph Neural Network
A GNN-based global placer that imitates DREAMPlace placements and fine-tunes per circuit, claiming speedups and quality gains that are partly contradicted by its own tables.