Academia.eduAcademia.edu

Efficient FM Algorithm for VLSI Circuit Partitioning

Abstract

In FM algorithm initial partitioning matrix of the given circuit is assigned randomly, as a result for larger circuit having hundred or more nodes will take long time to arrive at the final partition if the initial partitioning matrix is close to the final partitioning then the computation time (iteration) required is small. Here we have proposed novel approach to arrive at initial partitioning by using spectral factorization method the results was verified using several circuits. Keyword-FM algorithm, nodes, spectral factorization method, partitioning I. INTRODUCTION Circuit partitioning serves as one of the most vital part of designing a VLSI circuit. For more than three to four decade, partitioning of circuits has been an interest for many around the globe. After the design is synthesized, the synthesized netlist must undergo a sequence of step before the design can reach the foundry. Circuit partitioning is one of those steps which is involved to partition or separate the whole netlist into some groups of blocks commonly denoted as logical blocks. The circuit partitioning is actually done in order to optimize the circuit by means of separating the circuit into a group of logical block to make the circuit to work efficiently. Although partitioning helps in optimization of circuits, the size of the circuit decides the complexity involved in the task. As the size of the circuit increase the complexity associated in partitioning the circuit into different logical blocks will also increase. To partition the circuit effectively, there were different partitioning algorithms that were used in the past decades. These partitioning algorithm were used to partition the circuit on some constraints, they are 1) Reduction of interconnections between partitions. 2) Reduction of delay due to partitions. 3) Reduction in total number of terminals(less than the predetermined maximum value). 4) Maintenance of area of the partition within specified bounds. 5) Maintenance of number of partition within specified bounds. Different partitioning algorithm may work with different partitioning protocols to partition the circuit. But they all work to achieve the same goals to optimize the circuit. FM algorithm is one of the efficient partitioning technique in which size of each partition is different for different logical block. However, to reduce the complexity involved in partitioning the circuit, each circuit must be modeled as a graph with its nodes representing some logical block and vertices representing the interconnections between those logical blocks. Although there are tools which exist to partition the circuit, the partitioning of circuit in terms of graphs were always viewed as a simpler way to do the partition. To partition the graph in an effective manner, a clustering concept called spectral factorization were used with FM algorithm. Spectral factorization is a concept for which nodes of a graph is clustered in terms of some criterion associated with the graph. This paper gives a novel approach of partitioning irregular graphs by spectral factorization method using FM algorithm.