0% found this document useful (0 votes)
384 views3 pages

System Partitioning

The document discusses system partitioning which aims to divide a system into application-specific integrated circuits (ASICs) with certain objectives such as limiting the size, number of connections, and total connections of each ASIC. It describes measuring the connectivity of a system using a graph with logic cells as vertices and connections as edges. There are two main types of partitioning: constructive which uses seed growth, and iterative which uses interchange and group migration algorithms to find a local minimum. The group migration algorithm is presented as swapping groups of logic cells between partitions in passes until no further improvement is seen.

Uploaded by

humtum_shri5736
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
384 views3 pages

System Partitioning

The document discusses system partitioning which aims to divide a system into application-specific integrated circuits (ASICs) with certain objectives such as limiting the size, number of connections, and total connections of each ASIC. It describes measuring the connectivity of a system using a graph with logic cells as vertices and connections as edges. There are two main types of partitioning: constructive which uses seed growth, and iterative which uses interchange and group migration algorithms to find a local minimum. The group migration algorithm is presented as swapping groups of logic cells between partitions in passes until no further improvement is seen.

Uploaded by

humtum_shri5736
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

System partitioning: Goal: The goal of partitioning is to divide the part of the system so that each partition is a single

ASIC i.e. Partition a system into a number of ASICs. The objectives are: 1. 2. 3. 4. 5. A maximum size for each ASIC. A maximum number for each ASIC. A maximum number of connections for each ASIC. A maximum number of total connections between all ASIC. Minimize the number of external connections between the ASICs. Keep each ASIC smaller than a maximum size. 6. Partitioning is also needed to handle engineering change orders.

Partitioning: we cant do What is the cheapest way to build my system? We can do How do I split this circuit into pieces that will fit on a chip?

Measuring Connectivity: A network has circuit modules (logic cells) and terminals (connectors or pins) Modeled by a graph with vertexes (logic cells) connected by edges (electrical connections, Nets or signals) Cutset Net cutset Edge cutset (for the graph) External connections Internal connections Net cuts Edge cuts

Two types of network partitioning: 1. Constructive partitioning and 2. Iterative partitioning improvement

1. Constructive Partitioning: seed growth or cluster growth uses a seed cell and forms clusters or cliques 2. Iterative Partitioning Improvement: interchange (swap two) and group (swap many) migration, greedy algorithms find a local minimum. Group migration algorithms such as the KernighanLin algorithm (basis of min-cut methods) can do better.

Group Migration algorithm: Group migration comes under iterative partitioning improvements algorithms and consists of swapping groups of logic cell between partitions. The group migration algorithms are better than simple interchange methods. Input: Hypergraph H(V, E) and an initial partition.Cost function and size constraints.

1. One pass of moves. 1.1 Choose and perform the best move. 1.2 Lock the moved modules. 1.3 Update the gain of unlocked modules. 1.4 Repeat Steps 1.1-1.3 until all modules are locked or no move is feasible. 1.5 Find and execute the best subsequence of the move. Undo the rest of the sequence. 2. Use the previous result as an initial partition.

3. Repeat the pass (Steps and 2) until there is no more improvement. Figure 18 illustrates the cost of a sequence of moves. This algorithm escapes from local optima by a whole sequence of the moves even when a single move may produce a negative gain. In the following, we discuss variations of several parts in the process: basic moves (Step 1.1), data structure, gains (Steps 1.1 and 1.3). At the end of this subsection, we introduce a net based move and a simulated annealing approach.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy