WO1998016891A1 - A method for routing of nets in an electronic device - Google Patents

A method for routing of nets in an electronic device Download PDF

Info

Publication number
WO1998016891A1
WO1998016891A1 PCT/EP1997/005633 EP9705633W WO9816891A1 WO 1998016891 A1 WO1998016891 A1 WO 1998016891A1 EP 9705633 W EP9705633 W EP 9705633W WO 9816891 A1 WO9816891 A1 WO 9816891A1
Authority
WO
WIPO (PCT)
Prior art keywords
nodes
clusters
component
logical
sub
Prior art date
Application number
PCT/EP1997/005633
Other languages
French (fr)
Inventor
Gabriel Bracha
Eytan Weisberger
Ilan Algor
Original Assignee
Motorola, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Motorola, Inc. filed Critical Motorola, Inc.
Priority to DE69722425T priority Critical patent/DE69722425T2/en
Priority to EP97945822A priority patent/EP0932874B1/en
Priority to JP51801398A priority patent/JP2001505716A/en
Publication of WO1998016891A1 publication Critical patent/WO1998016891A1/en
Priority to HK00100639A priority patent/HK1021664A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/39Circuit design at the physical level
    • G06F30/394Routing

Definitions

  • This invention relates to the design of electronic devices, such as integrated circuit chips and, more particularly, to the routing of nets in such chips to minimize the interconnection cost and to maximize the speed of operation.
  • VLSI very large scale integrated
  • a channel router is designed to route nets that interconnect nodes on two opposite sides of a region called the channel. Criteria for a good channel router are that it routes the interconnections in a minimum area, the added length of the net wiring being also at a minimum. Examples for prior art channel routers are described for example in IEEE TRANSACTIONS ON COMPUTER-AIDED DESIGN, VOL. CAD-4, NO. 3, JULY 1985, pages 208-219, by James Reed et al and in "CHAMELEON: A NEW MULTI-LAYER CHANNEL ROUTER ", Douglas Braunt et al. , IEEE, 1986, conference proceedings of the 23rd design automation conference.
  • the invention is advantageous in that it allows to design a VLSI layout requiring a minimum of silicon floor space which has a positive effect on chip yield and price. These extreme layout densities can be obtained by a fully automated solution which only requires moderate computing resources in terms of computer memory and run time.
  • the invention allows to generate separate sub graphs which contain the nodes to be connected both for the so called “cluster areas" and the "channel areas". These sub graphs are derived from input data which comprise the nodes of each net to be routed as well as the assignment of the nodes to clusters. Additional logical nodes which are defined by means of a minimal Steiner tree are inserted into the input data whereby the subgraphs are found. When the clusters are aligned horizontally it is advantageous to use rectilinear Steiner trees for defining such additional logical nodes.
  • Each cluster has one subgraph for each net to be wired.
  • each channel has a dedicated subgraph for each net.
  • the subgraphs are descriptive of the interconnections to be established any method, including hand crafted design, can be used to actually route the subgraphs - or with other words - to map the subgrahs onto the physical design of the integrated circuit chip.
  • subgraphs which represent the desired electrical interconnections to be established between the nodes in a given cluster are mapped on a graph which represents the potential electrical connectivities within the given cluster.
  • the steps of the method of the invention can be realized by programming a general purpose digital computer, which is fed with the required design data, i.e. the placement of the clusters, the nets to be wired and the assignment of the nodes of the nets to the clusters.
  • FIG. 2 is a simiplified diagram to illustrate the process of concatenating individual bit cells and cluster routing
  • FIG. 3 is a portion of a circuit diagram which illustrates the formation of clusters and channels between the clusters
  • FIG. 4 is a simplified circuit diagram which illustrates the definition of logical nodes
  • FIG. 5 is a diagram which shows the transformation of the input data into two separate subgraphs
  • FIG. 9 is a flow chart illustrating the generation of a graph which represents potential connectivities in a cluster.
  • FIG. 10 is a flow chart which illustrates the intra cluster routing according to the invention.
  • bit cell 19 which sometimes is also called a leave cell is the basic building block of a functional block in an integrated circuit, such as a data-path block.
  • a bit cell is planned to perform a given functionality, to provide a certain interface for connections, and to support traversing routing through and/or over itself.
  • bit cell functionality of a bit cell is established by transistors and predefined via geometries. Certain points within a bit cell are designated as internal pins or potential connection points. Such points will be referred to as "nodes" in the following. The nodes are typically implemented in the top most metal layer of the circuit structure but can also be implemented in any other layer.
  • feed-throughs are also potential geometries of connectivities that are only implemented if they are actually required to establish the routing between the nodes of bit cells or to traverse over a bit cell.
  • the bit cell 19 has a number of horizontal feed-throughs 10 and horizontal feed-throughs 12.
  • the feed throughs 10 and 12 define potential wiring geometries which can be used for routing the integrated circuit.
  • Vias 14 which are symbolized by the filled dashed boxes in FIG. 1 serve to interconnect nodes 18 to the feed throughs.
  • Vias 16 which are symbolized by the empty dashed boxes in FIG. 1 define potential vias which are not directly assigned to one of the nodes 18.
  • the feed throughs 10, 12 and the vias 14, 16 define allowed electrical connectivities for interconnecting the nodes 18 within the bit cell 19 to nodes within the same bit cell 19 or to other bit cells or external pins of the integrated circuit chip not shown in FIG. 1.
  • FIG. 2 includes a sequence of three figures, i.e. FIG. 2A, 2B and 2C to illustrate the process of concatenation and routing.
  • FIG. 2A shows a bit cell 29 which is similar to bit cell 19 of Fig. 1.
  • the layout of the bit cell 29 is simplified: the bit cell 29 has only feed throughs 20 and 22 as well as a node 28 even though in practice a much larger number of components and wiring geometries typically is present.
  • FIG. 2B illustrates how a plurality of bit cells 29 are concatenated.
  • the feed throughs 20, 22 are designed so that when cells are concatenated or abutted, their feed throughs also abbut to create longer and more complex potential paths for connectivities to form a lattice or grid that spans a plurality of concatenated bit cells. Such a grid simplifies the task for the router software.
  • One portion of the wiring 36 is implemented inside the clusters 30, 31 and 32 which is called intra cluster routing. Another portion of the wiring 36 is implemented in the channel areas 37, 38; this portion of the wiring 36 is referred to as channel routing. For simplicity only a small number of routes are shown in FIG. 3.
  • FIG. 4 comprises a schematic representation of clusters 40, 41 and 42 of the integrated circuit chip 39.
  • Each of the clusters 40, 41 and 42 comprises a number of concatenated bit cells.
  • the bit cells of the cluster 40 have nodes 1.1, 2.1, 1.2, 2.2 and 2.3; the bit cells of cluster 41 have nodes 2.4, 2.5, 1.3, 2.6 and 1.4; the bit cells of cluster 42 have nodes 1.5, 2.7, 1.6, 2.8 and 1.7.
  • These nodes belong to different nets: a set of nodes which are to be interconnected to the same signal will be referred to as a net in the following.
  • channel area A in the horizontal direction between clusters 40 and 41 and a channel area B between the clusters 41 and 42 as well as channel areas C and D in the vertical direction.
  • a minimal steiner tree 44 which interconnects the nodes belonging to net 1 of all of the clusters of the integrated circuit including clusters 30, 31, 32, 40, 41 and 42 is established.
  • the condition for the minimal steiner tree 44 is that
  • the Steiner tree 44 for the net 1 interconnects one node belonging to net 1 in each of the clusters. As shown in FIG. 4 the Steiner tree 44 logically interconnects the node 1.2 in cluster 40, node 1.3 in cluster 41 and node 1.6 in cluster 42. Other clusters which contain at least one node which belongs to net 1 which are not shown in FIG. 4 are also spanned by the steiner tree 44 in the same way.
  • a minimum steiner tree is also established for the net 2.
  • the steiner tree of net 2 is not shown in FIG. 4.
  • much more than 2 nets are present so that a large number of steiner trees is established in a practical design.
  • clusters necessarily comprise a node of each net in a practical design.
  • Each cluster belonging to such a subset comprises at least one node belonging to the net to which the subset of that cluster is assigned.
  • a minimal steiner tree of one of the nets to be routed has to span all clusters of this net.
  • at least one node of each cluster having a node belonging to the net to be routed is logically interconnected to at least another node of the same net in the other clusters of the same subset of clusters.
  • FIG. 5 shows a graph representation G x of the portion of net 1 shown in FIG. 4.
  • the graph representation G j comprises a list of the nodes 1.x which are assigned to the net 1. Further, the graph representation comprises topological information as regards the placement of the nodes 1.x in the clusters. This information is symbolized by the sets 50, 51 and 52 corresponding to clusters 40, 41 and 42 of FIG. 4, respectively. The information contained in the graph representation G x is required as input data.
  • FIG. 6 shows a simplified example of potential connectivities which can be physically implemented within a cluster area 60.
  • a node N which can be interconnected by a via V to a top plate T4 of the via V.
  • the top plate T4 can be contacted by one of the feed throughs FI, F2, F7 and F8.
  • the feed throughs as well as the top plate T4 and the via V define allowed electrical connectivities which can be used by the router to wire the nets.
  • the information contained in FIG. 6 is modelled by graph representation shown in FIG. 7: There are three different types of edges in the graph of FIG.
  • the third type of edge establishes a channel border relation for representation of the additional logical nodes.
  • the vertices A, B, C and D are representations of such logical nodes analogous to the logical nodes VI, V2, V3 and V4 of FIG. 4.
  • This third type of edge symbolizes an allowed electrical connectivity by way of a feed through, via or node to an additional logical node of one of the channel areas. In the example considered here these are the vertices 71 to 76 which are represented by dashed lines.
  • the feed through F3 directly interconnects the cluster area 60 to the channel area A and thus can serve to establish an interconnection to the logical point VI which has been found by means of the minimal steiner tree 44 (cf. FIG. 4). Relationships of mutual exclusion can only exist between edges of the third type.
  • the graph shown in FIG. 7 is used for mapping the subgraphs which are representative of the interconnections of nodes belonging to the same net within one cluster, for example g 10 , g ⁇ , g 12 of FIG. 5, onto the actual allowed electrical connections of the given circuit topology, including potential connectivieties .
  • FIG. 9 is a flow chart which illustrates the generation of such a model.
  • topology data of one of the cluster regions C k are inputted. These topology data are representative of the placement of feed throughs, vias, top and bottom plates and the like as shown in the example of FIG. 6.
  • the representation of the topology data of potential connectivities of the clusters can be in any form.
  • step 91 the variable k is initialized to select one of the clusters C k .
  • step 92 the input data of step 90 is analyzed to find all potential connectivities of nodes NOj in the selected cluster to other nodes in the same cluster or to channel boundaries of the same cluster irrespective of any assignment of the nodes to specific nets.
  • a graph is generated in step 93 which represents the allowed connectivities.
  • Each vertice in the graph is representative of an element of the circuitry like nodes, feed throughs, vias and top or ground plates whereas the edges between these vertices are representative of allowed connectivities between these potential circuit elements.
  • step 94 the information about the type of each edge is added to the graph generated in step 93.
  • a type 1 edge defines geometrical adjacency between its vertex elements
  • an edge of type 2 defines mutual exclusion of the electrical connectivities as indicated for example by the double headed arrow 73 in FIG. 7.
  • An edge of type 3 defines a channel border relation.
  • step 95 the variable k is incremented so that another cluster C k is selected. Hence the steps 91 to 94 are repeated for all clusters C k which are inputted in step 90.
  • FIG. 10 illustrates one embodiment of the method of the invention for performing the intra cluster routing of nets by mapping the cluster subgraphs generated by means of the steiner trees onto the model of allowed electrical connectivities established in accordance with the method of FIG. 9.
  • step 105 the variable k is initialized to select one of the clusters C k .
  • step 110 the variable i is initialized to select one of the nets N, to be routed.
  • step 120 one of the logical components is selected from the list of logical components for processing.
  • step 125 a route is searched between the selected component and another component from the same list of logical components which has to be connected to the selected component according to the subgraph g k of the selected cluster C k for routing of the selected net N ; .
  • the topological graph of the selected cluster C k is used.
  • topological graph for searching such a route is possible because the topological graph is representative of the allowed electrical connectivities which can be established in the circuit topology. Any known search algorithm can be used for finding a path in the given topological graph between the two components which are represented by vertices in the topological graph. If such a route is found in step 130 it is decided to go to step 135.
  • step 135 the edge or the edges in the topological graph which represent the route which is found in step 125 is/are painted to indicate that these edge/edges are no longer available for routing another net. This is to prevent that electrical connectivities are estabUshed between different nets which would lead to mal functioning of the integrated circuit.
  • step 140 the logical components for which an interconnecting route has been found in step 125 are logically united to one single component.
  • the original components are deleted from the list of logical components and replaced by one single united component.
  • step 150 the list of logical components is checked for the number of components which are left in the list. If there is more than one logical component left the control goes back to step 120 to select one of the residual logical components and to find a route between another residual component. After all the logical components are united into one logical component the variable i is incremented in step 155 to select the next net Ni to be routed. As a consequence in step 115 a new list of logical components for the selected net is established. The selected cluster C k remains the same. When all nodes of all nets Ni within the selected cluster C k are routed the variable k is incremented to select another cluster C k until all clusters are routed.
  • step 160 If no route is found in step 125 it is decided in step 130 to carry out step 160. In step 160 an obstructing route of another net which has already been routed previously is ripped up. This removal of the obstructing route allows to establish a route between the selected component and the other component as described with reference to step 125.
  • the ripping up of a route in the other net which had already been routed previously the corresponding logical components in the list of logical components are separated in the other net which has been ripped up. This is done in step 165.
  • at least two separate logical components result in the list of logical components for the ripped up net.
  • the ripped up net is put back on the stack for later processing to find another route to interconnect the separated logical components.
  • step 165 the control returns back to step 135 to paint the edge or the edges in the topological graph which represent the route which has been found due to the removal of the route of the other net.
  • step 120 it is possible to select the logical components in step 120 according to a certain criteria: it is advantageous to select the logical component from the list which is the most constraint component.
  • the most constraint component has the least options for electrical connectivities according to the topological graph.
  • the node N which is considered as a logical component here, can be accessed from four different directions according to the diagram shown in FIG. 6. This can be done through the feed throughs FI, F2, F7 or F8. Other nodes might have lesser or larger number of potential connectivities which determines the constraint factor. Hence each logical component in the list should have an associated constraint factor which is indicative of the number of options for electrical connectivities to or from the logical component.
  • step 140 a new constraint factor is to be established.
  • the resulting logical component has a lower constraint factor because the bigger united logical component has usually more options for electrical connectivities.

Abstract

In laying out electronic devices on a substrate the routing of nets is important in minimizing conductor area and improving performance. A method for routing of nets in an electronic device which has a plurality of clusters is disclosed which separates the intra cluster routing and the channel routing between the clusters. For the intra cluster routing a topological graph is proposed to be used for mapping a subgraph which is representative of the nodes in a net belonging to a cluster to be routed.

Description

A method for routing of nets in an electronic device
Technical Field
This invention relates to the design of electronic devices, such as integrated circuit chips and, more particularly, to the routing of nets in such chips to minimize the interconnection cost and to maximize the speed of operation.
Background of the Invention
From the prior art a number of approaches for designing very large scale integrated (VLSI) circuit chips is known especially as far as the routing of nets between the internal components of a chip are concerned. Channel routing is used extensively in the layout of integrated circuits and printed circuit boards. It is flexible enough to allow its use in various design styles such as gate-arrays, standard cells, and macro cells.
A channel router is designed to route nets that interconnect nodes on two opposite sides of a region called the channel. Criteria for a good channel router are that it routes the interconnections in a minimum area, the added length of the net wiring being also at a minimum. Examples for prior art channel routers are described for example in IEEE TRANSACTIONS ON COMPUTER-AIDED DESIGN, VOL. CAD-4, NO. 3, JULY 1985, pages 208-219, by James Reed et al and in "CHAMELEON: A NEW MULTI-LAYER CHANNEL ROUTER ", Douglas Braunt et al. , IEEE, 1986, conference proceedings of the 23rd design automation conference.
In order to increase the overall quality of the routing attempts have been made to include information about the so called "feed-throughs" in the process of channel routing. Such approaches are known from "FEED THROUGH RIVER ROUTING", A. Joseph et al, INTEGRATION, the VLSI Journal 8, pages 41-50, El Revier Science Publishers B.V. , 1989 and "MULTI CHANNEL OPTIMIZATION IN GATE-ARRAY LSI LAYOUT", K. Aoshima and E. S. Kuh, IEEE, 1983. Since there is a constant need to further increase the wiring density in VLSI technology it is an underlying problem of the invention to devise an improved method for routing of nets for the design of electronic devices.
Summary of the Invention
The underlying problem of the invention is solved basically by applying the features laid down in the independent claims. Preferred embodiments of the invention are given in the dependent claims.
The invention is advantageous in that it allows to design a VLSI layout requiring a minimum of silicon floor space which has a positive effect on chip yield and price. These extreme layout densities can be obtained by a fully automated solution which only requires moderate computing resources in terms of computer memory and run time.
The invention allows to generate separate sub graphs which contain the nodes to be connected both for the so called "cluster areas" and the "channel areas". These sub graphs are derived from input data which comprise the nodes of each net to be routed as well as the assignment of the nodes to clusters. Additional logical nodes which are defined by means of a minimal Steiner tree are inserted into the input data whereby the subgraphs are found. When the clusters are aligned horizontally it is advantageous to use rectilinear Steiner trees for defining such additional logical nodes.
Each cluster has one subgraph for each net to be wired. Analogously each channel has a dedicated subgraph for each net. As the subgraphs are descriptive of the interconnections to be established any method, including hand crafted design, can be used to actually route the subgraphs - or with other words - to map the subgrahs onto the physical design of the integrated circuit chip.
For routing the channel area a lot of automated prior art methods are known. If such a method is to be employed the subgraphs of the channel areas can be used as input data for such prior art methods. For routing of the clusters it is advantageous to employ the automated routing method which is described in the dependent method claims. For this method first the actual electrical connectivities which can be established between the nodes in each of the clusters have to be described. This is done by a graph representation which forms the basis of the intra cluster routing method.
According to this method subgraphs which represent the desired electrical interconnections to be established between the nodes in a given cluster are mapped on a graph which represents the potential electrical connectivities within the given cluster. To carry out this procedure no human interaction is required. The steps of the method of the invention can be realized by programming a general purpose digital computer, which is fed with the required design data, i.e. the placement of the clusters, the nets to be wired and the assignment of the nodes of the nets to the clusters.
Brief Description of the Drawing
FIG. 1 is a schematic circuit diagram illustrating the structure of a bit cell;
FIG. 2 is a simiplified diagram to illustrate the process of concatenating individual bit cells and cluster routing;
FIG. 3 is a portion of a circuit diagram which illustrates the formation of clusters and channels between the clusters;
FIG. 4 is a simplified circuit diagram which illustrates the definition of logical nodes;
FIG. 5 is a diagram which shows the transformation of the input data into two separate subgraphs;
FIG. 6 and 7 show the modeling of the feed throughs according to the invention; FIG. 8 is a flow chart illustrating the generation of subgraphs for cluster and channel routing;
FIG. 9 is a flow chart illustrating the generation of a graph which represents potential connectivities in a cluster; and
FIG. 10 is a flow chart which illustrates the intra cluster routing according to the invention.
In FIG. 1 there is shown a schematic view of the circuit layout of bit cell 19. A bit cell which sometimes is also called a leave cell is the basic building block of a functional block in an integrated circuit, such as a data-path block. In general terms, a bit cell is planned to perform a given functionality, to provide a certain interface for connections, and to support traversing routing through and/or over itself.
The cell functionality of a bit cell is established by transistors and predefined via geometries. Certain points within a bit cell are designated as internal pins or potential connection points. Such points will be referred to as "nodes" in the following. The nodes are typically implemented in the top most metal layer of the circuit structure but can also be implemented in any other layer.
The typical way of establishing a connection to a pin is by vias. Vias are layout structures that allow traversing from one layer of the circuit topology to another. In order to optimize the layout process optional or potential vias are available in the underlying structure of the electronic device to be designed. When the potential vias are not required for the circuit layout they do not obstruct and allow other routing to traverse.
In addition one can designate special paths that are potential connections of the node of a bit cell to the boundary of the bit cell, or that traverse the bit cell from one side to another. Such structures are termed feed-throughs. These are also potential geometries of connectivities that are only implemented if they are actually required to establish the routing between the nodes of bit cells or to traverse over a bit cell. By way of example the bit cell 19 has a number of horizontal feed-throughs 10 and horizontal feed-throughs 12. The feed throughs 10 and 12 define potential wiring geometries which can be used for routing the integrated circuit. Vias 14 which are symbolized by the filled dashed boxes in FIG. 1 serve to interconnect nodes 18 to the feed throughs.
Vias 16 which are symbolized by the empty dashed boxes in FIG. 1 define potential vias which are not directly assigned to one of the nodes 18. Hence the feed throughs 10, 12 and the vias 14, 16 define allowed electrical connectivities for interconnecting the nodes 18 within the bit cell 19 to nodes within the same bit cell 19 or to other bit cells or external pins of the integrated circuit chip not shown in FIG. 1.
FIG. 2 includes a sequence of three figures, i.e. FIG. 2A, 2B and 2C to illustrate the process of concatenation and routing. FIG. 2A shows a bit cell 29 which is similar to bit cell 19 of Fig. 1. For clarity the layout of the bit cell 29 is simplified: the bit cell 29 has only feed throughs 20 and 22 as well as a node 28 even though in practice a much larger number of components and wiring geometries typically is present.
FIG. 2B illustrates how a plurality of bit cells 29 are concatenated. The feed throughs 20, 22 are designed so that when cells are concatenated or abutted, their feed throughs also abbut to create longer and more complex potential paths for connectivities to form a lattice or grid that spans a plurality of concatenated bit cells. Such a grid simplifies the task for the router software.
FIG. 2C shows by way of example how the concatenated bit cells 29 of FIG. 2B are routed. The hatched or "painted" feed throughs 24 and 26 are actually used for the physical implementation of the integrated circuit whereas the other potential electrical connectivities as defined by the remaining feed throughs 20, 22 are not used to establish electrical interconnections between nodes 28.
FIG. 3 shows a portion of integrated circuit chip 39. The integrated circuit chip 39 comprises a large number of clusters. For simplicity only clusters 30, 31 and 32 are shown in FIG. 3. Each of the clusters 30, 31 and 32 comprises a plurality of bit cells which are concatenated like shown in FIG. 2. The gaps between the clusters 30, 31 and 32 are referred to as channels. Channel 37 is situated between the clusters 30 and 31; channel 38 is situated between the clusters 31 and 32. The clusters 30, 31 and 32 are interconnected by the wiring 36. The wiring 36 is composed of horizontal and vertical routes as well as vias.
One portion of the wiring 36 is implemented inside the clusters 30, 31 and 32 which is called intra cluster routing. Another portion of the wiring 36 is implemented in the channel areas 37, 38; this portion of the wiring 36 is referred to as channel routing. For simplicity only a small number of routes are shown in FIG. 3.
FIG. 4 comprises a schematic representation of clusters 40, 41 and 42 of the integrated circuit chip 39. Each of the clusters 40, 41 and 42 comprises a number of concatenated bit cells. The bit cells of the cluster 40 have nodes 1.1, 2.1, 1.2, 2.2 and 2.3; the bit cells of cluster 41 have nodes 2.4, 2.5, 1.3, 2.6 and 1.4; the bit cells of cluster 42 have nodes 1.5, 2.7, 1.6, 2.8 and 1.7. These nodes belong to different nets: a set of nodes which are to be interconnected to the same signal will be referred to as a net in the following.
All nodes 1.x belong to net 1 whereas all nodes 2.x belong to net 2. For proper operation of the integrated circuitry to be implemented it is essential that the routes of different nets which interconnect the required nodes do not contact. On the other hand for good utilization of the available silicon floor space and for short signal propagation delays a minimum over all length of the circuit wiring is highly desirable. This applies both to the intra cluster routing of the clusters 40, 41 and 42 as well as to the channel routing.
In the example considered here there is a channel area A in the horizontal direction between clusters 40 and 41 and a channel area B between the clusters 41 and 42 as well as channel areas C and D in the vertical direction.
For routing the nets in a first step a minimal steiner tree 44 which interconnects the nodes belonging to net 1 of all of the clusters of the integrated circuit including clusters 30, 31, 32, 40, 41 and 42 is established. The condition for the minimal steiner tree 44 is that
a) it interconnects at least one node of net 1 of each of the clusters, provided that there is at least one node belonging to net 1 in a given cluster; and that
b) its overall length is minimal.
This applies analogously for minimal steiner trees for other nets, e.g. net 2. Since only rectilinear routes are allowed in the technical environment considered here also the steiner tree 44 has to be rectilinear. The theory of steiner trees as such is known from the art, e.g. from M. Hanan, "ON STEINER MINIMUM TREES WITH RECTILINEAR DISTANCES", SIAM, J. Appl. Math. Vol 16, no. 1, pages 255-265, 1966. The usage of rectilinear Steiner trees is also devised in US patent 4,577,276 to Dunlop et al. for laying out integrated circuits on a substrate.
The Steiner tree 44 for the net 1 interconnects one node belonging to net 1 in each of the clusters. As shown in FIG. 4 the Steiner tree 44 logically interconnects the node 1.2 in cluster 40, node 1.3 in cluster 41 and node 1.6 in cluster 42. Other clusters which contain at least one node which belongs to net 1 which are not shown in FIG. 4 are also spanned by the steiner tree 44 in the same way.
Analogously a minimum steiner tree is also established for the net 2. For simplicity the steiner tree of net 2 is not shown in FIG. 4. In a practical design much more than 2 nets are present so that a large number of steiner trees is established in a practical design.
Not all clusters necessarily comprise a node of each net in a practical design. Hence for each net a subset of clusters exists. Each cluster belonging to such a subset comprises at least one node belonging to the net to which the subset of that cluster is assigned. In the more general case considered here a minimal steiner tree of one of the nets to be routed has to span all clusters of this net. Thereby at least one node of each cluster having a node belonging to the net to be routed is logically interconnected to at least another node of the same net in the other clusters of the same subset of clusters.
It is to be noted that the minimal steiner trees, especially steiner tree 44 shown in FIG. 4, do not directly define the placement of the circuit wiring. Once the steiner trees are found, i.e. one minimal steiner tree for each net, additional logical nodes are defined for generating an enhanced graph representation of each of the nets to be routed.
These logical nodes are determined by the intersections of the steiner trees with the boundaries of the channel area. In the example considered in FIG. 4 these are the logical nodes VI, V2, V3 and V4. The logical node VI is situated at the intersection of the steiner tree 44 and the lower boundary of cluster 40 to the channel area A. Likewise the logical node V2 is situated at the upper boundary of cluster 41 to the channel area A; logical node V3 is situated at the lower boundary of cluster 41 to the channel area B and logical node V4 is situated at the upper boundary of cluster 42 to the channel area B. The minimal steiner tree of each of the nets to be routed yields such logical nodes.
FIG. 5 shows a graph representation Gx of the portion of net 1 shown in FIG. 4. The graph representation Gj comprises a list of the nodes 1.x which are assigned to the net 1. Further, the graph representation comprises topological information as regards the placement of the nodes 1.x in the clusters. This information is symbolized by the sets 50, 51 and 52 corresponding to clusters 40, 41 and 42 of FIG. 4, respectively. The information contained in the graph representation Gx is required as input data.
The additional logical nodes VI, V2, V3 and V4 which are found by means of the minimal steiner tree 44 are included into the graph representation of the net 1 so that the graph representation Gt is transformed to the graph representations gιc and g1CH. This transformation is performed by including the additional logical nodes VI, V2, V3 and V4 into the list of nodes contained in the graph representation Gl. The additional logical nodes are inserted into the subset of nodes 50, 51 and 52 so that the subgraphs g10, gπ and g12 result. The portions of the steiner tree 44 which are in the channel areas are reflected in the graph representation glcH which comprises the subgraphs g1A and g1B. The subgraph ^ is representative of the interconnections to be established for the net 1 over the channel area A, whereas the subgraph g1B is representative of the interconnections to be established for the net 1 over the channel area B - the so called channel routing.
Hence, the subgraph g1A includes the logical nodes VI and V2 which are situated at the boundary of channel A and which are interconnected by the steiner tree 44, whereas the subgraph g1B includes the interconnected logical nodes V3 and V4 which are situated at the boundary of the channel area B.
Thus two different sets of subgraphs result for the net 1: the first set of subgraphs comprises subgraphs g10, gu, g12. Each of these subgraphs covers one of the clusters as far as the nodes and the logical nodes for net 1 inside that cluster are concerned.
The second set of subgraphs comprises the subgraphs g1A and g1B. This set of subgraphs covers the channel areas A and B.
For simplicity and clarity the corresponding graphs for net 2 are not shown in the FIG. 5.
FIG. 6 shows a simplified example of potential connectivities which can be physically implemented within a cluster area 60. Within the cluster area 60 there is a node N which can be interconnected by a via V to a top plate T4 of the via V. The top plate T4 can be contacted by one of the feed throughs FI, F2, F7 and F8. By way of the feed throughs F2 and F7 other feed throughs F3, F5, F6 or F9 can be accessed. The feed throughs as well as the top plate T4 and the via V define allowed electrical connectivities which can be used by the router to wire the nets. The information contained in FIG. 6 is modelled by graph representation shown in FIG. 7: There are three different types of edges in the graph of FIG. 7: The first type of edge establishes geometrical adjacency between its vertices. Geometrical adjacency means that there is an potential electrical connectivity between the vertices of that edge. For example, the edge 70 which links the vertices F5 and F9 represents the geometry of the cluster area 60 of FIG. 6 in which the feed throughs F5 and F9 abut so that an electrical connectivity making usage of the concatenated feets F5 and F9 can be established. This type of geometrical adjacency is symbolized by a normal straight line between vertices in FIG. 7.
The second type of edges establishes a mutual exclusion relation between its vertices with respect to different nets. This is the case for the edges 71 and 72 which link the vertices D, F6 and D, F7, respectively. The mutual exclusion relation between the edges 71 and 72 is symbolized by the double headed arrow 73 between these edges. The mutual exclusion relation is representative of the fact that the feets F6 and F7 can not be used for wiring different nets. This is due to the fact that in the topology of allowed electrical connectivities shown in FIG. 6 the feed throughs F7 and F6 contact so that both feed throughs F6 and F7 can not be used for wiring different nets having different signals. Otherwise a shortcircuit between the nets carrying different signals would result. Such a relationship of mutual exclusion does not exist between the feed through F8 and F9 since these feed throughs do not contact in the circuit topology shown in FIG 6.
The third type of edge establishes a channel border relation for representation of the additional logical nodes. The vertices A, B, C and D are representations of such logical nodes analogous to the logical nodes VI, V2, V3 and V4 of FIG. 4. This third type of edge symbolizes an allowed electrical connectivity by way of a feed through, via or node to an additional logical node of one of the channel areas. In the example considered here these are the vertices 71 to 76 which are represented by dashed lines.
For example the feed through F3 directly interconnects the cluster area 60 to the channel area A and thus can serve to establish an interconnection to the logical point VI which has been found by means of the minimal steiner tree 44 (cf. FIG. 4). Relationships of mutual exclusion can only exist between edges of the third type.
The graph shown in FIG. 7 is used for mapping the subgraphs which are representative of the interconnections of nodes belonging to the same net within one cluster, for example g10, gπ, g12 of FIG. 5, onto the actual allowed electrical connections of the given circuit topology, including potential connectivieties .
FIG. 8 is a flow chart illustrating one embodiment of the method of the invention. According to this embodiment the method is carried out by a computer program without human interaction.
In step 80 the input data are provided to the computer program. The input data are sets of nodes NOj. Each set of nodes NOj defines one net N; to be routed. All nodes within the same net eventually have to be interconnected.
Further information is provided for each of the nodes NOj to which one of the clusters Ck it belongs. This information is equivalent to the graph representation Gx of FIG. 5.
In step 81 the variable i is initialized to select one of the nets N; for routing.
In step 82 a minimal rectilinear steiner tree is generated for the selected net Nj. Like in the example described in FIG. 4 the minimal rectilinear steiner tree connects nodes NOj of the same net N; in different clusters across the channels. In step 83 the intersections of the steiner tree found in step 82 with the boundary between the channel areas and the clusters are determined.
In step 84 the logical nodes Vik are defined as the intersections of the steiner tree with the channel cluster boundary as determined in step 82. This is analogous to the definition of the logical nodes VI, V2, V3 and V4 of FIG. 4.
In step 85 the logical nodes Vik found in step 84 are included in the net N;. Thereby subgraphs gk for the clusters and subgraphs gCH for the channels are generated in the same way as shown in the example of FIG. 5 where the subgraphs g10, gu, g,2 for the clusters and g1A, g1B for the channels result. After step 85 is carried out the variable i is incremented to select another net N;. This incremention is performed in step 86. The above described loop of steps 82 to 85 is carried out for all nets N; until i reaches its maximum value as defined by the number of nets which are inputted.
If i reaches its maximum value all required subgraphs are generated and the control goes to steps 87 and 88. In step 87 the routing of the interconnections of nodes belonging to the same net is carried out for the internal area of each cluster - so called intra cluster routing - whereas in step 88 each of the subgraphs gCH belonging to different ones of the nets N; are channel routed.
This task of routing the subgraphs gk and gCH can be described as mapping the subgraphs onto the actual circuit topology which has a certain number of allowed electrical connectivities. The task of routing - or with other words mapping - the subgraphs gk and gCH can be carried out by any appropriate method, including hand crafted mapping. However, in order to optimize this process, it is advantageous to employ a prefered embodiment of a method according to the invention which allows to carry out the routing automatically. Therefore the generation of a model which represents potential electrical connectivities of the physical circuit topology is required.
FIG. 9 is a flow chart which illustrates the generation of such a model. In step 90 topology data of one of the cluster regions Ck are inputted. These topology data are representative of the placement of feed throughs, vias, top and bottom plates and the like as shown in the example of FIG. 6. The representation of the topology data of potential connectivities of the clusters can be in any form.
In step 91 the variable k is initialized to select one of the clusters Ck. In step 92 the input data of step 90 is analyzed to find all potential connectivities of nodes NOj in the selected cluster to other nodes in the same cluster or to channel boundaries of the same cluster irrespective of any assignment of the nodes to specific nets. After the analyzation of the input data in step 92 a graph is generated in step 93 which represents the allowed connectivities. Each vertice in the graph is representative of an element of the circuitry like nodes, feed throughs, vias and top or ground plates whereas the edges between these vertices are representative of allowed connectivities between these potential circuit elements.
In step 94 the information about the type of each edge is added to the graph generated in step 93. A type 1 edge defines geometrical adjacency between its vertex elements, an edge of type 2 defines mutual exclusion of the electrical connectivities as indicated for example by the double headed arrow 73 in FIG. 7. An edge of type 3 defines a channel border relation.
Subsequently in step 95 the variable k is incremented so that another cluster Ck is selected. Hence the steps 91 to 94 are repeated for all clusters Ck which are inputted in step 90.
FIG. 10 illustrates one embodiment of the method of the invention for performing the intra cluster routing of nets by mapping the cluster subgraphs generated by means of the steiner trees onto the model of allowed electrical connectivities established in accordance with the method of FIG. 9.
In step 100 the input data are provided. The required input data are the topological graphs of all the clusters Ck which have been found as a result of the method of FIG. 9. Further all the subgraphs gk of the clusters Ck for each net N, are also inputted. The subgraphs gkare generated according to the method as described above with reference to FIG. 8. The method described here with reference to FIG. 10 is one way of implementing step 88 of FIG. 8.
In step 105 the variable k is initialized to select one of the clusters Ck. In step 110 the variable i is initialized to select one of the nets N, to be routed.
In step 115 a list of logical components for the selected cluster is initialized for purposes of routing the selected net. Initially each node in the selected cluster Ck which belongs to the selected net N, is defined to be a separate logical component so that the initial list of logical compontents comprises all nodes of the selected cluster which belong to the selected net N With other words: The list of logical components comprises all nodes comprised in the relevant subgraph gk of the selected cluster Ck for the selected net N;, in particuliar the logical nodes Vik.
In step 120 one of the logical components is selected from the list of logical components for processing.
In step 125 a route is searched between the selected component and another component from the same list of logical components which has to be connected to the selected component according to the subgraph gk of the selected cluster Ck for routing of the selected net N;. For searching a route between the selected component and the other component the topological graph of the selected cluster Ck is used.
The usage of the topological graph for searching such a route is possible because the topological graph is representative of the allowed electrical connectivities which can be established in the circuit topology. Any known search algorithm can be used for finding a path in the given topological graph between the two components which are represented by vertices in the topological graph. If such a route is found in step 130 it is decided to go to step 135.
In step 135 the edge or the edges in the topological graph which represent the route which is found in step 125 is/are painted to indicate that these edge/edges are no longer available for routing another net. This is to prevent that electrical connectivities are estabUshed between different nets which would lead to mal functioning of the integrated circuit.
In step 140 the logical components for which an interconnecting route has been found in step 125 are logically united to one single component. The original components are deleted from the list of logical components and replaced by one single united component.
In step 150 the list of logical components is checked for the number of components which are left in the list. If there is more than one logical component left the control goes back to step 120 to select one of the residual logical components and to find a route between another residual component. After all the logical components are united into one logical component the variable i is incremented in step 155 to select the next net Ni to be routed. As a consequence in step 115 a new list of logical components for the selected net is established. The selected cluster Ck remains the same. When all nodes of all nets Ni within the selected cluster Ck are routed the variable k is incremented to select another cluster Ck until all clusters are routed.
If no route is found in step 125 it is decided in step 130 to carry out step 160. In step 160 an obstructing route of another net which has already been routed previously is ripped up. This removal of the obstructing route allows to establish a route between the selected component and the other component as described with reference to step 125.
As a consequence of the ripping up of a route in the other net which had already been routed previously the corresponding logical components in the list of logical components are separated in the other net which has been ripped up. This is done in step 165. As a consequence at least two separate logical components result in the list of logical components for the ripped up net. The ripped up net is put back on the stack for later processing to find another route to interconnect the separated logical components.
After step 165 the control returns back to step 135 to paint the edge or the edges in the topological graph which represent the route which has been found due to the removal of the route of the other net.
In order to further speed up and enhance the above described method it is possible to select the logical components in step 120 according to a certain criteria: it is advantageous to select the logical component from the list which is the most constraint component. The most constraint component has the least options for electrical connectivities according to the topological graph.
For example the node N which is considered as a logical component here, can be accessed from four different directions according to the diagram shown in FIG. 6. This can be done through the feed throughs FI, F2, F7 or F8. Other nodes might have lesser or larger number of potential connectivities which determines the constraint factor. Hence each logical component in the list should have an associated constraint factor which is indicative of the number of options for electrical connectivities to or from the logical component.
Also when logical components are united in step 140 a new constraint factor is to be established. Usually when two components are united, the resulting logical component has a lower constraint factor because the bigger united logical component has usually more options for electrical connectivities.

Claims

Claims
1. A method for routing of nets in an electonic device having a plurality of clusters, said clusters being separated by a channel area between the clusters, and said clusters having a plurality of nodes, each of said nodes being assigned to one of said nets, said method comprosing the steps of:
a) for each set of nodes belonging to the same net:
establishing a minimal steiner tree between a sub set of said clusters which have at least one of said nodes of said set of nodes, said minimal steiner tree logically interconnecting at least one of said nodes of said set of nodes of each of said clusters of said sub set of clusters;
b) for each of said steiner trees found in step a):
determining logical nodes where said steiner tree intersects a boundary of said channel area; including said logical nodes in a graph representation of said net, so that first sub graphs covering said clusters and second sub graphs covering said channel area result;
c) for each cluster:
routing each of said first sub graphs found in step b) independently from channel routing of said second sub graphs found in step b).
2. The method according to claim 1 further comprising the steps of
d) for each of said clusters: for each node of said cluster froming a second graph representation to model potential electrical connectivities to said node within said cluster; e) routing each of said first sub graphs found in step b) of claim 1 in accordance with the electrical connectivities as modeled by said second graphs.
3. The method according to claim 2 said second graph representation including vertices to represent potential electrical conductors and edges to represent potential electrical connections between said vertices, whereby an edge can have one of the following types:
i) a first type of edge which establishes geometrical adjacency between its vertices;
ii) a second type of edge which establishes a mutual exclusion relation between its vertices with respect to different nets; and
iii) a third type of edge which establishes a channel border relation for representation of said logical nodes.
4. The method according to claim 2, said method further comprising the steps of:
for each of said clusters: for each of said first sub graphs covering said cluster:
f) establishing a list of logical components comprising said nodes of said first sub graph, each of said nodes of said first sub graph being initially defined to be a separate logical component in said list;
g) repetitively selecting one of said logical components from said list until there is only one single logical component left in said list;
h) routing from the selected component to another logical component of the same list, if possible; i) in case of finding a route in said step h): removing said selected component and said other component from said list; uniting said selected component and said other component to create a new logcial component; inserting said united component into said component list;
j) in case of not finding a route in said step h): ripping up an obstructing route of another one of said first sub graphs which has been processed previously;
k) in case of ripping up an obstructing route in said step j): finding an alternative route to replace said obstructing route.
5. The method according to claim 4 whereby said step k) is carried out by logically splitting said united component of said other first sub graph into at least two logical components by ripping up said obstructing route and carrying out said step g) and said step h) to find said alternative route.
6. The method according to claim 4 whereby said one of said logical components selected in said step g) of claim 9 is the logical component of said list which is the most constrained component.
7. An electonic device having a plurality of clusters, said clusters being separated by a channel area between the clusters, and said clusters having a plurality of nodes, each of said nodes being assigned to one of a plurality of nets, said nets being routed in accordance with a method comprising the steps of
a) for each set of nodes belonging to the same net:
establishing a minimal steiner tree between a sub set of said clusters which have at least one of said nodes of said set of nodes, said minimal steiner tree logically interconnecting at least one of said nodes of said set of nodes of each of said clusters of said sub set of clusters;
b) for each of said steiner trees found in step a): determining logical nodes where said steiner tree intersects a boundary of said channel area; including said logical nodes in a graph representation of said net, so that first sub graphs covering said clusters and second sub graphs covering said channel area result;
c) for each cluster:
routing each of said first sub graphs found in step b) independently from channel routing of said second sub graphs found in step b).
8. The electonic device according to claim 7, said method further comprising the steps of
d) for each of said clusters: for each node of said cluster forming a second graph representation to model potential electrical connectivities to said node within said cluster;
e) routing each of said first sub graphs found in step b) of claim 7 in accordance with the electrical connectivities as modeled by said second graphs.
9. The electonic device according to claim 8, said method further comprising the steps of
for each of said clusters: for each of said first sub graphs covering said cluster:
f) establishing a list of logical components comprising said nodes of said first sub graph, each of said nodes of said first sub graph being initially defined to be a separate logical component in said list;
g) repetitively selecting one of said logical components from said list until there is only one single logical component left in said list; h) routing from the selected component to another logical component of the same list, if possible;
i) in case of finding a route in said step h): removing said selected component and said other component from said list; uniting said selected component and said other component to create a new logical component; inserting said united component into said component list;
j) in case of not finding a route in said step h): ripping up an obstructing route of another one of said first sub graphs which has been processed previously;
k) in case of ripping up an obstructing route in said step j): finding an alternative route to replace said obstructing route.
10. The electonic device according to claim 9, said method being characterized in that said step k) of claim 9 is carried out by logically splitting said united component of said other first sub graph into at least two logical components by ripping up said obstructing route and in that said step g) and said step h) of claim 9 are carried out to find said alternative route.
11. The electonic device according to claim 10, said method being characterized in that said one of said logical components selected in said step g) of claim 9 is the logical component of said list which is the most constrained component.
PCT/EP1997/005633 1996-10-15 1997-10-13 A method for routing of nets in an electronic device WO1998016891A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
DE69722425T DE69722425T2 (en) 1996-10-15 1997-10-13 METHOD AND DEVICE FOR ROUTING NETWORKS IN AN ELECTRONIC DEVICE
EP97945822A EP0932874B1 (en) 1996-10-15 1997-10-13 A method and apparatus for routing of nets in an electronic device
JP51801398A JP2001505716A (en) 1996-10-15 1997-10-13 Net routing method for electronic devices
HK00100639A HK1021664A1 (en) 1996-10-15 2000-02-02 A method and apparatus for routing of nets in an electronic device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/730,046 US6505331B1 (en) 1996-10-15 1996-10-15 Method for routing of nets in an electronic device
US08/730,046 1996-10-15

Publications (1)

Publication Number Publication Date
WO1998016891A1 true WO1998016891A1 (en) 1998-04-23

Family

ID=24933688

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP1997/005633 WO1998016891A1 (en) 1996-10-15 1997-10-13 A method for routing of nets in an electronic device

Country Status (7)

Country Link
US (1) US6505331B1 (en)
EP (1) EP0932874B1 (en)
JP (1) JP2001505716A (en)
DE (1) DE69722425T2 (en)
HK (1) HK1021664A1 (en)
TW (1) TW354424B (en)
WO (1) WO1998016891A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2831295A1 (en) * 2001-10-24 2003-04-25 Bogenpfeil Co Ltd Quasi-minimum tree creating method, involves creating path to form optimum network configuration, creating multiple trees that do not share vertexes and edges, and connecting multiple trees

Families Citing this family (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6898773B1 (en) 2002-01-22 2005-05-24 Cadence Design Systems, Inc. Method and apparatus for producing multi-layer topological routes
US7024650B2 (en) * 2000-12-06 2006-04-04 Cadence Design Systems, Inc. Method and apparatus for considering diagonal wiring in placement
US7055120B2 (en) 2000-12-06 2006-05-30 Cadence Design Systems, Inc. Method and apparatus for placing circuit modules
US6957408B1 (en) 2002-01-22 2005-10-18 Cadence Design Systems, Inc. Method and apparatus for routing nets in an integrated circuit layout
US6957411B1 (en) 2001-06-03 2005-10-18 Cadence Design Systems, Inc. Gridless IC layout and method and apparatus for generating such a layout
US7107564B1 (en) 2001-06-03 2006-09-12 Cadence Design Systems, Inc. Method and apparatus for routing a set of nets
US7069530B1 (en) 2001-06-03 2006-06-27 Cadence Design Systems, Inc. Method and apparatus for routing groups of paths
US7096449B1 (en) 2002-01-22 2006-08-22 Cadence Design Systems, Inc. Layouts with routes with different widths in different directions on the same layer, and method and apparatus for generating such layouts
US7117468B1 (en) 2002-01-22 2006-10-03 Cadence Design Systems, Inc. Layouts with routes with different spacings in different directions on the same layer, and method and apparatus for generating such layouts
US7036105B1 (en) 2002-01-22 2006-04-25 Cadence Design Systems, Inc. Integrated circuits with at least one layer that has more than one preferred interconnect direction, and method for manufacturing such IC's
US7013451B1 (en) 2002-01-22 2006-03-14 Cadence Design Systems, Inc. Method and apparatus for performing routability checking
US7080329B1 (en) 2002-01-22 2006-07-18 Cadence Design Systems, Inc. Method and apparatus for identifying optimized via locations
US6944841B1 (en) 2002-01-22 2005-09-13 Cadence Design Systems, Inc. Method and apparatus for proportionate costing of vias
US6938234B1 (en) 2002-01-22 2005-08-30 Cadence Design Systems, Inc. Method and apparatus for defining vias
US7089524B1 (en) 2002-01-22 2006-08-08 Cadence Design Systems, Inc. Topological vias route wherein the topological via does not have a coordinate within the region
US7051298B1 (en) 2002-06-04 2006-05-23 Cadence Design Systems, Inc. Method and apparatus for specifying a distance between an external state and a set of states in space
US7069531B1 (en) 2002-07-15 2006-06-27 Cadence Design Systems, Inc. Method and apparatus for identifying a path between source and target states in a space with more than two dimensions
US7073151B1 (en) 2002-06-04 2006-07-04 Cadence Design Systems, Inc. Method and apparatus for identifying a path between a set of source states and a set of target states in a triangulated space
US7047512B1 (en) 2002-06-04 2006-05-16 Cadence Design Systems, Inc. Method and apparatus for specifying a cost function that represents the estimated distance between an external state and a set of states in a space
GB2393533A (en) * 2002-09-27 2004-03-31 Zuken Ltd Routing of interconnected regions e.g. of electrical circuits
US6892369B2 (en) 2002-11-18 2005-05-10 Cadence Design Systems, Inc. Method and apparatus for costing routes of nets
US7216308B2 (en) 2002-11-18 2007-05-08 Cadence Design Systems, Inc. Method and apparatus for solving an optimization problem in an integrated circuit layout
US7080342B2 (en) 2002-11-18 2006-07-18 Cadence Design Systems, Inc Method and apparatus for computing capacity of a region for non-Manhattan routing
US7093221B2 (en) 2002-11-18 2006-08-15 Cadence Design Systems, Inc. Method and apparatus for identifying a group of routes for a set of nets
US7171635B2 (en) 2002-11-18 2007-01-30 Cadence Design Systems, Inc. Method and apparatus for routing
US6996789B2 (en) 2002-11-18 2006-02-07 Cadence Design Systems, Inc. Method and apparatus for performing an exponential path search
US7480885B2 (en) * 2002-11-18 2009-01-20 Cadence Design Systems, Inc. Method and apparatus for routing with independent goals on different layers
US6988257B2 (en) * 2002-11-18 2006-01-17 Cadence Design Systems, Inc. Method and apparatus for routing
US7010771B2 (en) 2002-11-18 2006-03-07 Cadence Design Systems, Inc. Method and apparatus for searching for a global path
US7624367B2 (en) 2002-11-18 2009-11-24 Cadence Design Systems, Inc. Method and system for routing
US7047513B2 (en) 2002-11-18 2006-05-16 Cadence Design Systems, Inc. Method and apparatus for searching for a three-dimensional global path
US7003752B2 (en) 2002-11-18 2006-02-21 Cadence Design Systems, Inc. Method and apparatus for routing
US6930904B2 (en) * 2002-11-22 2005-08-16 Sun Microsystems, Inc. Circuit topology for high-speed memory access
US7506295B1 (en) 2002-12-31 2009-03-17 Cadence Design Systems, Inc. Non manhattan floor plan architecture for integrated circuits
US7089519B1 (en) 2002-12-31 2006-08-08 Cadence Design System, Inc. Method and system for performing placement on non Manhattan semiconductor integrated circuits
US7013445B1 (en) 2002-12-31 2006-03-14 Cadence Design Systems, Inc. Post processor for optimizing manhattan integrated circuits placements into non manhattan placements
US7111267B2 (en) * 2004-08-27 2006-09-19 Lsi Logic Corporation Process and apparatus to assign coordinates to nodes of logical trees without increase of wire lengths
US7885269B2 (en) * 2008-03-03 2011-02-08 Microsoft Corporation Network analysis with Steiner trees
US20100185994A1 (en) * 2008-08-14 2010-07-22 Pikus Fedor G Topological Pattern Matching
CN103902774B (en) * 2014-03-31 2017-01-25 福州大学 Overall wiring method for super-large-scale integrated circuit under X structure

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1991006061A1 (en) * 1989-10-10 1991-05-02 Vlsi Technology, Inc. Improved routing system and method for integrated circuits
US5491641A (en) * 1993-10-04 1996-02-13 Lsi Logic Corporation Towards optical steiner tree routing in the presence of rectilinear obstacles

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4577276A (en) * 1983-09-12 1986-03-18 At&T Bell Laboratories Placement of components on circuit substrates
US4908772A (en) * 1987-03-30 1990-03-13 Bell Telephone Laboratories Integrated circuits with component placement by rectilinear partitioning
US4815003A (en) * 1987-06-19 1989-03-21 General Electric Company Structured design method for high density standard cell and macrocell layout of VLSI chips
JP3137178B2 (en) * 1996-08-14 2001-02-19 日本電気株式会社 Integrated circuit wiring design method and apparatus
US5923646A (en) * 1996-08-30 1999-07-13 Nynex Science & Technology Method for designing or routing a self-healing ring in a communications network and a self-healing ring routed in accordance with the method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1991006061A1 (en) * 1989-10-10 1991-05-02 Vlsi Technology, Inc. Improved routing system and method for integrated circuits
US5491641A (en) * 1993-10-04 1996-02-13 Lsi Logic Corporation Towards optical steiner tree routing in the presence of rectilinear obstacles

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
CHIANG C ET AL: "A WEIGHTED STEINER TREE-BASED GLOBAL ROUTER WITH SIMULTANEOUS LENGTH AND DENSITY MINIMIZATION", IEEE TRANSACTIONS ON COMPUTER AIDED DESIGN OF INTEGRATED CIRCUITS AND SYSTEMS, vol. 13, no. 12, 1 December 1994 (1994-12-01), pages 1461 - 1469, XP000491294 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2831295A1 (en) * 2001-10-24 2003-04-25 Bogenpfeil Co Ltd Quasi-minimum tree creating method, involves creating path to form optimum network configuration, creating multiple trees that do not share vertexes and edges, and connecting multiple trees
GB2382897A (en) * 2001-10-24 2003-06-11 Bogenpfeil Co Ltd Method of forming, searching, or generating quasi-minimum tree providing optimum network configuration

Also Published As

Publication number Publication date
EP0932874B1 (en) 2003-05-28
HK1021664A1 (en) 2000-06-23
EP0932874A1 (en) 1999-08-04
US6505331B1 (en) 2003-01-07
DE69722425D1 (en) 2003-07-03
JP2001505716A (en) 2001-04-24
TW354424B (en) 1999-03-11
DE69722425T2 (en) 2003-12-18

Similar Documents

Publication Publication Date Title
US6505331B1 (en) Method for routing of nets in an electronic device
US5784289A (en) Method for estimating routability and congestion in a cell placement fo integrated circuit chip
US4908772A (en) Integrated circuits with component placement by rectilinear partitioning
JPS6047444A (en) Disposing and wiring method of logic circuit network formingelement
JPH0766718A (en) Wafer scale structure for programmable logic
WO1997039414A2 (en) Method for placement of clock buffers in a clock distribution system
Chang et al. MR: A new framework for multilevel full-chip routing
US7376921B2 (en) Methods for tiling integrated circuit designs
Cho et al. M/sup 2/R: Multilayer routing algorithm for high-performance MCMs
Eschermann et al. Hierarchical placement for macrocells: a'meet in the middle'approach
Wang et al. Performance-driven interconnect global routing
US20070204245A1 (en) Method for accelerating the RC extraction in integrated circuit designs
Minz et al. Block-level 3-D global routing with an application to 3-D packaging
JP3567134B2 (en) Methods of manufacturing and designing electronic devices and electronic devices
US5825659A (en) Method for local rip-up and reroute of signal paths in an IC design
US6408426B1 (en) Method for determining locations of interconnect repeater farms during physical design of integrated circuits
Marek-Sadowska Automated Routing for VLSI: Kuh's Group Contributions
US6477692B1 (en) Method and apparatus for channel-routing of an electronic device
Guruswamy et al. Echelon: A multilayer detailed area router
Wu et al. Minimizing eco routing for fib
JP3548398B2 (en) Schematic route determination method and schematic route determination method
Lee et al. Incremental reconfiguration of multi-FPGA systems
EP1010109B1 (en) A method for storing of layout data, routing method and electronic device
Khokhani et al. Placement of variable size Circuits on LSI Masterslices
Groeneveld A multiple layer contour-based gridless channel router

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 1997945822

Country of ref document: EP

ENP Entry into the national phase

Ref country code: JP

Ref document number: 1998 518013

Kind code of ref document: A

Format of ref document f/p: F

WWP Wipo information: published in national office

Ref document number: 1997945822

Country of ref document: EP

WWG Wipo information: grant in national office

Ref document number: 1997945822

Country of ref document: EP