A Circuit Partition Algorithm Basing on Probability Gain

Yun Hu,Ling-li Wang,Pu-shan Tang,Jia-rong Tong
2007-01-01
Abstract:This paper proposes a new partition algorithm. The variable weight of the nets is introduced into the algorithm. Generally, the nodes connected to the nets are more than two in the hypergraph, so the probability gain model is used to enforce the effect of the increased weight of the nets. This algorithm can jump out of local minimal effectively when compared with original algorithm. The improvement is especially obvious for the large-scale circuits. For the gain value of the cell is floating-point, balanced binary tree is used to store the gain value of the cells, so the speed of this algorithm is several times slower than FM algorithm. The time complexity of this algorithm is O(P log2(n)) (where P is the sum of the pins of all logic cells of the circuit, and n is the number of the circuit logic cells).
What problem does this paper attempt to address?