An O(bn^2) Time Algorithm for Optimal Buffer Insertion with b Buffer Types
Zhuo Li, Weiping Shi

TL;DR
This paper introduces an efficient O(bn^2) time algorithm for optimal buffer insertion that leverages convex hull properties to significantly improve speed over previous methods, especially for large buffer libraries.
Contribution
The paper presents a novel algorithm that reduces buffer insertion computation time to O(bn^2) by exploiting convex hull structures, outperforming prior algorithms.
Findings
Faster buffer insertion algorithm with O(bn^2) complexity
Significant speedup on industrial test cases
Effective handling of hundreds of buffer types
Abstract
Buffer insertion is a popular technique to reduce the interconnect delay. The classic buffer insertion algorithm of van Ginneken has time complexity O(n^2), where n is the number of buffer positions. Lillis, Cheng and Lin extended van Ginneken's algorithm to allow b buffer types in time O (b^2 n^2). For modern design libraries that contain hundreds of buffers, it is a serious challenge to balance the speed and performance of the buffer insertion algorithm. In this paper, we present a new algorithm that computes the optimal buffer insertion in O (bn^2) time. The reduction is achieved by the observation that the (Q, C) pairs of the candidates that generate the new candidates must form a convex hull. On industrial test cases, the new algorithm is faster than the previous best buffer insertion algorithms by orders of magnitude.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
