Title :
On implementation choices for iterative improvement partitioning algorithms
Author :
Hagen, Lars W. ; Huang, Dennis J H ; Kahng, Andrew B.
Author_Institution :
Cadence Design Syst. Inc., San Jose, CA, USA
fDate :
10/1/1997 12:00:00 AM
Abstract :
Iterative improvement partitioning algorithms such as the FM algorithm of Fiduccia and Mattheyses (1982), the algorithm of Krishnamurthy (1984), and Sanchis´s extensions of these algorithms to multiway partitioning (1989) all rely on efficient data structures to select the modules to be moved from one partition to the other. The implementation choices for one of these data structures, the gain bucket, is investigated. Surprisingly, selection from gain buckets maintained as last-in-first-out (LIFO) stacks leads to significantly better results than gain buckets maintained randomly (as in previous studies of the FM algorithm or as first-in-first-out (FIFO) queues. In particular, LIFO buckets result in a 36% improvement over random buckets and a 43% improvement over FIFO buckets for minimum-cut bisection. Eliminating randomization from the bucket selection not only improves the solution quality, but has a greater impact on FM performance than adding the Krishnamurthy gain vector. The LIFO selection scheme also results in improvement over random schemes for multiway partitioning and for more sophisticated partitioning strategies such as the two-phase FM methodology. Finally, by combining insights from the LIFO gain buckets with the Krishnamurthy higher-level gain formulation, a new higher-level gain formulation is proposed. This alternative formulation results in a further 22% reduction in the average cut cost when compared directly to the Krishnamurthy formulation for higher-level gains, assuming LIFO organization for the gain buckets
Keywords :
circuit CAD; iterative methods; FM algorithm; Krishnamurthy gain vector; LIFO stack; data structure; gain bucket implementation; higher-level gain; iterative improvement partitioning algorithm; multiway partitioning; Analog circuits; Electrons; Iterative algorithms; Partitioning algorithms; Performance analysis; Resistors; Switched capacitor circuits; Switched capacitor networks; Switches; Transfer functions;
Journal_Title :
Computer-Aided Design of Integrated Circuits and Systems, IEEE Transactions on