Learning-driven Physically-aware Large-scale Circuit Gate Sizing

Yuyang Ye,Peng Xu,Lizheng Ren,Tinghuan Chen,Hao Yan,Bei Yu,Longxing Shi
2024-03-13
Abstract:Gate sizing plays an important role in timing optimization after physical design. Existing machine learning-based gate sizing works cannot optimize timing on multiple timing paths simultaneously and neglect the physical constraint on layouts. They cause sub-optimal sizing solutions and low-efficiency issues when compared with commercial gate sizing tools. In this work, we propose a learning-driven physically-aware gate sizing framework to optimize timing performance on large-scale circuits efficiently. In our gradient descent optimization-based work, for obtaining accurate gradients, a multi-modal gate sizing-aware timing model is achieved via learning timing information on multiple timing paths and physical information on multiple-scaled layouts jointly. Then, gradient generation based on the sizing-oriented estimator and adaptive back-propagation are developed to update gate sizes. Our results demonstrate that our work achieves higher timing performance improvements in a faster way compared with the commercial gate sizing tool.
Machine Learning,Emerging Technologies,Hardware Architecture
What problem does this paper attempt to address?
This paper focuses on the gate-sizing optimization problem in integrated circuit design, which is a critical step in timing optimization. Existing machine learning methods have limitations in handling multiple timing paths and considering physical layout constraints simultaneously, leading to suboptimal solutions and low efficiency compared to commercial gate-sizing tools. The paper proposes a learning-based, physics-aware gate-sizing optimization framework aimed at efficiently improving the timing performance of large-scale circuits. The framework is implemented through gradient descent optimization. First, a multi-modal gate-sizing aware timing model is established, which accurately captures the timing and physical information through joint learning of multiple timing paths and multiple ratio layouts. Then, they develop a size-aware estimator and an adaptive backpropagation method to update gate sizes based on gradient generation. The research results show that this method outperforms commercial gate-sizing tools in terms of improving timing performance and speed. The challenges faced by the paper include constructing a timing model that considers the influence of gate sizes and efficiently generating and backpropagating gradients for discrete gate sizes in large-scale circuits. To address these issues, they propose multi-modal learning and a direct estimation algorithm to handle discreteness and avoid inconsistencies during the optimization process. In conclusion, this paper attempts to address how to effectively optimize gate sizes of large-scale circuits using machine learning and physics-aware techniques to improve timing performance, reduce iterations, and ultimately enhance design efficiency.