Enhancing Reinforcement Learning for the Floorplanning of Analog ICs with Beam Search
Sandro Junior Della Rovere, Davide Basso, Luca Bortolussi, Mirjana Videnovic-Misic, Husni Habal
TL;DR
This work tackles analog IC floorplanning under multiple objectives by augmenting a pre-existing RL-based planner with a beam-search-based inference process (BS-RL). The approach builds a search tree during inference, uses a congestion-aware evaluation to prune candidates, and preserves the original policy to avoid retraining or GPU reliance, while enabling adjustable area and routing trade-offs. Experimental results on 130 nm ICs show BS-RL yields substantial improvements over standard RL in dead space, HPWL, and routing congestion, often matching state-of-the-art fine-tuning performance without GPUs. The method delivers a practical, scalable, CPU-friendly path toward routing-friendly, multi-objective analog floorplans with robust generalization, and points to future integration with detailed routing feedback and post-layout verification.
Abstract
The layout of analog ICs requires making complex trade-offs, while addressing device physics and variability of the circuits. This makes full automation with learning-based solutions hard to achieve. However, reinforcement learning (RL) has recently reached significant results, particularly in solving the floorplanning problem. This paper presents a hybrid method that combines RL with a beam (BS) strategy. The BS algorithm enhances the agent's inference process, allowing for the generation of flexible floorplans by accomodating various objective weightings, and addressing congestion without without the need for policy retraining or fine-tuning. Moreover, the RL agent's generalization ability stays intact, along with its efficient handling of circuit features and constraints. Experimental results show approx. 5-85% improvement in area, dead space and half-perimeter wire length compared to a standard RL application, along with higher rewards for the agent. Moreover, performance and efficiency align closely with those of existing state-of-the-art techniques.
