ICML 2026poster0 citations

Expert-level Leaf Cell Layout Generation via Preference-Optimized LLM

Yaohui Han, Rongliang Fu, Yanming Liu, Shuo Ren, Shuai Dong, Yunpeng Wang, Tinghuan Chen, Bei Yu

Abstract

In the field of integrated circuits, leaf cells are the basic units, serving as the fundamental building blocks (e.g., standard cells) that are widely reused in various VLSI designs, forming the basis for more complex circuits. Therefore, the design quality of leaf cell layouts significantly impacts the PPA (Power, Performance, and Area) of the final VLSI designs. To automatically design leaf cell layouts that are close to expert designs, we propose GenLeaf. GenLeaf first utilizes a supervised, performance-aware embedding model to represent layouts and automatically calculate their similarity scores. Since there are expert-designed layouts but no corresponding scripts, we implement Bayesian optimization to generate a layout-script dataset for LLM training. With subsequent supervised fine-tuning and further preference optimization, GenLeaf can generate leaf cell layouts through scripts whose performance closely resembles that designed by human engineers. Experiment results demonstrate that GenLeaf outperforms expert-designed golden layouts across key performance metrics.

LLMOptimizationBenchmark
BibTeX
@inproceedings{
han2026expertlevel,
title={Expert-level Leaf Cell Layout Generation via Preference-Optimized {LLM}},
author={Yaohui Han and Rongliang Fu and Yanming Liu and Shuo Ren and Shuai Dong and Yunpeng Wang and Tinghuan Chen and Bei Yu and Tsung-Yi Ho},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=z834t47Lr4}
}