LGJun 29, 2023

Macro Placement by Wire-Mask-Guided Black-Box Optimization

arXiv:2306.16844v335 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This work addresses chip floorplanning challenges in electronic design automation, offering potential improvements in quality and efficiency for researchers and practitioners, though it appears incremental as it builds on existing black-box optimization methods.

The paper tackles the macro placement problem in chip floorplanning by proposing a black-box optimization framework called WireMask-BBO, which uses a wire-mask-guided greedy procedure to minimize half-perimeter wirelength (HPWL) and achieves significantly shorter HPWL with much less time, including up to 50% improvement when fine-tuning existing placements.

The development of very large-scale integration (VLSI) technology has posed new challenges for electronic design automation (EDA) techniques in chip floorplanning. During this process, macro placement is an important subproblem, which tries to determine the positions of all macros with the aim of minimizing half-perimeter wirelength (HPWL) and avoiding overlapping. Previous methods include packing-based, analytical and reinforcement learning methods. In this paper, we propose a new black-box optimization (BBO) framework (called WireMask-BBO) for macro placement, by using a wire-mask-guided greedy procedure for objective evaluation. Equipped with different BBO algorithms, WireMask-BBO empirically achieves significant improvements over previous methods, i.e., achieves significantly shorter HPWL by using much less time. Furthermore, it can fine-tune existing placements by treating them as initial solutions, which can bring up to 50% improvement in HPWL. WireMask-BBO has the potential to significantly improve the quality and efficiency of chip floorplanning, which makes it appealing to researchers and practitioners in EDA and will also promote the application of BBO. Our code is available at https://github.com/lamda-bbo/WireMask-BBO.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes