Abstract

Minimizing the wirelength plays an important role in physical design automation of very large-scale integration (VLSI) chips. The objective of wirelength minimization can be achieved by finding an optimal solution for VLSI physical design components like partitioning and floorplanning. In VLSI circuit partitioning, the problem of obtaining a minimum delay has prime importance. In VLSI circuit floorplanning, the problem of minimizing silicon area is also a hot issue. Reducing the minimum delay in partitioning and area in floorplanning helps to minimize the wirelength. The enhancements in partitioning and floorplanning have influence on other criteria like power, cost, clock speed, and so forth. Memetic Algorithm (MA) is an Evolutionary Algorithm that includes one or more local search phases within its evolutionary cycle to obtain the minimum wirelength by reducing delay in partitioning and by reducing area in floorplanning. MA applies some sort of local search for optimization of VLSI partitioning and floorplanning. The algorithm combines a hierarchical design technique like genetic algorithm and constructive technique like Simulated Annealing for local search to solve VLSI partitioning and floorplanning problem. MA can quickly produce optimal solutions for the popular benchmark.

1. Introduction

Partitioning and floorplanning (PF) has been an active area of research for at least a quarter of a century. The main reason that partitioning has become a central and critical design task today is due to the enormous increase of system complexity in the past and the expected further advances of microelectronic system design and fabrication. Widely accepted powerful high-level synthesis tools allow the designers to automatically generate huge systems by just changing a few lines of code in a functional specification. Synthesis and simulation tools often cannot cope with the complexity of the entire system under development, and also designers want to concentrate on critical parts of a system to speed up the design cycle. Thus the present state of design technology often requires a partitioning of the system with fast and effective optimization. Moreover, fabrication technology makes increasingly smaller feature sizes and augmented die dimensions possible to allow a circuit for accommodating several million transistors. However, circuits are restricted in size and in the number of external connections. So the fabrication technology requires partitioning of a system into components by arranging the blocks without wasting free space. The direct implementation of large circuit will occupy large area. Hence the large circuit is to be split into small subcircuit. This will minimize the area of the system and the complexity of the system. When they are partitioned, the connection between two modules should be minimum (or the number net cut by the partition). This is known as cut size and hence this plays a major role in partitioning. It is a design task by applying an algorithmic method to solve difficult and complex combinatorial optimization problems like breaking a large system into pieces [1].

The process of determining block shapes and positions with area minimization objective is referred to as floorplanning. A common strategy for blocks floorplanning is to determine in the first phase and then the relative location of the blocks to each other based on connection-cost criteria. In the second step, block sizing is performed with the goal of minimizing the overall chip area and the location of each block is finalized [2]. When the partitioning and floorplanning are combined (PF), the criteria like power, cost, and clock speed of each module are the subobjective to be optimized. The main objective to be optimized is the wirelength that can be achieved by incorporating Memetic Algorithm (MA) in both the partitioning and floorplanning [3, 4].

In early stages, many interchanging methods have been used which resulted in local optimum solution. And later some of the mathematical methods are followed. Some heuristics are also used which resulted in better result but it has its own advantage and disadvantage. Since there may be many solutions possible for this problem, stochastic optimization techniques are utilized and until now many techniques have been known like Simulated Annealing Algorithm (SA) which combines the Local Search Algorithm with the Metropolis algorithm.

SA is a simple algorithm and does not need much memory, but it takes a long time to reach the desired solution. Kernighan and Lin [5] proposed a two-way graph partitioning algorithm which has become the basis for most of the subsequent partitioning algorithms. Fiduccia and Mattheyses [6] modified the K-L algorithm to a more efficient algorithm by suggesting moving one cell at a time and by designing a new data structure separately. As a kind of global optimization technique Genetic Algorithm (GA) which borrows the concept of generation from biological system had been used for physical design problems like circuit partitioning, floorplanning, and so forth. This technique has been applied to several problems, most of which are graph related because the genetic metaphor can be most easily applied to these types of problems. GA requires more memory but it takes less time than SA [7]. Lots of researchers have proposed their theories to partition circuit using GA. Work of [8] proposed hardware genetic algorithm by developing GA and local search processor that uses some external memory to overcome the problem of local maxima/minima. Authors of [8] expressed the probability of selection of chromosome as function of both the best and worst chromosome while [4] proposed different cost functions in order to achieve multiple objectives of minimizing delay, cutsize area, and power. The authors of [9] proposed two GA one based on 0-1 encoding and other based on integer encoding. Work done in [10] developed an adaptive strategy for partitioning of circuits in which population size, crossover rate, and mutation rate are modified during the execution in order to enhance performance. Number of enhancements like crossover operator mutation or choosing different fitness functions can still be made to achieve optimal solutions. This means that theory of GA still provides opportunities for new inventions that can help in inventing new solutions for physical design problems. This paper proposes memetic algorithm to solve the graph partitioning and floorplanning problem. The algorithm incorporates several genetic algorithm features, namely, selecting a population and crossover of the selected chromosomes to get better stable solutions. The algorithm starts by incorporating the circuit as unweighted connected graph in which each vertex represents gate and edge represents an interconnection between two gates and thereafter applying the GA metaphor to generate a partition that is highly interconnected within but disconnected from other subpartitions while trying to minimize the number of cuts and time consumed. This work tried to hybrid two algorithms like Genetic Algorithm and Simulated Annealing for overcoming the disadvantage of one another. Such type of algorithms is called memetic algorithm, (see Figure 1).

This work addresses the problem of VLSI netlist partitioning with the objective of reducing delay and then floorplanning with the objective of reducing area to minimize the wirelength.

2. Partitioning

A better circuit partition will reduce connection among sub-circuits and result in a better routing area of the layout. The challenge is that the circuit partitioning problem belongs to the class of well-known NP-hard optimization problems [11]. The problem can be viewed as a graph partitioning problem where each module (gates etc.) is taken as vertices and the connection between them represents the edges between the nodes [12, 13].

To start the algorithm, 𝑛 gates are placed on the graph as 𝑛 vertex, and an initial population is chosen as the different permutations of various vertices of the given graph. The problem reduces to associate each chromosome and each partition of the graph. An algorithm based on Genetic algorithm is proposed that can be used to partition a number of nodes. The example for a circuit and graph representation is given (Figure 2).

Given an unweighted connected graph 𝐺=(𝑉,𝐸) on set of vertices 𝑉 and edges 𝐸. Let 𝑘2 be a given integer, find a partition 𝑉1,𝑉2,𝑉3,,𝑉𝑘 set of vertices 𝑉 such that(i)the induced graph 𝐺𝑖=(𝑉𝑖,𝐸𝑖), for all values 𝑖=1,2,3,,𝑘, is connected;(ii)the following values are minimized min{|𝑉1|,|𝑉2|,|𝑉3|,,|𝑉𝐾|}.

This 𝑘-Connected Problem is a particular instance of graph partitioning problem [14]. Because exact and approximation algorithms that run in polynomial time do not exist for graph partitioning problems in general, it is necessary to solve the problem using heuristic algorithms. Genetic Algorithm is a heuristic technique that seeks to imitate the behavior of biological reproduction and their ability to collectively solve a problem. The GA starts with several alternative solutions to the optimization problem, which are considered as individuals in a population. These solutions are coded as binary strings, called chromosomes. The initial population is constructed randomly. These individuals are evaluated using partitioning by specific fitness function. GA then uses these individuals to produce a new generation of hopefully better solutions. In each generation, two of the individuals are selected probabilistically as parents, with the selection probability proportional to their fitness. Crossover is performed on these individuals to generate two new individuals, called offspring, by exchanging parts of their structure. Thus each offspring inherits a combination of features from both parents. The next step is mutation. An incremental change is made to each member of the population, with a small probability. This ensures that GA can explore new features that may not be in the population yet. It makes the entire search space reachable, despite the finite population size. The basic foundation of the algorithm is to represent each vertex in the graph as a location that can represent a logic gate, and a connection is represented by an edge [15, 16].

3. Floorplanning

A module 𝐵 is a rectangle of height 𝐻𝐵, width 𝑊𝐵, and area 𝐴𝐵. A supermodule consists of several modules, also called a subfloorplan, (see Figure 3). A floorplan for 𝑛 modules consists of an enveloping rectangle 𝑅 subdivided by horizontal lines and vertical lines into 𝑛 non-overlapping rectangles. Each rectangle must be large enough to accommodate the module assigned to it. In the given problem, a set of hard modules and outline-constraints are provided. The modules inside the given outline have freedom to move. A feasible packing is in the first quadrant such that all the modules inside the outline should not duplicate and overlap each other. The objective is to construct a feasible floorplan 𝑅 such that the total area of the floorplan 𝑅 is minimized and simultaneously satisfy floorplanning constraint. Given a set of modules to a specified number of cluster satisfying the predescribed properties. To solve the floorplanning problem, first construct a network graph, and then run the given algorithm to get the solution. The graph consists of two kinds of vertices horizontal and vertical. The network graph 𝐺=(𝑉,𝐸) has to be constructed. “*” represents vertical slicing of blocks. “+” represents horizontal slicing of blocks (see Figure 4).

4. Memetic Algorithm

The memetic algorithm [17, 18] is a combination of an Evolutionary Algorithm (EA) and Local Search (LS). The EAs are used for finding the global optimum. The LS used here will aid the EA to convergence speed. The evolutionary algorithm used in this work is genetic algorithm. There are two types of memetic algorithm.

Exhaustive MA
Few solutions are selected from the final generation and improved using local search.

Intermediate MA
After a predetermined number of iteration by GA, local search is applied to few random individuals. This is done to have a better solution than the local maxima. This work deals with intermediate memetic algorithm.

4.1. Populations and Chromosomes

In GA-based optimizations, a set of trial solutions are assembled as a population. The parameter set representing each trial solution or individual is coded to form a string or chromosome and each individual is assigned a fitness value by evaluation of the objective function. The objective function is to only link between the GA optimizer and the physical problem.

4.2. Parents

Following this initialization process, pairs of individuals are selected (with replacement) from the population in a probabilistic manner weighted by their relative fitness and designated as parents.

4.3. Children

A pair of offspring, or children, are then generated from the selected pair of parents by the application of simple stochastic operators. The principle operators are crossover and mutation. Crossover occurs with a probability of pcross (typ. 0.6–0.8) and involves the random selection of a crossover site and the combining the two parent's genetic information. The two children produced share the characteristics of the parents as a result of this recombination operators. Other recombination operators are sometimes used, but crossover is the most important. Recombination (e.g., crossover) and selection are the principle way that evolution occurs in a GA optimization.

4.4. Mutation

Mutation introduces new and unexplored points into the GA optimizer's search domain. Mutation randomly changes the genetic makeup of the population. Mutation is much less important than recombination and occurs with a probability pmutation (typ. 0.05) which is much less than pcross.

4.5. New Generation

Reproduction consisting of selection, recombination and mutation continues until a new generation is created to replace the original generation. Highly fit individuals, or more precisely highly fit characteristics produce more copies of themselves in subsequent generation resulting in a general drift of the population as a whole towards an optimal solution point. The process can be terminated in several ways: threshold on the best individual (i.e., the process stops when an individual has an error less than some amount 𝐸), number of generations exceeds a preselected value, or some other appropriate criteria. A simple Genetic Algorithm must be able to perform five basic tasks: encode the solution parameters in the form of chromosomes, initialize a starting point population, evaluate and assign fitness values to individuals in the population, perform reproduction through the fitness weighted selection of individuals from the population, and perform recombination and mutation to produce members of the next generation.

Consider the graph 𝐺=(𝑉,𝐸) with vertex |𝑣|=𝑢 and in integer 1<𝑘<𝑛/4. Initialize a randomly generated population 𝑃 of 𝑘 elements. Population 𝑃 has 1 to 𝑘 elements. Assume each parent 𝑝1 to 𝑝𝑘 belongs to the population 𝑃. Perform two point crossover for 𝑝𝑎 and 𝑝𝑏 from population 𝑃 using the fitness function (𝑓)=𝑘𝑀(𝑝)/𝑛, where 𝑀(𝑝) is the number of node of partition with maximum cardinality among 𝑛 partitions. Assume 𝑃𝑎(𝐼) and 𝑃𝑏(𝐼) are the children from 𝑝𝑎 and 𝑝𝑏, respectively. If 𝑃𝑎(𝐼) has not satisfied the fitness (𝑃𝑎(𝐼) is not in 𝐼), then choose 𝑝𝑎 randomly from 𝑗>𝑖. Swap 𝑃𝑎(𝑖) and 𝑃𝑎(𝑗). Copy the first element 𝑘 elements of 𝑝𝑎 in 𝑞1, 𝑞3. If 𝑃𝑏(𝐼) has not satisfied the fitness (𝑃𝑏(𝐼) is not in 𝐼), then choose 𝑝𝑏 randomly from >𝑘. Swap 𝑃𝑏() and 𝑃𝑏(𝑖). Copy the first element 𝑘 elements of 𝑝𝑏 in 𝑞2,𝑞4. Create two vectors 𝐿,𝐿 with 2(𝑛𝑘) elements. If 𝑗mod2=1, then 𝐿(𝑖)=𝑃𝑎[𝑘+(𝑗+1)/2] and 𝐿(𝑖)=𝑃𝑏[𝑘+(𝑗+1)/2], else 𝐿(𝑗)=𝑃𝑎[𝑘+(𝑗+1)/2] and 𝐿(𝑗)=𝑃𝑏[𝑘+(𝑗+1)/2]. Check the fitness of 𝐿(𝑖),𝐿(𝑖),𝐿(𝑗), and 𝐿(𝑗). If 𝐿(𝑖) is not in 𝑞1, then copy 𝐿(𝑖) in 𝑞1 and 𝐿(𝑖) in 𝑞2. If 𝐿(𝑗) is not in 𝑞3, then copy 𝐿(𝑗) in 𝑞3 and 𝐿(𝑗) in 𝑞4. Repeat the process again with 𝐿(𝑖) and 𝐿(𝑗), 𝐿(𝑖) and 𝐿(𝑗) to get new offspring. The new offsprings can have more fitness value or less fitness value depending upon the parents. Less fitness offspring can be discarded then to reduce the number of cycles.

The fitness of the individual in partitioning is based on the delay of the module.The fitness of the individual is given by weighted evaluations of maximum delay (𝐷). 𝐷𝑎 identifies a particular subgraph, 𝐷𝑚 is a predetermined maximum value, and 𝐷𝑓 is the weighting factor. The sum of the weighting factors equals one. The complete fitness function is𝐺𝑝=𝐷𝑎𝐷𝑚𝐷>1,𝑎𝐷𝑚𝐷1,𝑎𝐷𝑚𝐷𝑓(1)

Assuming an individual is fully feasible and meets constraints, the value of 𝐺𝑝1, with smaller values being better.

At the beginning, a set of Polish expressions is given for floorplannig. It is denoted as 𝑃, randomly generated expression to compose a population. The fitness for floorplanning of the individual is based on the area of the module. Area of a block can be calculated by the general formula 𝐴=𝐿𝑊, where 𝐿 stands for length of the module and 𝑊 stands for width of the module.𝐴TotalArea=𝑛.(2)

The fitness of the individual is given by weighted evaluations of maximum area (𝐴). 𝐴𝑎 identifies a particular subgraph, 𝐴𝑚 is a predetermined maximum value, and 𝐴𝑓 is the weighting factor. The sum of the weighting factors equals one. The complete fitness function is𝐺𝑓=𝐴𝑎𝐴𝑚𝐴>1,𝑎𝐴𝑚𝐴1,𝑎𝐴𝑚𝐴𝑓.(3)

After a prescribed number of iterations by evolutionary algorithm, local search algorithm is applied to few random individual, to have better solution. Local search methods are iterative algorithms that tend to enhance solution by stepwise improvement and make an attempt to reach optimum solutions, which more often results in suboptimal solutions by trapping themselves in local minima/maxima. The simplest form of local search is repetitively flipping elements in a solution resulting again in the objective function. Eventually local minima will be reached whereby flipping any element in the solution will result in loss of object. Although these algorithms are simple, there have been many complex improvements for CAD tools which involve large dynamic memory and linked list usages. For refining the solution obtained by GA, the local search (LS) is applied. This can be used before crossover or after crossaover, it can also be used for parents selection, and used before or after mutation to increase the number of fitness variables (see Algorithm 1).

Begin
 Initialize population P;
 For i:= 1 To size of(P) Do
    Individual:= Pi;
    Individual:= Local_Search (Individual);
 Repeat Until (terminate=True) Do
   For i:= 1 To #recombination Do
    Select two parents ia, ibε P randomly;
     ic:= Recombination(ia,ib);
     ic:= Local Search(ic);
 Add individual ic to P;
 P:= Select(P);
 If (P converged Then
   For i:= 1 To size of(P), i != index(Best) Do
   Individual:= Pi
Individual:= Local_Search(Mutate(Individual));
 End

5.1. Optimization by Simulated Annealing

Simulated Annealing algorithm is applied for Local Search process since SA is not a Local Search Algorithm. Here simulated annealing method is performed on finally generated offspring to improve the fitness. This method is called as intermediate MA.

Simulated annealing is a stochastic computational method for finding global extrema to large optimization problems. It was first proposed as an optimization technique by Kirkpatrick et al. in 1983 [19] and Cerny in 1984 [20]. The optimization problem can be formulated by describing a discrete set of configurations (i.e., parameter values) and the objective function to be optimized. The problem is then to find a vector that is optimal. The optimization algorithm is based on a physical annealing analogy. Physical annealing is a process in which a solid is first heated until all particles are randomly arranged in a liquid state, followed by a slow cooling process. At each (cooling) temperature, enough time is spent for the solid to reach thermal equilibrium, where energy levels follow a Boltzmann distribution. As temperature decreases the probability tends to concentrate on low energy states. Care must be taken to reach thermal equilibrium prior to decrease the temperature. At thermal equilibrium, the probability that a system is in a macroscopic configuration with energy is given by the Boltzmann distribution. The behavior of a system of particles can be simulated using a stochastic relaxation technique developed by Metropolis et al. [21]. The candidate configuration for the time is generated randomly. The new candidate is accepted or rejected based on the difference between the energies associated with states. The condition to be accepted is determined by 𝑝𝑝=𝑟𝑝𝑞=exp𝐸𝑡𝐸𝑞𝐾𝑡>1.(4)

One feature of the Metropolis way of Simulated Annealing algorithm is that a transition out of a local minimum is always possible at nonzero temperature. Another evenly interesting property of the algorithm is that it performs a kind of adaptive divide and conquer approach. Gross features of the system appear at higher temperatures, fine features develop at lower temperatures. For this application, it used the implementation by Ingber [22].

5.2. Partitioning Based on Simulated Annealing

The basic procedure in simulated annealing is to start with an initial partitioning and accept all perturbations or moves which result in a reduction in cost. Moves that result in a cost increase are accepted. The probability of accepting such a move decreasing with the increase in cost and also decreasing in later stages of the algorithm are given in (4). A parameter T, called the temperature, is used to control the acceptance probability of the cost-increasing moves. Simulated Annealing algorithm for partitioning the modules will be described here. The cells are partitioned using simulated annealing so as to minimize the estimated wire length. A formal description of the simulated annealing algorithm was given in Section 5. There are two methods for generating new configurations from the current configuration. Either a cell is chosen randomly and placed in a random location on the chip, or two cells are selected randomly and interchanged. The performance of the algorithm was observed to depend upon 𝑟, the ratio of displacements to interchanges. Experimentally, 𝑟 is chosen between 3 and 8. A temperature-dependent range limiter is used to limit the distance over which a cell can move. Initially, the span of the range limiter is twice the span of the chip. In other words, there is no effective range limiter for the high temperature range. The span decreases logarithmically with the temperature.𝐿𝑊𝑉(𝑇)=𝐿𝑊𝑉𝑇𝑖log𝑇log𝑇𝑖,𝐿𝑊𝐻(𝑇)=𝐿𝑊𝐻𝑇𝑖log𝑇log𝑇𝑖,(5) where 𝑇 is the current temperature, 𝑇𝑖 is the initial temperature, 𝐿𝑊𝑉(𝑇𝑖) and 𝐿𝑊𝐻(𝑇𝑖) are the initial values of the vertical and horizontal window spans 𝐿𝑊𝑉(𝑇) and 𝐿𝑊𝐻(𝑇), respectively.

The wirelength cost 𝐶 is estimated using the semiperimeter method, with weighting of critical nets and independent weighting of horizontal and vertical wiring spans for each net:𝐶=nets𝑖𝑥(𝑖)𝑊𝐻(𝑖)+𝑦(𝑖)𝑊𝑉(𝑖),(6) where 𝑥(𝑖) and 𝑦(𝑖) are the vertical and horizontal spans of the net 𝑖's bounding rectangle and 𝑊𝐻(𝑖) and 𝑊𝑉(𝑖) are the weights of the horizontal and vertical wiring spans. When critical nets are assigned a higher weight, the annealing algorithm will try to place the cells interconnected by critical nets close to each other. Independent horizontal and vertical weights give the user the flexibility to prefer connections in one direction over the other.

The acceptance probability is given by exp(Δ𝐶/𝑇), where Δ𝐶 (i.e., 𝐸𝑡𝐸𝑞) is the cost increase and 𝑇 is the current temperature. When the cost increases, or when the temperature decreases, the acceptance probability (4) gets closer to zero. Thus, the acceptance probability exp(Δ𝐶/𝑇) less than random (0, 1) (a random number between 0 and 1) is high when Δ𝐶 is small and when 𝑇 is large. At each temperature, a fixed number of moves per cell is allowed. This number is specified by the user. The higher the maximum number of moves, the better the results obtained. However, the computation time increases rapidly. There is a recommended number of moves per cell as a function of the problem size in. For example, for a 200-cell and 3000-cell circuit, 100 and 700 moves per cell are recommended, respectively. The annealing process starts at a very high temperature, for example, 𝑇𝑖=4,000,000, to accept most of the moves. The cooling schedule is represented by 𝑇𝑖+1=𝑎(𝑇), where 𝑎(𝑇) is the cooling rate parameter and is determined experimentally. In the high and low temperature ranges, the temperature is reduced rapidly (e.g., 𝑎(𝑇)0.8). However, in the medium temperature range, the temperature is reduced slowly (e.g., 𝑎(𝑇)0.95). The algorithm is terminated when 𝑇 is very small, for example, when 𝑇<0.1.

5.3. Floorplannning Based on Simulated Annealing

This section describes an optimal floorplanning on simulated annealing algorithm. Assume that a set of modules are given and each module can be implemented in a finite number of ways, characterized by its width and height. Some of the important issues in the design of a simulated annealing optimization problem are as follows.(1)the solution space,(2)the movement from one solution to another,(3)the cost evaluation function.

The branch cells correspond to the operands and the internal nodes correspond to the operators of the Polish expression. A binary tree can also be constructed from a Polish expression by using a stack as shown in Figure 4. The simulated annealing algorithm moves from one Polish expression to another. A floorplan may have different slicing tree representations. For example, the trees in Figure 4 represent the given floorplan. There is a one-to-one correspondence between a floorplan and its normalized Polish expression. But this leads to a larger solution space and some bias towards floorplans with multitree representations, since they have more chances to be visited in the annealing process. Assume three types of movement are defined to move from one floorplan to another. They operate on the Polish expression representation of the floorplan.

Condition 1. Exchange two operands when there are no other operands in between (67*1+34+2*5+*) (see Figure 5).

Condition 2. Complement a series of operators between two operands (67+1*34*2+5*+) (see Figure 6).

Condition 3. Exchange adjacent operand and operator if the resulting expression is a normalized Polish expression (67+43*+25*1+*) (see Figure 7).

It is obvious that the movements will generate only normalized Polish expressions. Thus in effect, the algorithm moves from one floorplan to another. Starting from an arbitrary floorplan, it is possible to visit all the floorplans using the movement. If some floorplans cannot be reached, there is a danger of losing some valid floorplans in the solution. Starting from any floorplan, the modules can move to the floorplan based on the given conditions. The cost function is a function of the floorplan, or equivalently the Polish expression. There are two components for the cost function, area, and wire length. The area of a sliceable floorplan can be computed easily using the floorplan sizing algorithm. The wire-length cost can be estimated from the perimeter of the bounding box of each net, assuming that all terminals are located on the center of their module. In general, there is no universally agreed upon method of cost estimation. For simulated annealing, the cost function is best evaluated easily because thousands of solutions need to be examined. Figures 5, 6, and 7 shows a series of movements which lead to a solution.

6. Experimental Results

The memetic algorithm has been implemented in C++ on a Linux installed personal computer. In this work, it compares the performance of a pure genetic algorithm to a memetic technique that combines GA with simple local search techniques like Simulated Annealing. In circuit partitioning, MA can increase the speed of execution time on an average of 45% when compared to simple genetic algorithm see Table 1 and Figure 8. Delay (ps) is the delay of the most critical path. 𝑇 (s) is the total run time, and Best (s) is the execution time in seconds for reaching the best solution. Thus the objective of wirelength minimization can be achieved by reducing the delay in circuit partitioning. In Floorplanning, wirelength and CPU time are compared with simulated annealing see Table 2. MA can reduce the wirelength on an average of 0.5 mm when compared with Fast Simulated annealing see (Figures 9 and 10).

7. Conclusion

By reducing the wirelength, cost of very large-scale integrated chip manufacturing can be reduced. This paper explores the advantage of memetic algorithm which can be proven to 45% faster than the simple software genetic algorithm by reducing the delay and area in partitioning and floorplanning, respectively, that would indefinitely reduce the wirelength. The implementation of multiobjective in the algorithm enables to get the near optimal solution. After a predetermined number of iteration by GA, local search is applied to few random individual to get the optimal solution by Simulated Annealing. In the future, the performance of the algorithm has to be tested on different benchmarks.