US20010009031A1 - Method and apparatus for global routing, and storage medium having global routing program stored therein - Google Patents

Method and apparatus for global routing, and storage medium having global routing program stored therein Download PDF

Info

Publication number
US20010009031A1
US20010009031A1 US09/800,490 US80049001A US2001009031A1 US 20010009031 A1 US20010009031 A1 US 20010009031A1 US 80049001 A US80049001 A US 80049001A US 2001009031 A1 US2001009031 A1 US 2001009031A1
Authority
US
United States
Prior art keywords
path
wiring
steiner tree
region
passing
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
US09/800,490
Other versions
US6415427B2 (en
Inventor
Izumi Nitta
Hidetoshi Matsuoka
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Assigned to FUJITSU LIMITED reassignment FUJITSU LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MATSUOKA, HIDETOSHI, NITTA, IZUMI
Publication of US20010009031A1 publication Critical patent/US20010009031A1/en
Application granted granted Critical
Publication of US6415427B2 publication Critical patent/US6415427B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

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

  • the present invention relates to a method and apparatus for global routing performed prior to detailed routing in computer-aided automatic layout design of LSI and VLSI and a storage medium, readable by a computer, having a global routing program stored therein, and particularly, to a method and apparatus for global routing used in order to search the minimum cost routing between net terminals using a Steiner tree and a storage medium, readable by a computer, having a global routing program stored therein.
  • a logical design is performed that determines cells such as AND and OR therebetween and nets connecting the cells therebetween; secondly, an automatic design for cell layout placing the cells on a chip is performed based on a netlist obtained by the logical design and finally, routing is performed that determines wires connecting nets between the cells placed on the chip.
  • the routing is divided into two phases: one is global routing in which net routing is determined without considering timing, delay and so on and the other is detailed routing in which actual routing on the chip is determined in consideration of timing, delay and others.
  • improvement on degree of integration in VLSI and increase in circuit scale have been tremendous. For this reason, automatic layout design faces requirement for high speed processing of a large scale circuit.
  • a grid graph is obtained by a procedure in which a chip region is divided into cell blocks with horizontal and vertical lines and thus formed rectangular cells are represented by vertices and the vertices are connected to form a grid structure, and a terminal of a layout cell is expressed by a black point on a grid structure. Intersections of the horizontal and vertical lines of the grid graph are called grids.
  • a global routing problem is to generate line segments on a grid structure so as to connect terminals t 1 , t 2 ad t 3 of a net N therebetween with the line segments. In a case where a plurality of wiring layers exist, each line segment is allotted on a route of the lowest cost.
  • a cost function is generally a wirelength given by a total sum of lengths of line segments and the cost is minimized. Constraints on global routing is not to pass through regions 100 and 102 shadowed with hatching, which regions are a wiring prohibiting region or a highly wiring congested region.
  • a maze method and a line search method are named as first two which are procedures regarding a net with two terminals.
  • the maze method is effected as follows: As shown in FIG. 2, one terminal t 1 is a source and the other terminal t 2 is a target, and search is performed in a way such that a wave is propagated from the source t 1 .
  • the source t 1 is labeled with [0].
  • a value of the label is a distance from the source t 1 .
  • a vertex adjacent to the source t 1 is labeled with [1] and a vertex adjacent to the vertex of label [1] is labeled with [2].
  • Such a procedure is advanced such that a wave propagates.
  • a strong point of the maze method is that the shortest route can be obtained even in consideration of a region where no wiring can be effected. Furthermore, a calculation time is dependent on a grid size, which is O(h ⁇ w) wherein a height is indicated by h and a width by w, and O( ) is Order( ) for short. For this reason, the a maze method increases a calculation cost with increase in scale of a circuit and therefore, increase in grid size. Moreover, a memory size for use in storing labels is also dependent on a grid size of a chip.
  • a line search method is such that as in FIG. 3, line segments are generated from the source t 1 and the target t 2 and the line segments are added into lists called an s list and a t list, respectively.
  • a line segment is elongated as long as no obstacle is encountered by the line segment. Search is terminated where a line segment of the s list and a line segment of the t list are encountered by each other.
  • line segments are elongated such that line segments s 1 , s 2 and s 3 are added to the s list and line segments s 4 , s 5 and s 6 are added to the t list and such a process is terminated where the line segments s 2 and s 4 are encountered by each other to find a route.
  • the line search method reduces the use of a memory by employing line segments instead of grids.
  • a calculation cost is dependent on the number of line segments L, which is O(L).
  • Such maze and line search methods are capable of not only considering regions 100 and 102 , which regions are a wiring prohibiting region or a highly wiring congested region as obstacles, but performing a multilayer wiring.
  • Extended methods of the maze method and the line search method are employed for a multiterminal net with three or more terminals, but such an extended method has a defect of falling into a local solution; therefore, a method using a Steiner tree of FIG. 4 is more excellent in that a high quality solution is obtained.
  • the method using a Steiner tree generates a Sterner tree 104 called RST (rectilinear Steiner tree).
  • RST rectilinear Steiner tree
  • a proposed method known is such that when the number of nets is N by definition, the method requires a calculation time and a used memory amount up to the order of O(N 3 log N).
  • a general method using a Steiner tree is performed such that a Steiner tree is generated without any of constraints and in no consideration of obstacles, and when routes of branches of the Steiner tree are obtained, the obstacles are avoided using a maze method or the like.
  • a method and apparatus for global routing capable of obtaining a high quality solution for global routing that alleviates a load on detailed routing using a Steiner tree, and a storage medium, readable by a computer, having a global routing program stored therein.
  • the present invention is a global routing method obtaining global routing between net terminals of cells placed on a chip and the method includes: a Steiner tree generating step of generating a Steiner tree having been generated without any of constraints as an initial solution: and a correcting step of repeating partial correction of the Steiner tree so as not to increase a line length as far as possible in consideration of constraints based on the initial solution of the Steiner tree to obtain the global routing, wherein in the Steiner tree generating step, a Steiner tree is generated, as an initial solution, without any of constraints such as layers, prohibition and a wiring capacity and in the correcting step, partial correction of the Steiner tree is repeated so as not to increase a line length as far as possible in consideration of a prohibiting region, a wiring capacity and layers.
  • the present invention can achieve a result of the same quality as global routing by means of a maze method in consideration of an obstacle by performing a partial correction of a Steiner tree while taking constraints on wiring into consideration. Furthermore, calculation required for partial correction of a Steiner tree in the present invention is fundamentally coordinate computation, and a calculation time and a used memory amount are dependent on the number N of net terminals. Therefore, in a large scale circuit, the method of the present invention is more advantageous in calculation time and used memory amount compared with a maze method scanning a wiring region.
  • the correcting step includes: a path collection generating step of generating a path collection obtained by dividing the Steiner tree into a plurality of paths each having at least a Steiner point, as a value, being an intersection of 3 or more branches; and a path correcting step of partially correcting the Steiner tree by correction of a path in consideration of constraints for the path collection of the Steiner tree.
  • the number of branches of the Steiner tree is e n by definition, a calculation time for division to paths is of the order of O(e n 2 ) since the time is suppressed by an operation for determining whether or not each terminal point of a branch is a Steiner point.
  • the number e n of branches of the Steiner tree is of the order of O(N) and a calculation time for division to paths is of O(N 2 ). Furthermore, the number of paths generated is suppressed to O(N).
  • the path correcting step includes a prohibiting region rerouting step of changing a path passing through a prohibiting region to a path not passing through the prohibiting region for a path collection of a Steiner tree.
  • the prohibiting region rerouting step has the following steps, to be concrete:
  • the prohibiting region rerouting step includes: a first correcting step and a second correcting step.
  • the first correcting step when a start point in a prohibiting region is moved to outside the region, points on branches of a Steiner tree traceable from an original start point is selected as prospective points for a new start point of a movement destination or points on all branches of the Steiner tree traceable from an original end point is selected as prospective points for a new end point of a movement destination, and a prospective point, being outside the prohibiting region, and having the shortest line length is selected among the prospected points as a start point or endpoint to change a path.
  • a path is changed selecting a route passing through a space outside the prohibiting region without changing both of the start and end points so as not to increase a line length as far as possible.
  • it is only required to select a route passing through a rectangle encircling the start and end point of the path.
  • a line length increases.
  • a calculation time can be limited to O(1).
  • the path correcting step includes a wiring congested region rerouting step of changing a path passing through a wiring congested region having the number of wires exceeding a wiring capacity to a path not passing through the wiring congested region so as to ensure the number of wires equal to or less than the wiring capacity in the wiring congested region.
  • the wiring congested region rerouting step has a detailed procedure including the steps of:
  • This wiring congested region rerouting step can also includes: a first correcting step and a second correcting step.
  • a first correcting step when a start point or end point of a path resides in a wiring congested block, points on branches of a Steiner tree traceable from an original start point or end point are selected as prospect points for a new start point or new end point of a movement destination, and a path is changed selecting a prospect point, being outside the block, and having the shortest line length among the prospective points for the new end point or end point to find a route not to passing through the block.
  • the path correcting step when a rout passes through a block, a path is changed selecting a route passing through a space outside the block so as not to increase a line length as far as possible without changing a start point and end point thereof.
  • the path correcting step includes a line length improving step of changing a path so as to improve a line length of the path after partial correction of a Steiner tree under constrains for a path collection of the Steiner tree.
  • the line length improving step has a detailed procedure including the steps of:
  • distances d 1 and d 2 of the first and second prospective paths, respectively are equal to or more than a distance of the path to be processed, that is if d 1 >d and d 2 >d, maintaining the path as is originally without changing a start point and end point thereof.
  • the present invention provides a global routing apparatus acquiring global routing between net terminals of cells placed on a chip.
  • the global routing apparatus includes: a Steiner tree generating unit generating a Steiner tree having been generated without any of constraints such as layers, prohibition and a wiring capacity as an initial solution; a path collection generating unit generating a path collection obtained by dividing the Steiner tree into a plurality of paths each having at least a Steiner point, as a value, being an intersection of three or more branches; and a path correcting unit obtaining global routing repeating partial correction of the Steiner tree with correction of a path in consideration of the constraints so as not to increase a line length as far as possible for the path collection of the Steiner tree.
  • the path correcting unit of the global routing apparatus includes: a prohibiting region rerouting processing unit changing a path passing through a prohibiting region to a path not passing through the prohibiting region for a path collection of the Steiner tree; a wiring congested region rerouting processing unit changing a path passing through a wiring congested region having the number of wires exceeding a wring capacity to a path not passing through the wiring congested region so as to ensure the number of wires equal to or less than the wiring capacity in the wiring congested region for the path collection of the Steiner tree; and a line length improvement processing unit changing a path so as to improve a line length of the path after partial correction of said Steiner tree under the constraints for the path collection of the Steiner tree.
  • the present invention provides a storage medium, readable by a computer, having a global routing program stored therein, the program acquiring global routing between net terminals of cells placed on a chip.
  • the storage medium includes: a Steiner tree generating module generating a Steiner tree having been generated without any of constraints such as layers, prohibition and a wiring capacity as an initial solution; a path collection generating module generating a path collection obtained by dividing the Steiner tree into a plurality of paths each having at least a Steiner point, as a value, being an intersection of three or more branches; and a path correcting module obtaining global routing repeating partial correction of the Steiner tree with correction of a path in consideration of constraints so as not to increase a line length as far as possible for a path collection of the Steiner tree.
  • the path correcting module of the storage medium includes: a prohibiting region rerouting processing module changing a path passing through a prohibiting region to a path not passing through the prohibiting region for a path collection of a Steiner tree; a wiring congested region rerouting processing module changing a path passing through a wiring congested region having the number of wires exceeding a wring capacity to a path not passing through the wiring congested region so as to ensure the number of wires equal to or less than the wiring capacity in the wire congested region for the path collection of the Steiner tree; and a line length improvement processing module changing a path so as to improve a line length of the path after partial correction of a Steiner tree under the constraints for the path collection of the Steiner tree.
  • a calculation time for correction of a Steiner tree in such a global routing method of the present invention is only of the order of O ⁇ N 2 (log N) 2 ⁇ for a net with the number N of terminals.
  • a calculation time of a combination of generation and correction of a Steiner tree as an initial solution is of the order of O(N 3 log N) though the time is dependent on a Steiner generating algorithm.
  • the number of terminals is at the most 10 2 and while in this case, a calculation time is 10 8 , a net having several hundreds of terminals is only several % of all the nets in a general circuit.
  • a necessary memory capacity for preparing a path structure is O(N).
  • a grid size is of the order ranging from 10 6 to 10 8 .
  • a calculation time for a grid size of (h ⁇ w) is O(h ⁇ w) and the calculation is repeated in times equal to the number of nets.
  • a memory is required for storing label values corresponding to a grid size.
  • FIG. 1 is a descriptive diagram of a global routing problem using a grid graph
  • FIG. 2 is a descriptive diagram of a maze method
  • FIG. 3 is a descriptive diagram of a line search method
  • FIG. 4 is a descriptive diagram of a method using a Steiner tree
  • FIG. 5 is a block diagram of a VLSI automatic design system to which the present invention is applied;
  • FIG. 6 is a functional block diagram of a global routing apparatus of the present invention.
  • FIG. 7 is a flow chart for a global routing processing of the present invention.
  • FIG. 8 is a descriptive diagram of a Steiner tree generated as an initial solution in the present invention.
  • FIG. 9 is a descriptive drawing of a sub-Steiner tree obtained by dividing the Steiner tree into paths each with the Steiner point of FIG. 8;
  • FIG. 10 is a descriptive table of a path list showing a path collection of FIG. 9;
  • FIG. 11 is a flow chart for prohibiting region rerouting processing of the present invention.
  • FIGS. 12A to 12 C are descriptive drawings for prohibiting region rerouting processing of the present invention.
  • FIGS. 13A and 13B are flow charts for wiring congested region rerouting processing of the present invention.
  • FIGS. 14A to 14 C are descriptive drawings for wiring congested region rerouting processing of the present invention.
  • FIGS. 15A and 15B are flow charts for line length improvement processing of the present invention.
  • FIGS. 16A to 16 C are descriptive drawings for line length improvement processing of the present invention.
  • FIGS. 17A and 17B are descriptive drawings for layer placement processing of the present invention.
  • FIG. 5 is a block diagram of an automatic design system for LSI and VLSI aided by a computer using a global routing technique of the present invention.
  • This automatic design system includes: a logical design system 10 ; and a layout design system 14 .
  • the logical design system 10 uses information expressing contents of operation of a large scale integrated circuit to be designed as input and generates netlist data 12 which is logical connection information expressed by connection information between cells registered in a library.
  • the layout design system 14 performs placement of cells on a chip and routing between the cells placed based on the netlist data 12 generated by the logical design system 10 to generate layout design data 24 .
  • the layout design system 14 includes: a cell placement system 16 ; and a routing system 19 .
  • the routing system 18 includes: a global routing apparatus 20 known as being used in global routing; and a detailed routing apparatus 22 known as being used in detailed routing, wherein global routing of the present invention is applied to the global routing apparatus 20 .
  • FIG. 6 is a functional block diagram of the global routing apparatus 20 of FIG. 5.
  • An input unit 26 is provided to the global routing apparatus 20 and inputted are terminal positions 32 of nets N 1 to Nn based on netlist data 12 generated in the logical design system 10 of FIG. 5, and datas of prohibiting regions 34 and layer information 36 .
  • the global routing apparatus 20 includes: a Steiner tree generating unit 38 , a path collection generating unit 40 , a path correcting unit 42 , and a path list storage unit 52 .
  • the path correcting unit 42 includes: a prohibiting region rerouting processing unit 44 , a wiring congested region rerouting processing unit 46 , a line length improvement processing unit 48 , a layer placement processing unit 50 , a first correcting unit 52 and a second correcting unit 56 .
  • the global routing apparatus 20 adopts a Steiner tree generated based on the terminal positions of the nets N 1 to Nn without any of constraints as an initial solution, performs partial correction of the Steiner tree while considering constraints such as the wiring prohibiting region, the wiring congested region and the layer-placement, and thereby acquires a result of global routing having a quality equal to that of a global routing like FIG. 1 obtained considering obstacles in a maze method.
  • Calculation required for partial correction of a Steiner tree in the global routing apparatus 20 of the present invention is fundamentally coordinate calculation and a calculation time and a used memory amount are dependent on the number of net terminals. Therefore, in a large scale circuit, global routing of the present invention is much more advantageous in calculation time and used memory amount compared with a maze method handling a wiring region.
  • Global routing obtained as a result of the partial correction in consideration of the constraints for the initial solution of a Steiner tree in the global routing apparatus 20 is outputted to an output unit 30 as wiring trees T 1 to Tn 58 of the nets N 1 to Nn.
  • FIG. 7 is a flow chart for global routing processing of the present invention in the global routing apparatus 20 of FIG. 6.
  • FIG. 8 shows a Steiner tree Ti of a net Ni generated without any of the constraints in step S 3 of FIG. 7 in which the Steiner tree Ti having 4 terminals t 1 , t 2 , t 3 and t 4 is generated on a grid graph.
  • a generating algorithm for the Steiner tree Ti is described in, for example, J. Cong et al., “Topology optimization for total wirelength minimization, INTEGRATION, the VLSI Journal 21(1996) 1-94, Section 3. 1, pp. 17 to 21, ELSEVIER, 1996.
  • FIG. 9 is a descriptive drawing for generation processing of a path collection as a subtree collection in step S 4 , which is based on the Steiner tree 60 of FIG. 8.
  • Steiner points each being an interconnection of three or more branches are obtained on the Sterner tree 60 .
  • two Steiner points s 1 and s 2 are obtained.
  • a subtree such as having the Steiner points s 1 and s 2 is called a path.
  • a path is constituted of the following elements:
  • a start point of the path a Steiner point or a leaf (terminal) of an original Steiner tree
  • an end point of the path a Steiner point or a leaf (terminal) of an original Steiner tree
  • a subtree collection of FIG. 9 can be divided into five paths p 1 to p 5 with each path being constituted of such elements.
  • the path p 1 has a terminal t 1 as a start point of the path, a Steiner point s 1 as an end point of the path and a branch el as a route between the start point t 1 and the end point s 1 .
  • a path collection generated under setting of Steiner points s 1 and s 2 are stored as a path list 52 as shown in FIG. 10, wherein the path list 52 expresses a Steiner tree thus generated.
  • a process generating a path collection from a Steiner tree has the number of Steiner points of O(N) and in the process, when the number of branches of the Steiner tree is e n , a calculation time for division to paths is restricted by operation determining whether or not each of terminal points of branches is a Steiner point and the calculation time is O(e n 2 ). Furthermore, the number en of branches of the Steiner tree is O(N) and a calculation time for division to paths is O(e n 2 ). Still furthermore, the number of paths generated is restricted to O(N).
  • step S 4 a path collection expressing a Steiner tree can be generated
  • step 5 is correction of the Steiner tree Ti obtained by rerouting a wiring prohibiting region
  • step 6 is correction of the Steiner tree considering the wiring congested region
  • step S 7 is line length improvement on the Steiner tree finished with corrections
  • step S 8 is allotment of branches to layers, followed by output of the Steiner tree Ti of the net Ni as a wiring source in step S 9 .
  • the process counter i is incremented by one and thereafter, in step S 11 a processing from steps S 3 to S 9 is repeated till the process counter i finally counts the number n of nets.
  • a correcting process for the Steiner tree Ti expressed by a path collection of steps S 5 and S 6 is performed using the following two correction rules:
  • a start point and end point of a path are changed so as not to increase a line length of the path compared with an original Steiner tree.
  • routing therebetween is also changed.
  • a prospective point for a new start point comes to be one of points (vertices on a grid graph) on branches of all of Steiner trees traceable from an original start point.
  • a prospective point for a new end point comes to be one of points on branches of all of Steiner trees traceable from an original end point.
  • a prospective point such as to meet constraints and have the shortest line length among prospective points for a new start point and a new end point.
  • a start point and end point of a path are not changed but only routing therebetween is changed so as not to increase a line length of the path compared with an original Steiner tree.
  • a calculation time for application of the correction rule 2 can be restricted to O(1) by predetermining some number of routing patterns in the rectangle encircling the start point and end points.
  • FIG. 11 is a flow chart for a correction process rerouting a wiring prohibiting region of step S 5 of FIG. 7.
  • the wiring prohibiting region rerouting processing is realized by functions of the prohibiting region rerouting processing unit 44 , the first correcting unit 54 performing a correcting process of the correction rule 1 and the second correction unit 56 performing a correcting process of the correction rule 2, all being provided in the path correcting unit 42 of FIG. 6.
  • step S 1 it is determined a relationship between each of start and end points and routing, and a wiring prohibiting region for each of paths of a Steiner tree expressed by a path collection of the path list 52 as shown in FIG. 10, for example.
  • step S 2 it is checked whether or not the start and end points reside in, and the routing passes through a wiring prohibiting region. If in step S 2 , it is determined that a start point or end point of a path resides in a prohibiting region, the process advances to step S 3 , wherein the start point or end point in the prohibiting region is moved outside the prohibiting region according to the path correction rule 1. When the start point or end point is moved, a Steiner tree is altered; therefore, in step S 24 performed is renewal to again generate of a path collection.
  • step S 2 if in step S 2 , one of the start point and end point of a path does not reside in the prohibiting region, the process advances to step S 5 , where it is checked whether or not the route of the path passes through the prohibiting region. If not passing through the prohibiting region, the process advances to step S 6 , where routing is altered to a new one not passing through the prohibiting region according to the correction rule 2. Furthermore, if in step S 2 , neither a start point nor an end point of a path resides in a prohibiting region and in step S 5 the route of the path does not pass through the prohibiting region, then no correction of the path is performed. Processing from step S 1 through step S 6 is repeated till processing for all of paths of a Steiner tree is completed in step 7 .
  • FIGS. 12A to 12 C are descriptive drawings for a concrete process for prohibiting region rerouting processing of the present invention.
  • FIG. 12A shows a Steiner tree expressed by a path collection of the path list 52 of FIG. 10, wherein it is assumed that a path 3 passes through a wiring prohibiting region 62 .
  • requirement is a change of a start point s 1 of the path. Correction accompanying the change of a start point s 1 of the path is performed according to the correction rule 1.
  • Prospective points for a new start point according to the correction rule 1 are points on branches of all of Steiner trees traceable from the original start point s 1 of the path, that is vertices s 11 , s 12 and s 13 , and besides terminals t 1 and t 4 on the grid graph of FIG. 12B.
  • the prospective points s 11 is a point meeting a constraint of not passing through the wiring prohibiting region 62 , and having the shortest line length among the four new prospective start points t 1 , s 11 ,s 12 , s 13 and t 4 .
  • generated is a new path p 3 of FIG. 12C having the prospective point s 11 as a start point thereof.
  • the path p 3 after correction is constituted of the start point s 11 , an end point s 2 , branches e 41 and e 42 and the Steiner point s 11 prior to the correction is changed to the Steiner point s 11 as a new start point, whereby a structure of the Steiner tree is also changed; therefore, recalculation is performed on all of paths constituting the Steiner tree to renew contents of the path list of FIG. 10.
  • correction according to the path correction rule 1 is performed in step S 3 under a condition that in step S 2 , the start point s 1 of the path p 3 of FIG.
  • the start point sl is changed according to the correction rule 1. That is, in the wiring prohibiting region rerouting process, in a case where a vertex of the grid graph on a branch adjacent to the start point or end point of a path resides in a prohibiting region, then the start point or end point is regarded to reside in the wiring prohibiting region and the correction rule 1 is applied. Regarding the end point s 2 of FIG. 12A, the vertex 68 of the grid graph adjacent to the end point s 2 on the branch e 4 resides outside the wiring prohibiting region 62 ; therefore, in the case, there arises no requirement for change of the end point s 2 .
  • FIGS. 13A and 13B are flow charts for correction processing, that is wire congested region rerouting processing, for a Steiner tree in consideration of the wiring congested region of step S 6 of FIG. 7.
  • the wiring congested rerouting processing is realized with the wiring congested region rerouting processing unit 46 , the first correcting unit 54 and the second correcting unit 56 , all being provided in the path correcting unit 42 of FIG. 6.
  • a wiring region thereof is divided into blocks of a proper area and definitions are given of a wiring capacity and a wiring congestion level for each block.
  • the wiring capacity and the wiring congestion level are defined in various ways according to a nature of a circuit and others, the wiring capacity, for example, is defined as the maximum of wires capable of passing through a block and the wiring congestion level is defined as the number of wires currently passing through a block.
  • step S 2 a specific block is taken out and a wiring congestion level and a wiring capacity are compared with each other. If the wiring congestion level exceeds the wiring capacity, the process advances to step S 3 to specify a path passing trough the block.
  • step S 4 it is determined whether or not a start point or end point of the specified path passing through a block in which a wiring congestion level exceeds a wiring capacity is in the block.
  • step S 5 the start point or end point in the block is moved to outside the block according to the path correction rule 1 to change the path to a route not passing through the block.
  • step S 6 it is checked whether or not a route not passing through the block is obtained and if no route not passing through the block is found, the path stays as is originally.
  • step S 4 a start point or end point resides in the block, the process advances to step S 7 of FIG. 13B, where it is determined whether or not the route of the path passes through the block.
  • step S 8 the route is changed to a new route not passing through the block according to the path correction rule 2.
  • step S 9 checked is presence or absence of the route not passing through the block and if the route not passing through the block is not found, then the path stays as is originally. Furthermore, if in step S 10 , a start point and end point of the path both in the block, no change to outside the block can be performed; therefore, no correcting process is performed.
  • step S 11 a wiring congestion level of a block currently in process is recalculated on a path after being changed according to the path correction rule 1 of step S 5 or the path correction rule 2 of step S 8 , and in step S 12 it is checked whether or not a wiring congestion level recalculated is equal to or more than a wiring capacity. If less than the wiring capacity, wiring congested region rerouting processing for the block is regarded to be completed and in step S 13 , it is determined whether or not all of the blocks have been processed and if having been processed, then processing from step S 2 is again repeated.
  • step S 12 if a wiring congested level recalculated is equal to or more than the wiring capacity, no wiring congestion is solved in the block; therefore, the process returns to step S 3 , where a next path passing through a block is specified to repeat correction processing from step S 4 .
  • FIGS. 14A to 14 C are descriptive drawings for concrete wiring congested region rerouting processing of FIGS. 13A and 13B.
  • FIG. 14A is a Steiner tree 60 in which correction has been made of rerouting processing on the wiring prohibiting region of FIG. 12C, wherein it is assumed that a path p 2 passes through a wiring congested region 70 .
  • the path p 2 passing through the wiring congested region 70 is constituted of a start point s 11 , and end point t 4 , branches e 31 , e 32 and e 33 and since the start point s 11 and end point t 4 do not reside in the wiring congested region 70 , a route of the path is changed to outside the wiring congested region 70 according to the correction rule 2 so as not to increase a line length as far as possible.
  • FIGS. 15A and 15B are flow charts for line length improvement processing of the Steiner tree of step S 7 of FIG. 7.
  • the line length improvement processing is realized by a function of the line length improvement processing unit 48 provided in the path correcting unit 42 of FIG. 6.
  • step S 1 an arbitrary path p is selected in a Steiner tree to be processed after correction to derive a routing length d.
  • step S 2 a branch belonging to the selected path p is removed and divided into a tree fraction T 1 traceable from a start point and a tree fraction T 2 traceable from an endpoint.
  • step S 3 search is performed for a point, as an end point, on a branch among branches of tree fraction T 2 with the shortest Manhattan distance from an original start point of path p, wherein a path thus obtained is indicated by p 1 and a route length thereof d 1 , wherein a Manhattan distance means a distance of a straight line connected between two points.
  • step S 4 search is performed for a point, as a start point, on a branch among branches of tree fraction T 1 with the shortest Manhattan distance from an original end point of path p, where a path thus obtained is indicated by p 2 and a route length thereof d 2 .
  • step S 15 the tree fractions T 1 and T 2 are separated, in the state if the route length d 1 of the path p 1 is equal to or less than the route length d 2 of the path p 2 and in addition equal to or less than a route length d of the original path p for the paths p 1 and p 2 obtained in respective steps S 3 and S 4 , then the path p 1 whose end point has been changed in step S 6 is indicated as a new path p whose line length has been improved.
  • step S 15 If the condition in step S 15 is not established, and in addition if in step S 7 , a condition that the route length d 2 of the path p 2 obtained in step S 4 is less than the route length d 1 of the path p 1 obtained in step S 3 and less than the route length of d of the original path p, then the path p 2 whose start point has been changed in step S 8 is indicated as a new path p whose route length has been improved. Needless to say that neither of the conditions of respective steps S 5 and S 7 is established, the original path receives no change in step S 9 .
  • step S 10 it is checked whether or not all the paths of the Steiner tree have been finished with processing from step S 1 to step S 9 and the processing from step Si to step S 9 is repeated till processing for all the paths has been completed. Length improvement on the whole circuit is effected by line length improvement processing for each path after correction on a Steiner tree.
  • FIGS. 16A to 16 C are descriptive drawings for concrete line length improvement processing of FIGS. 15A and 15B.
  • FIG. 16A is a Steiner tree 60 finished with wiring congested region rerouting processing of FIG. 14C. Taking up, as an example, improvement on a path p 2 having a route constituted of a start point s 11 , and end point t 4 , branches e 34 and e 35 , first the branches e 34 and e 35 constituting the path p 2 are removed as shown with broken lines of FIG. 17B. By removal of the branches e 34 and e 35 , the Steiner tree 60 is divided into a tree fraction T 1 of the starting point s 11 side and a tree fraction T 2 of the end point t 4 side.
  • search is performed for a point, as an end point, on a branch among branches of the tree fraction T 2 with the shortest Manhattan distance from the original start point s 11 of the path p 2 , wherein a path thus obtained is indicated by p 11 and a route length thereof d 1 .
  • the path p 11 in this case is the same as the first path p 2 of FIG. 16A.
  • search is performed for a point, as a start point, on a branch among branches of the tree fraction T 1 of the start point s 11 side with the shortest Manhattan distance from the original end point t 4 of the path p 2 .
  • the route length d 2 of the path p 22 is less than the route length d 1 of the path p 11 and in addition, less than the route length d of the original path p 2 , therefore, the path p 22 whose start point has been changed is selected as a new path p 2 and line length is improved by changing the path p 2 as shown in FIG. 16C.
  • FIGS. 17A and 17C are concrete examples of allotment processing of branches to layers performed after partial correction for and line improvement on a Steiner tree in step S 8 of FIG. 7.
  • the allotment processing is performed by a function of the layer placement processing unit 50 provided in the path correcting unit 42 of FIG. 6.
  • FIG. 17A is a Steiner 60 on which line length improvement has been performed of FIG. 16C.
  • the Steiner tree 60 is allotted to a first layer as shown in FIG. 17B and to a second layer as shown in FIG. 17C based on layer information inputted in advance and based on the allotment, a solution of global routing for wiring trees T 1 to Tn of nets N 1 to Nn is outputted to the output unit 30 of FIG. 6.
  • the present invention provides a storage medium, readable by a computer, having a global routing program stored therein, the program being provided with a procedure for global routing processing shown in the above described embodiment.
  • processing functions of respective units of the global routing apparatus 20 of FIG. 6 are incorporated as modules.
  • the present invention includes proper modifications or alterations of the embodiment without degrading the object and advantages thereof, and moreover, the present invention is not limited by numerical values shown in the examples.
  • a calculation required for partial correction of a Steiner tree of the present invention is coordinate calculation, and a calculation time and a used memory amount is dependent on a number related to a net and is more advantageous in calculation time and used memory amount compared with a maze method whose calculation time and used memory capacity are dependent on a grid size, with a result that global routing with less of a calculation time and less of a used memory amount can be realized in the present invention.

Abstract

A global routing method acquiring global routing between net terminals of cells placed on a VLSI chip. First, a Steiner tree is generated without any of constraints such as layers, prohibition and a wiring capacity as an initial solution. Then, partial correction of the Steiner tree is repeated so as not to increase a line length as far as possible in consideration of constraints such as a prohibiting region, a wiring capacity and layers based on the initial solution of the Steiner tree to obtain the global routing. The Steiner tree is corrected generating a path collection obtained by dividing the Steiner tree into a plurality of paths each having at least a Steiner point, as a value, being an intersection of 3 or more branches.

Description

    TECHNICAL FIELD
  • The present invention relates to a method and apparatus for global routing performed prior to detailed routing in computer-aided automatic layout design of LSI and VLSI and a storage medium, readable by a computer, having a global routing program stored therein, and particularly, to a method and apparatus for global routing used in order to search the minimum cost routing between net terminals using a Steiner tree and a storage medium, readable by a computer, having a global routing program stored therein. [0001]
  • BACKGROUND ART
  • In a CAD system used for automatically designing a large scale semiconductor integrated circuit such as LSI and VLSI using a computer, firstly, a logical design is performed that determines cells such as AND and OR therebetween and nets connecting the cells therebetween; secondly, an automatic design for cell layout placing the cells on a chip is performed based on a netlist obtained by the logical design and finally, routing is performed that determines wires connecting nets between the cells placed on the chip. The routing is divided into two phases: one is global routing in which net routing is determined without considering timing, delay and so on and the other is detailed routing in which actual routing on the chip is determined in consideration of timing, delay and others. Along with progress in circuit design technology in recent years, improvement on degree of integration in VLSI and increase in circuit scale have been tremendous. For this reason, automatic layout design faces requirement for high speed processing of a large scale circuit. [0002]
  • Simple description will be given, here, of a definition of a global routing problem, an object of the present invention. Consider a region on a grid structure called a grid graph. A grid graph is obtained by a procedure in which a chip region is divided into cell blocks with horizontal and vertical lines and thus formed rectangular cells are represented by vertices and the vertices are connected to form a grid structure, and a terminal of a layout cell is expressed by a black point on a grid structure. Intersections of the horizontal and vertical lines of the grid graph are called grids. A grid size is a total number of grids and in a case where the number of grids in the vertical direction is v counts and the number of grids in the horizontal direction is h counts, the grid size is a value of (h×v). In a case of FIG. 1, h=6 and v=6, so a grid size is 36. A global routing problem is to generate line segments on a grid structure so as to connect terminals t[0003] 1, t2 ad t3 of a net N therebetween with the line segments. In a case where a plurality of wiring layers exist, each line segment is allotted on a route of the lowest cost. A cost function is generally a wirelength given by a total sum of lengths of line segments and the cost is minimized. Constraints on global routing is not to pass through regions 100 and 102 shadowed with hatching, which regions are a wiring prohibiting region or a highly wiring congested region.
  • Concise description will be given of well known ones of global routing methods below: [0004]
  • Typically, a maze method and a line search method are named as first two which are procedures regarding a net with two terminals. The maze method is effected as follows: As shown in FIG. 2, one terminal t[0005] 1 is a source and the other terminal t2 is a target, and search is performed in a way such that a wave is propagated from the source t1. At first, the source t1 is labeled with [0]. A value of the label is a distance from the source t1. Then, a vertex adjacent to the source t1 is labeled with [1] and a vertex adjacent to the vertex of label [1] is labeled with [2]. Such a procedure is advanced such that a wave propagates. The process is repeated till the wave reaches the target t2 or till the wave is not propagate any longer. A strong point of the maze method is that the shortest route can be obtained even in consideration of a region where no wiring can be effected. Furthermore, a calculation time is dependent on a grid size, which is O(h×w) wherein a height is indicated by h and a width by w, and O( ) is Order( ) for short. For this reason, the a maze method increases a calculation cost with increase in scale of a circuit and therefore, increase in grid size. Moreover, a memory size for use in storing labels is also dependent on a grid size of a chip.
  • A line search method is such that as in FIG. 3, line segments are generated from the source t[0006] 1 and the target t2 and the line segments are added into lists called an s list and a t list, respectively. A line segment is elongated as long as no obstacle is encountered by the line segment. Search is terminated where a line segment of the s list and a line segment of the t list are encountered by each other. In FIG. 3, line segments are elongated such that line segments s1, s2 and s3 are added to the s list and line segments s4, s5 and s6 are added to the t list and such a process is terminated where the line segments s2 and s4 are encountered by each other to find a route. The line search method reduces the use of a memory by employing line segments instead of grids. In this method, a calculation cost is dependent on the number of line segments L, which is O(L). Such maze and line search methods are capable of not only considering regions 100 and 102, which regions are a wiring prohibiting region or a highly wiring congested region as obstacles, but performing a multilayer wiring.
  • Extended methods of the maze method and the line search method are employed for a multiterminal net with three or more terminals, but such an extended method has a defect of falling into a local solution; therefore, a method using a Steiner tree of FIG. 4 is more excellent in that a high quality solution is obtained. The method using a Steiner tree generates a Sterner [0007] tree 104 called RST (rectilinear Steiner tree). A problem of searching the Steiner tree 104 with the minimum cost cannot be solved in a significant time and is of a non-polynominal order complexity that solutions increases in an explosive manner or of no solution being obtainable in polynominal time, but some heuristic methods have been proposed for the problem. A proposed method known is such that when the number of nets is N by definition, the method requires a calculation time and a used memory amount up to the order of O(N3log N). A general method using a Steiner tree is performed such that a Steiner tree is generated without any of constraints and in no consideration of obstacles, and when routes of branches of the Steiner tree are obtained, the obstacles are avoided using a maze method or the like.
  • In a method dependent on a grid size such as a maze method, a problem arises since a calculation time and a used memory amount are increased in a large scaled circuit. On the other hand, the method using Steiner tree has dependency of a calculation time on the number of net terminals. The number of net terminals is at the most several hundreds in a practical circuit. In contrast to this, a grid size of a wiring region amounts to at least several millions or more. Therefore, the method using a Steiner tree is more advantageous in calculation time and used memory amount compared with the maze method. In a general algorithm for generating a Steiner tree, however, no consideration is given to layers, prohibition, a wiring capacity; therefore, such constraints are left up to detailed routing. In this case, a problem imposed on the detailed routing becomes hard and contrary to the expectation, a possibility arises of increasing a calculation time for all the wiring. [0008]
  • DISCLOSURE OF INVENTION
  • According to the present invention, provided are a method and apparatus for global routing capable of obtaining a high quality solution for global routing that alleviates a load on detailed routing using a Steiner tree, and a storage medium, readable by a computer, having a global routing program stored therein. [0009]
  • The present invention is a global routing method obtaining global routing between net terminals of cells placed on a chip and the method includes: a Steiner tree generating step of generating a Steiner tree having been generated without any of constraints as an initial solution: and a correcting step of repeating partial correction of the Steiner tree so as not to increase a line length as far as possible in consideration of constraints based on the initial solution of the Steiner tree to obtain the global routing, wherein in the Steiner tree generating step, a Steiner tree is generated, as an initial solution, without any of constraints such as layers, prohibition and a wiring capacity and in the correcting step, partial correction of the Steiner tree is repeated so as not to increase a line length as far as possible in consideration of a prohibiting region, a wiring capacity and layers. The present invention can achieve a result of the same quality as global routing by means of a maze method in consideration of an obstacle by performing a partial correction of a Steiner tree while taking constraints on wiring into consideration. Furthermore, calculation required for partial correction of a Steiner tree in the present invention is fundamentally coordinate computation, and a calculation time and a used memory amount are dependent on the number N of net terminals. Therefore, in a large scale circuit, the method of the present invention is more advantageous in calculation time and used memory amount compared with a maze method scanning a wiring region. Herein, the correcting step includes: a path collection generating step of generating a path collection obtained by dividing the Steiner tree into a plurality of paths each having at least a Steiner point, as a value, being an intersection of 3 or more branches; and a path correcting step of partially correcting the Steiner tree by correction of a path in consideration of constraints for the path collection of the Steiner tree. In this path collection, when the number of terminals is N, and the number of Steiner points is an (N) order, the number of branches of the Steiner tree is e[0010] n by definition, a calculation time for division to paths is of the order of O(en 2) since the time is suppressed by an operation for determining whether or not each terminal point of a branch is a Steiner point. Moreover, the number en of branches of the Steiner tree is of the order of O(N) and a calculation time for division to paths is of O(N2). Furthermore, the number of paths generated is suppressed to O(N). The path correcting step includes a prohibiting region rerouting step of changing a path passing through a prohibiting region to a path not passing through the prohibiting region for a path collection of a Steiner tree. The prohibiting region rerouting step has the following steps, to be concrete:
  • I. determining whether a start point or end point of a path resides in or a route thereof passes through a prohibiting region; [0011]
  • II. if neither reside in nor passing through the prohibiting region, then terminating the process; [0012]
  • III. if the start point or end point or the path resides in the prohibiting region, then moving the start point or end point to outside the prohibiting region and thereafter, renewing a path collection, or if neither being found outside the prohibiting region, then changing no path and terminating the process; and [0013]
  • IV. if a path passes through a prohibiting region, then changing a route thereof so as not pass through the prohibiting region. [0014]
  • The prohibiting region rerouting step includes: a first correcting step and a second correcting step. In the first correcting step, when a start point in a prohibiting region is moved to outside the region, points on branches of a Steiner tree traceable from an original start point is selected as prospective points for a new start point of a movement destination or points on all branches of the Steiner tree traceable from an original end point is selected as prospective points for a new end point of a movement destination, and a prospective point, being outside the prohibiting region, and having the shortest line length is selected among the prospected points as a start point or endpoint to change a path. In this case, a calculation time for correcting one path is of O(e[0015] n)=O(N). In the second correcting step, when a route passes through a prohibiting region, a path is changed selecting a route passing through a space outside the prohibiting region without changing both of the start and end points so as not to increase a line length as far as possible. In order not to increase a line length of a path compared with the original Steiner tree in the second correcting step, it is only required to select a route passing through a rectangle encircling the start and end point of the path. In a case where it is impossible for a path to pass through a space within the rectangle due to a constraint from the prohibiting region, a line length increases. Moreover, by predetermining routing patterns within a rectangle, a calculation time can be limited to O(1). The path correcting step includes a wiring congested region rerouting step of changing a path passing through a wiring congested region having the number of wires exceeding a wiring capacity to a path not passing through the wiring congested region so as to ensure the number of wires equal to or less than the wiring capacity in the wiring congested region. The wiring congested region rerouting step has a detailed procedure including the steps of:
  • I. defining a wiring capacity indicating the maximum of the number of wires capable of passing through each of blocks obtained by dividing a wiring region into the blocks each of a prescribed area and a wiring congestion level indicating the number of wires currently passing through each of the blocks; [0016]
  • II. if a wiring congestion level of a block is equal to or less than a wiring capacity thereof, then terminating the process; [0017]
  • III. if a wiring congestion level of a block exceeds a wiring capacity thereof, then changing a first path whose start point and end point are outside a block, and passing through the block to a second path finding a route not passing through the block without changing a start point and end point of the first path, or if no route not passing through the block is found, maintaining the first path as is originally; [0018]
  • IV. if one of a start point and endpoint of a path resides within a block and the other resides outside the block, changing the path finding a terminal point outside said block instead of a terminal point within said block and thereby finding a route not passing through the block, or if neither the terminal point nor the rout is found, maintaining the path as is originally; [0019]
  • V. if both of a start point and end point of a path resides in a block, maintaining the path as is originally; and [0020]
  • VI. after a path is corrected, recalculating a wiring congestion level of a block and repeating the process till the wiring congestion level thereof decreases to a value equal to or less than a wiring capacity thereof. [0021]
  • This wiring congested region rerouting step can also includes: a first correcting step and a second correcting step. In the first correcting step, when a start point or end point of a path resides in a wiring congested block, points on branches of a Steiner tree traceable from an original start point or end point are selected as prospect points for a new start point or new end point of a movement destination, and a path is changed selecting a prospect point, being outside the block, and having the shortest line length among the prospective points for the new end point or end point to find a route not to passing through the block. In the second correcting step, when a rout passes through a block, a path is changed selecting a route passing through a space outside the block so as not to increase a line length as far as possible without changing a start point and end point thereof. The path correcting step includes a line length improving step of changing a path so as to improve a line length of the path after partial correction of a Steiner tree under constrains for a path collection of the Steiner tree. The line length improving step has a detailed procedure including the steps of: [0022]
  • I. removing branches belonging to a path to be processed from a Steiner tree to divide the branches into a first tree fraction T[0023] 1 which is a collection of branches traceable from a start point and a second tree fraction T2 which is a collection of branches traceable from an end point;
  • II. generating a first prospective path finding an end point on a branch, having the shortest Manhattan distance, among branches of the tree fraction T[0024] 2 from the original start point of the first tree fraction T1;
  • III. generating a second prospective path finding a start point on a branch, having the shortest Manhattan distance, among branches of the tree fraction T[0025] 1 from the original end point of the second tree fraction T2;
  • IV. if a distance d[0026] 1 of the first prospective path is equal to or less than a distance d2 of the second prospective path and equal to or less than a distance d of the pass to be processed, that is, if d1<d2 and d1<d, renewing a path collection with the first prospective path whose end point has been changed as a new path;
  • V. if a distance d[0027] 2 of the second prospective path is equal to or less than a distance d1 of the first prospective path and equal to or less than a distance d of the pass to be processed, that is, if d2<d1 and d2<d, renewing the collection path with the second prospective path whose end point has been changed as a new path; and
  • VI. If distances d[0028] 1 and d2 of the first and second prospective paths, respectively, are equal to or more than a distance of the path to be processed, that is if d1>d and d2>d, maintaining the path as is originally without changing a start point and end point thereof.
  • Furthermore, the present invention provides a global routing apparatus acquiring global routing between net terminals of cells placed on a chip. The global routing apparatus includes: a Steiner tree generating unit generating a Steiner tree having been generated without any of constraints such as layers, prohibition and a wiring capacity as an initial solution; a path collection generating unit generating a path collection obtained by dividing the Steiner tree into a plurality of paths each having at least a Steiner point, as a value, being an intersection of three or more branches; and a path correcting unit obtaining global routing repeating partial correction of the Steiner tree with correction of a path in consideration of the constraints so as not to increase a line length as far as possible for the path collection of the Steiner tree. The path correcting unit of the global routing apparatus includes: a prohibiting region rerouting processing unit changing a path passing through a prohibiting region to a path not passing through the prohibiting region for a path collection of the Steiner tree; a wiring congested region rerouting processing unit changing a path passing through a wiring congested region having the number of wires exceeding a wring capacity to a path not passing through the wiring congested region so as to ensure the number of wires equal to or less than the wiring capacity in the wiring congested region for the path collection of the Steiner tree; and a line length improvement processing unit changing a path so as to improve a line length of the path after partial correction of said Steiner tree under the constraints for the path collection of the Steiner tree. [0029]
  • Furthermore, the present invention provides a storage medium, readable by a computer, having a global routing program stored therein, the program acquiring global routing between net terminals of cells placed on a chip. The storage medium includes: a Steiner tree generating module generating a Steiner tree having been generated without any of constraints such as layers, prohibition and a wiring capacity as an initial solution; a path collection generating module generating a path collection obtained by dividing the Steiner tree into a plurality of paths each having at least a Steiner point, as a value, being an intersection of three or more branches; and a path correcting module obtaining global routing repeating partial correction of the Steiner tree with correction of a path in consideration of constraints so as not to increase a line length as far as possible for a path collection of the Steiner tree. Furthermore, the path correcting module of the storage medium includes: a prohibiting region rerouting processing module changing a path passing through a prohibiting region to a path not passing through the prohibiting region for a path collection of a Steiner tree; a wiring congested region rerouting processing module changing a path passing through a wiring congested region having the number of wires exceeding a wring capacity to a path not passing through the wiring congested region so as to ensure the number of wires equal to or less than the wiring capacity in the wire congested region for the path collection of the Steiner tree; and a line length improvement processing module changing a path so as to improve a line length of the path after partial correction of a Steiner tree under the constraints for the path collection of the Steiner tree. [0030]
  • A calculation time for correction of a Steiner tree in such a global routing method of the present invention is only of the order of O{N[0031] 2(log N)2} for a net with the number N of terminals. Besides, a calculation time of a combination of generation and correction of a Steiner tree as an initial solution is of the order of O(N3log N) though the time is dependent on a Steiner generating algorithm. The number of terminals is at the most 102 and while in this case, a calculation time is 108, a net having several hundreds of terminals is only several % of all the nets in a general circuit. Moreover, a necessary memory capacity for preparing a path structure is O(N). On the other hand, a grid size is of the order ranging from 106 to 108. In a maze method, a calculation time for a grid size of (h×w) is O(h×w) and the calculation is repeated in times equal to the number of nets. Moreover, a memory is required for storing label values corresponding to a grid size. As a result, according to the present invention, realized is global routing with a short calculation time and a small used-memory amount.
  • BRIEF DESCRIPTION OF DRAWINGS
  • FIG. 1 is a descriptive diagram of a global routing problem using a grid graph; [0032]
  • FIG. 2 is a descriptive diagram of a maze method; [0033]
  • FIG. 3 is a descriptive diagram of a line search method; [0034]
  • FIG. 4 is a descriptive diagram of a method using a Steiner tree; [0035]
  • FIG. 5 is a block diagram of a VLSI automatic design system to which the present invention is applied; [0036]
  • FIG. 6 is a functional block diagram of a global routing apparatus of the present invention; [0037]
  • FIG. 7 is a flow chart for a global routing processing of the present invention; [0038]
  • FIG. 8 is a descriptive diagram of a Steiner tree generated as an initial solution in the present invention; [0039]
  • FIG. 9 is a descriptive drawing of a sub-Steiner tree obtained by dividing the Steiner tree into paths each with the Steiner point of FIG. 8; [0040]
  • FIG. 10 is a descriptive table of a path list showing a path collection of FIG. 9; [0041]
  • FIG. 11 is a flow chart for prohibiting region rerouting processing of the present invention; [0042]
  • FIGS. 12A to [0043] 12C are descriptive drawings for prohibiting region rerouting processing of the present invention;
  • FIGS. 13A and 13B are flow charts for wiring congested region rerouting processing of the present invention; [0044]
  • FIGS. 14A to [0045] 14C are descriptive drawings for wiring congested region rerouting processing of the present invention;
  • FIGS. 15A and 15B are flow charts for line length improvement processing of the present invention; [0046]
  • FIGS. 16A to [0047] 16C are descriptive drawings for line length improvement processing of the present invention; and
  • FIGS. 17A and 17B are descriptive drawings for layer placement processing of the present invention. [0048]
  • BEST MODE FOR CARRYING OUT THE INVENTION
  • FIG. 5 is a block diagram of an automatic design system for LSI and VLSI aided by a computer using a global routing technique of the present invention. This automatic design system includes: a [0049] logical design system 10; and a layout design system 14. The logical design system 10 uses information expressing contents of operation of a large scale integrated circuit to be designed as input and generates netlist data 12 which is logical connection information expressed by connection information between cells registered in a library. The layout design system 14 performs placement of cells on a chip and routing between the cells placed based on the netlist data 12 generated by the logical design system 10 to generate layout design data 24. Hence, the layout design system 14 includes: a cell placement system 16; and a routing system 19. The routing system 18 includes: a global routing apparatus 20 known as being used in global routing; and a detailed routing apparatus 22 known as being used in detailed routing, wherein global routing of the present invention is applied to the global routing apparatus 20.
  • FIG. 6 is a functional block diagram of the [0050] global routing apparatus 20 of FIG. 5. An input unit 26 is provided to the global routing apparatus 20 and inputted are terminal positions 32 of nets N1 to Nn based on netlist data 12 generated in the logical design system 10 of FIG. 5, and datas of prohibiting regions 34 and layer information 36. The global routing apparatus 20 includes: a Steiner tree generating unit 38, a path collection generating unit 40, a path correcting unit 42, and a path list storage unit 52. The path correcting unit 42 includes: a prohibiting region rerouting processing unit 44, a wiring congested region rerouting processing unit 46, a line length improvement processing unit 48, a layer placement processing unit 50, a first correcting unit 52 and a second correcting unit 56. The global routing apparatus 20 adopts a Steiner tree generated based on the terminal positions of the nets N1 to Nn without any of constraints as an initial solution, performs partial correction of the Steiner tree while considering constraints such as the wiring prohibiting region, the wiring congested region and the layer-placement, and thereby acquires a result of global routing having a quality equal to that of a global routing like FIG. 1 obtained considering obstacles in a maze method. Calculation required for partial correction of a Steiner tree in the global routing apparatus 20 of the present invention is fundamentally coordinate calculation and a calculation time and a used memory amount are dependent on the number of net terminals. Therefore, in a large scale circuit, global routing of the present invention is much more advantageous in calculation time and used memory amount compared with a maze method handling a wiring region. Global routing obtained as a result of the partial correction in consideration of the constraints for the initial solution of a Steiner tree in the global routing apparatus 20 is outputted to an output unit 30 as wiring trees T1 to Tn58 of the nets N1 to Nn.
  • FIG. 7 is a flow chart for global routing processing of the present invention in the [0051] global routing apparatus 20 of FIG. 6. In step S1, first of all, read are the netlist, cell layout information and design rules. Then, in step S2, a process counter i is initialized to i=0 and thereafter, in step S3, the Steiner tree T1 of the net N1 is generated by the Steiner tree generating unit 38 of FIG. 2 for a net Ni=N1 specified with a process counter i1 without any of constraints of a layer placement prohibiting region and a wiring capacity and the Steiner tree T1 generated without any of the constraints is adopted as an initial solution of a global routing problem.
  • FIG. 8 shows a Steiner tree Ti of a net Ni generated without any of the constraints in step S[0052] 3 of FIG. 7 in which the Steiner tree Ti having 4 terminals t1, t2, t3 and t4 is generated on a grid graph. A generating algorithm for the Steiner tree Ti is described in, for example, J. Cong et al., “Topology optimization for total wirelength minimization, INTEGRATION, the VLSI Journal 21(1996) 1-94, Section 3. 1, pp. 17 to 21, ELSEVIER, 1996.
  • Next, in step S[0053] 4 of FIG. 7, generated is a path collection Si=(Pi) which is a collection of subtrees each having an intersection of three or more branches on the Steiner tree T1 as a Steiner point for an initial solution of the Steiner tree T1 generated in step S3. FIG. 9 is a descriptive drawing for generation processing of a path collection as a subtree collection in step S4, which is based on the Steiner tree 60 of FIG. 8. Now, Steiner points each being an interconnection of three or more branches are obtained on the Sterner tree 60. In this case, two Steiner points s1 and s2 are obtained. In the present invention, a subtree such as having the Steiner points s1 and s2 is called a path. For this reason, a path is constituted of the following elements:
  • I. a start point of the path: a Steiner point or a leaf (terminal) of an original Steiner tree; [0054]
  • II. an end point of the path: a Steiner point or a leaf (terminal) of an original Steiner tree; and [0055]
  • III. a route from the start point to the end point: a list of branches. [0056]
  • A subtree collection of FIG. 9 can be divided into five paths p[0057] 1 to p5 with each path being constituted of such elements. For example, the path p1 has a terminal t1 as a start point of the path, a Steiner point s1 as an end point of the path and a branch el as a route between the start point t1 and the end point s1. A path collection generated under setting of Steiner points s1 and s2 are stored as a path list 52 as shown in FIG. 10, wherein the path list 52 expresses a Steiner tree thus generated. A process generating a path collection from a Steiner tree has the number of Steiner points of O(N) and in the process, when the number of branches of the Steiner tree is en, a calculation time for division to paths is restricted by operation determining whether or not each of terminal points of branches is a Steiner point and the calculation time is O(en 2). Furthermore, the number en of branches of the Steiner tree is O(N) and a calculation time for division to paths is O(en 2). Still furthermore, the number of paths generated is restricted to O(N). Referring again to step S3, if in step S4, a path collection expressing a Steiner tree can be generated, in step 5 performed is correction of the Steiner tree Ti obtained by rerouting a wiring prohibiting region, in step 6 performed is correction of the Steiner tree considering the wiring congested region, furthermore in step S7 performed is line length improvement on the Steiner tree finished with corrections, finally in step S8 performed is allotment of branches to layers, followed by output of the Steiner tree Ti of the net Ni as a wiring source in step S9. Then, the process counter i is incremented by one and thereafter, in step S11 a processing from steps S3 to S9 is repeated till the process counter i finally counts the number n of nets.
  • Herein, a correcting process for the Steiner tree Ti expressed by a path collection of steps S[0058] 5 and S6 is performed using the following two correction rules:
  • (Correction Rule 1) [0059]
  • In the [0060] correction rule 1, a start point and end point of a path are changed so as not to increase a line length of the path compared with an original Steiner tree. Along with such a change, routing therebetween is also changed. A prospective point for a new start point comes to be one of points (vertices on a grid graph) on branches of all of Steiner trees traceable from an original start point. Similar to this, a prospective point for a new end point comes to be one of points on branches of all of Steiner trees traceable from an original end point. In order not to increase a line length of a path compared with that of the original Steiner tree, selected is a prospective point such as to meet constraints and have the shortest line length among prospective points for a new start point and a new end point. If such a prospective point is not available, selected is a second prospective point meeting the constraints, wherein a line length becomes longer. After correction of a path, Steiner points are altered since a structure of a Steiner tree is also altered; therefore, recalculation is required on all of paths constituting the Steiner tree. A calculation time required for one path in application of the correction rule 1 is O(en)=O(N).
  • (Correction Rule 2) [0061]
  • In the [0062] correction rule 2, a start point and end point of a path are not changed but only routing therebetween is changed so as not to increase a line length of the path compared with an original Steiner tree. In order not to increase a line length of the path owing to change in routing therebetween compared with the original Steiner tree, it is only required that selection is performed of a route passing through a rectangle encircling the start point and end point of the path. If the route cannot pass through the rectangle encircling the start point and end point under constraints such as wiring prohibition, a line length is caused to be longer. A calculation time for application of the correction rule 2 can be restricted to O(1) by predetermining some number of routing patterns in the rectangle encircling the start point and end points.
  • FIG. 11 is a flow chart for a correction process rerouting a wiring prohibiting region of step S[0063] 5 of FIG. 7. The wiring prohibiting region rerouting processing is realized by functions of the prohibiting region rerouting processing unit 44, the first correcting unit 54 performing a correcting process of the correction rule 1 and the second correction unit 56 performing a correcting process of the correction rule 2, all being provided in the path correcting unit 42 of FIG. 6. First, in step S1, it is determined a relationship between each of start and end points and routing, and a wiring prohibiting region for each of paths of a Steiner tree expressed by a path collection of the path list 52 as shown in FIG. 10, for example. That is, it is checked whether or not the start and end points reside in, and the routing passes through a wiring prohibiting region. If in step S2, it is determined that a start point or end point of a path resides in a prohibiting region, the process advances to step S3, wherein the start point or end point in the prohibiting region is moved outside the prohibiting region according to the path correction rule 1. When the start point or end point is moved, a Steiner tree is altered; therefore, in step S24 performed is renewal to again generate of a path collection. On the other hand, if in step S2, one of the start point and end point of a path does not reside in the prohibiting region, the process advances to step S5, where it is checked whether or not the route of the path passes through the prohibiting region. If not passing through the prohibiting region, the process advances to step S6, where routing is altered to a new one not passing through the prohibiting region according to the correction rule 2. Furthermore, if in step S2, neither a start point nor an end point of a path resides in a prohibiting region and in step S5 the route of the path does not pass through the prohibiting region, then no correction of the path is performed. Processing from step S1 through step S6 is repeated till processing for all of paths of a Steiner tree is completed in step 7.
  • FIGS. 12A to [0064] 12C are descriptive drawings for a concrete process for prohibiting region rerouting processing of the present invention. FIG. 12A shows a Steiner tree expressed by a path collection of the path list 52 of FIG. 10, wherein it is assumed that a path 3 passes through a wiring prohibiting region 62. In order to alter a path p3 passing through the wiring prohibiting region to a path rerouting around the wiring prohibiting region, while not increasing a line length as far as possible, requirement is a change of a start point s1 of the path. Correction accompanying the change of a start point s1 of the path is performed according to the correction rule 1. Prospective points for a new start point according to the correction rule 1 are points on branches of all of Steiner trees traceable from the original start point s1 of the path, that is vertices s11, s12 and s13, and besides terminals t1 and t4 on the grid graph of FIG. 12B. The prospective points s11 is a point meeting a constraint of not passing through the wiring prohibiting region 62, and having the shortest line length among the four new prospective start points t1, s11,s12, s13 and t4. Then, generated is a new path p3 of FIG. 12C having the prospective point s11 as a start point thereof. The path p3 after correction is constituted of the start point s11, an end point s2, branches e41 and e42 and the Steiner point s11 prior to the correction is changed to the Steiner point s11 as a new start point, whereby a structure of the Steiner tree is also changed; therefore, recalculation is performed on all of paths constituting the Steiner tree to renew contents of the path list of FIG. 10. Herein, while in a wiring prohibiting region rerouting process of FIG. 11, correction according to the path correction rule 1 is performed in step S3 under a condition that in step S2, the start point s1 of the path p3 of FIG. 12A resides not in the wiring prohibiting region 62 but outside the wiring prohibiting region 62 and the branch e4 of the path p3 passes through the wiring prohibiting region 62. In order not to change the start point s1, but to change routing of the branch e4 to outside the wiring prohibiting region 62, however, a vertex on the grid graph becoming a prospective point next to the start point s1 has to reside outside the wiring prohibiting region 62. In a case of FIG. 12A, however, a vertex on the grid graph next to the start point s1 resides still in the wiring prohibiting region 62; therefore, the prohibiting region 62 cannot be rerouted by change in routing of the branch e4. Hence, in this case, the start point sl is changed according to the correction rule 1. That is, in the wiring prohibiting region rerouting process, in a case where a vertex of the grid graph on a branch adjacent to the start point or end point of a path resides in a prohibiting region, then the start point or end point is regarded to reside in the wiring prohibiting region and the correction rule 1 is applied. Regarding the end point s2 of FIG. 12A, the vertex 68 of the grid graph adjacent to the end point s2 on the branch e4 resides outside the wiring prohibiting region 62; therefore, in the case, there arises no requirement for change of the end point s2.
  • FIGS. 13A and 13B are flow charts for correction processing, that is wire congested region rerouting processing, for a Steiner tree in consideration of the wiring congested region of step S[0065] 6 of FIG. 7. The wiring congested rerouting processing is realized with the wiring congested region rerouting processing unit 46, the first correcting unit 54 and the second correcting unit 56, all being provided in the path correcting unit 42 of FIG. 6. First, in an initial solution of a Steiner tree as shown in FIG. 8 generated without considering a wiring capacity in step S1, a wiring region thereof is divided into blocks of a proper area and definitions are given of a wiring capacity and a wiring congestion level for each block. While the wiring capacity and the wiring congestion level are defined in various ways according to a nature of a circuit and others, the wiring capacity, for example, is defined as the maximum of wires capable of passing through a block and the wiring congestion level is defined as the number of wires currently passing through a block. Subsequent to this, in step S2, a specific block is taken out and a wiring congestion level and a wiring capacity are compared with each other. If the wiring congestion level exceeds the wiring capacity, the process advances to step S3 to specify a path passing trough the block. In succession, in step S4, it is determined whether or not a start point or end point of the specified path passing through a block in which a wiring congestion level exceeds a wiring capacity is in the block. If being in the block, then the process advances to step S5, where the start point or end point in the block is moved to outside the block according to the path correction rule 1 to change the path to a route not passing through the block. In step S6, it is checked whether or not a route not passing through the block is obtained and if no route not passing through the block is found, the path stays as is originally. On the other hand, if in step S4, a start point or end point resides in the block, the process advances to step S7 of FIG. 13B, where it is determined whether or not the route of the path passes through the block. If the route of the path passes through the block, the process advances to step S8, where the route is changed to a new route not passing through the block according to the path correction rule 2. In this case as well, in step S9 checked is presence or absence of the route not passing through the block and if the route not passing through the block is not found, then the path stays as is originally. Furthermore, if in step S10, a start point and end point of the path both in the block, no change to outside the block can be performed; therefore, no correcting process is performed. In the following step S11, a wiring congestion level of a block currently in process is recalculated on a path after being changed according to the path correction rule 1 of step S5 or the path correction rule 2 of step S8, and in step S12 it is checked whether or not a wiring congestion level recalculated is equal to or more than a wiring capacity. If less than the wiring capacity, wiring congested region rerouting processing for the block is regarded to be completed and in step S13, it is determined whether or not all of the blocks have been processed and if having been processed, then processing from step S2 is again repeated. On the other hand, in step S12, if a wiring congested level recalculated is equal to or more than the wiring capacity, no wiring congestion is solved in the block; therefore, the process returns to step S3, where a next path passing through a block is specified to repeat correction processing from step S4.
  • FIGS. 14A to [0066] 14C are descriptive drawings for concrete wiring congested region rerouting processing of FIGS. 13A and 13B. FIG. 14A is a Steiner tree 60 in which correction has been made of rerouting processing on the wiring prohibiting region of FIG. 12C, wherein it is assumed that a path p2 passes through a wiring congested region 70. The path p2 passing through the wiring congested region 70 is constituted of a start point s11, and end point t4, branches e31, e32 and e33 and since the start point s11 and end point t4 do not reside in the wiring congested region 70, a route of the path is changed to outside the wiring congested region 70 according to the correction rule 2 so as not to increase a line length as far as possible. In order to change the route of the path p2 to outside the wiring congested region 70 so as not to increase a line length thereof, it is only required that set is a rectangular region 66 including the start point s11 and end point t4 of the path p2 and selected are routes of branches e34 and e35 passing through the rectangular region 66 under a constraint of not passing through the wiring congested region 70. By doing so, the path p2 can be changed to a path not passing through the wiring congested region 70 as shown in FIG. 14C, whereby a congestion level of the wiring congested region 70 can decrease to meet a prescribed wiring capacity.
  • FIGS. 15A and 15B are flow charts for line length improvement processing of the Steiner tree of step S[0067] 7 of FIG. 7. The line length improvement processing is realized by a function of the line length improvement processing unit 48 provided in the path correcting unit 42 of FIG. 6. First, in step S1, an arbitrary path p is selected in a Steiner tree to be processed after correction to derive a routing length d. Then, in step S2, a branch belonging to the selected path p is removed and divided into a tree fraction T1 traceable from a start point and a tree fraction T2 traceable from an endpoint. Thereafter, in step S3, search is performed for a point, as an end point, on a branch among branches of tree fraction T2 with the shortest Manhattan distance from an original start point of path p, wherein a path thus obtained is indicated by p1 and a route length thereof d1, wherein a Manhattan distance means a distance of a straight line connected between two points. In the following step S4, to the contrary, search is performed for a point, as a start point, on a branch among branches of tree fraction T1 with the shortest Manhattan distance from an original end point of path p, where a path thus obtained is indicated by p2 and a route length thereof d2. Then, in step S15, the tree fractions T1 and T2 are separated, in the state if the route length d1 of the path p1 is equal to or less than the route length d2 of the path p2 and in addition equal to or less than a route length d of the original path p for the paths p1 and p2 obtained in respective steps S3 and S4, then the path p1 whose end point has been changed in step S6 is indicated as a new path p whose line length has been improved. If the condition in step S15 is not established, and in addition if in step S7, a condition that the route length d2 of the path p2 obtained in step S4 is less than the route length d1 of the path p1 obtained in step S3 and less than the route length of d of the original path p, then the path p2 whose start point has been changed in step S8 is indicated as a new path p whose route length has been improved. Needless to say that neither of the conditions of respective steps S5 and S7 is established, the original path receives no change in step S9. In step S10, it is checked whether or not all the paths of the Steiner tree have been finished with processing from step S1 to step S9 and the processing from step Si to step S9 is repeated till processing for all the paths has been completed. Length improvement on the whole circuit is effected by line length improvement processing for each path after correction on a Steiner tree.
  • FIGS. 16A to [0068] 16C are descriptive drawings for concrete line length improvement processing of FIGS. 15A and 15B. FIG. 16A is a Steiner tree 60 finished with wiring congested region rerouting processing of FIG. 14C. Taking up, as an example, improvement on a path p2 having a route constituted of a start point s11, and end point t4, branches e34 and e35, first the branches e34 and e35 constituting the path p2 are removed as shown with broken lines of FIG. 17B. By removal of the branches e34 and e35, the Steiner tree 60 is divided into a tree fraction T1 of the starting point s11 side and a tree fraction T2 of the end point t4 side. Then, search is performed for a point, as an end point, on a branch among branches of the tree fraction T2 with the shortest Manhattan distance from the original start point s11 of the path p2, wherein a path thus obtained is indicated by p11 and a route length thereof d1. However, the path p11 in this case is the same as the first path p2 of FIG. 16A. Then, search is performed for a point, as a start point, on a branch among branches of the tree fraction T1 of the start point s11 side with the shortest Manhattan distance from the original end point t4 of the path p2. In this case, in the tree fraction T1 of the starting point s11 side, there exist, as prospective points, terminals t1, t2 and t3, Steiner points s11 and s2, and besides points, each indicated by a black circle, each of which is a vertex on a grid graph; therefore, if search is performed for a new start point with the shortest Manhattan distance among the prospective points, then the terminal t3 is searched, wherein thus obtained path is indicated as p2 and a route length thereof d2. In this case, since the route length d2 of the path p22 is less than the route length d1 of the path p11 and in addition, less than the route length d of the original path p2, therefore, the path p22 whose start point has been changed is selected as a new path p2 and line length is improved by changing the path p2 as shown in FIG. 16C.
  • FIGS. 17A and 17C are concrete examples of allotment processing of branches to layers performed after partial correction for and line improvement on a Steiner tree in step S[0069] 8 of FIG. 7. The allotment processing is performed by a function of the layer placement processing unit 50 provided in the path correcting unit 42 of FIG. 6. FIG. 17A is a Steiner 60 on which line length improvement has been performed of FIG. 16C. The Steiner tree 60 is allotted to a first layer as shown in FIG. 17B and to a second layer as shown in FIG. 17C based on layer information inputted in advance and based on the allotment, a solution of global routing for wiring trees T1 to Tn of nets N1 to Nn is outputted to the output unit 30 of FIG. 6.
  • Note that in the above described embodiment, a partial correction is performed on an initial solution of a Steiner tree having been generated without any of constrains, in consideration of a wiring prohibiting region and a wiring capacity and thereafter subjected to line improvement and finally layer placement is performed, but even when correction of a Steiner tree is performed only in consideration of specific constraints such as rerouting of a wiring prohibiting region or a wiring capacity, a load in the following detailed routing processing can be alleviated. Furthermore, the present invention provides a storage medium, readable by a computer, having a global routing program stored therein, the program being provided with a procedure for global routing processing shown in the above described embodiment. In the global routing program stored in the storage medium, processing functions of respective units of the [0070] global routing apparatus 20 of FIG. 6 are incorporated as modules. Besides, the present invention includes proper modifications or alterations of the embodiment without degrading the object and advantages thereof, and moreover, the present invention is not limited by numerical values shown in the examples.
  • INDUSTRIAL APPLICABILITY
  • According to the present invention, as described above, by performing partial correction on a Steiner tree as an initial solution in consideration of constraints, a result with the same quality as global routing obtained in consideration of an obstacle in an existing maze method can be obtained as a solution of global routing using a Steiner tree. Thereby, no necessity arises of processing in consideration of constraints such as layers, prohibition and a wiring capacity in a subsequent detailed routing; therefore, a processing load is alleviated in the detailed routing, a calculation time is reduced as a whole, thus enabling realization of a faster automatic design. [0071]
  • Furthermore, a calculation required for partial correction of a Steiner tree of the present invention is coordinate calculation, and a calculation time and a used memory amount is dependent on a number related to a net and is more advantageous in calculation time and used memory amount compared with a maze method whose calculation time and used memory capacity are dependent on a grid size, with a result that global routing with less of a calculation time and less of a used memory amount can be realized in the present invention. [0072]

Claims (15)

1. A global routing method obtaining global routing between net terminals of cells placed on a chip comprising the step of:
generating a Steiner tree having been generated without any of constraints as an initial solution: and
repeating partial correction of said Steiner tree so as not to increase a line length as far as possible in consideration of said constraints based on said initial solution of said Steiner tree to obtain said global routing.
2. The method of
claim 1
, wherein in the Steiner tree generating step, said Steiner tree is generated, as an initial solution, without any of constraints such as layers, prohibition and a wiring capacity and
in the correcting step, partial correction of said Steiner tree is repeated so as not to increase a line length as far as possible in consideration of a prohibiting region, a wiring capacity and layers.
3. The method of
claim 2
, wherein said correcting step comprises the steps of:
generating a path collection obtained by dividing said Steiner tree into a plurality of paths each having at least a Steiner point, as a value, being an intersection of 3 or more branches; and
partially correcting said Steiner tree by correction of a path in consideration of said constraints for said path collection of said Steiner tree.
4. The method of
claim 3
, the path correcting step comprising a prohibiting region rerouting step of changing a path passing through said prohibiting region to a path not passing said prohibiting region for said path collection of said Steiner tree.
5. The method of
claim 4
, wherein said prohibiting region rerouting step comprises the steps of:
determining whether a start point or end point of a path resides in or a route thereof passes through said prohibiting region;
if neither residing in nor passing through said prohibiting region, then terminating the process;
if said start point or end point of said path resides in said prohibiting region, then moving said start point or end point to outside said prohibiting region and thereafter, renewing said path collection, or if neither being found outside said prohibiting region, then changing no path and terminating the process; and
if said path passes through said prohibiting region, then changing a route thereof so as not pass through said prohibiting region.
6. The method of
claim 5
, wherein said prohibiting region rerouting step comprises the steps of:
as a first correcting step, when a start point in said prohibiting region is moved to outside thereof, selecting points on branches of said Steiner tree traceable from an original start point as prospective points for a new start point of a movement destination or selecting points on all branches of said Steiner tree traceable from an original end point as prospective points for a new end start of a movement destination, and selecting a prospective point, being outside said prohibiting region, and having the shortest line length among said prospected points as a start point or endpoint to change a path; and
as a second correcting step, when a route passes through said prohibiting region, changing a path selecting a route passing through a space outside said prohibiting region without changing both of said start and end points so as not to increase a line length as far as possible.
7. The method of
claim 3
, wherein the path correcting step comprises a wiring congested region rerouting step of changing a path passing through a wiring congested region having the number of wires exceeding a wiring capacity to a path not passing through said wiring congested region so as to ensure the number of wires equal to or less than said wiring capacity in said wiring congested region.
8. The method of
claim 7
, wherein said wiring congested region rerouting step comprises the steps of:
defining a wiring capacity indicating the maximum of the number of wires capable of passing through each of blocks obtained by dividing a wiring region into the blocks each of a prescribed area and a wiring congestion level indicating the number of wires currently passing through each of the blocks;
if a wiring congestion level of a block is equal to or less than a wiring capacity thereof, then terminating the process;
if a wiring congestion level of a block exceeds a wiring capacity thereof, then changing a first path whose start point and end point are outside a block, and passing through the block to a second path finding a route not passing through said block without changing said start point and end point of said first path, or if no route not passing through said block is found, maintaining said first path as is originally;
if one of a start point and end point of a path resides within a block and the other resides outside the block, changing said path finding a terminal point outside said block instead of a terminal point within said block and thereby finding a route not passing through said block, or if neither said terminal point nor said rout is found, maintaining said path as is originally;
if both of a start point and end point of a path resides in a block, maintaining said path as is originally; and
after said path is corrected, recalculating a wiring congestion level of said block and repeating the process till said wiring congestion level thereof decreases to a value equal to or less than a wiring capacity thereof.
9. The method of
claim 8
, wherein said wiring congested region rerouting step comprises the steps of:
as a first correcting step, when a start point or end point of a path resides in said block, selecting points on branches of a Steiner tree traceable from an original start point or end point as prospect points for a new start point or new end point of a movement destination, and changing a path selecting a prospect point, being outside said block, and having the shortest line length among said prospective points for said new end point or end point to find a route not to passing through said block; and
as a second correcting step, when a rout passes through said block, changing a path selecting a route passing through a space outside said block so as not to increase a line length as far as possible without changing a start point and end point thereof.
10. The method of
claim 1
, wherein the path correcting step comprises a line length improving step of changing a path so as to improve a line length of a path after partial correction of a Steiner tree under said constrains for a path collection of said Steiner tree.
11. The method of
claim 10
, wherein said line length improving step comprises the steps of:
removing branches belonging to a path to be processed from a Steiner tree to divide said branches into a first tree fraction T1 which is a collection of branches traceable from a start point and a second tree fraction T2 which is a collection of branches traceable from an end point;
generating a first prospective path finding an end point on a branch, having the shortest Manhattan distance, among said branches of said tree fraction T2 from an original start point of said first tree fraction T1;
generating a second prospective path finding a start point on a branch, having the shortest Manhattan distance, among said branches of said tree fraction T1 from an original end point of said second tree fraction T2;
if a distance d1 of said first prospective path is equal to or less than a distance d2 of said second prospective path and equal to or less than a distance d of said pass to be processed, renewing a path collection with said first prospective path whose end point has been changed as a new path;
if a distance d2 of said second prospective path is equal to or less than a distance d1 of said first prospective path and equal to or less than a distance d of said pass to be processed, renewing said path collection with said second prospective path whose end point has been changed as a new path; and
if distances d1 and d2 of said first and second prospective paths, respectively, are equal to or more than a distance of said path to be processed, maintaining said path as is originally without changing a start point and end point thereof.
12. A global routing apparatus acquiring global routing between net terminals of cells placed on a chip comprising:
a Steiner tree generating unit generating a Steiner tree having been generated without any of constraints such as layers, prohibition and a wiring capacity as an initial solution;
a path collection generating unit generating a path collection obtained by dividing said Steiner tree into a plurality of paths each having at least a Steiner point, as a value, being an intersection of three or more branches; and
a path correcting unit obtaining global routing repeating partial correction of said Steiner tree with correction of a path in consideration of said constraints so as not to increase a line length as far as possible for said path collection of said Steiner tree.
13. The apparatus of
claim 12
, wherein said path correcting unit comprises:
a prohibiting region rerouting processing unit changing a path passing through a prohibiting region to a path not passing through said prohibiting region for said path collection of said Steiner tree;
a wiring congested region rerouting processing unit changing a path passing through a wiring congested region having the number of wires exceeding a wring capacity to a path not passing through said wiring congested region so as to ensure the number of wires equal to or less than said wiring capacity in said wiring congested region for said path collection of said Steiner tree; and
a line length improvement processing unit changing a path so as to improve a line length of said path after partial correction of said Steiner tree under said constraints for said path collection of said Steiner tree.
14. A storage medium, readable by a computer, having a global routing program stored therein, said program acquiring global routing between net terminals of cells placed on a chip, comprising:
a Steiner tree generating module generating a Steiner tree having been generated without any of constraints such as layers, prohibition and a wiring capacity as an initial solution;
a path collection generating module generating a path collection obtained by dividing said Steiner tree into a plurality of paths each having at least a Steiner point, as a value, being an intersection of three or more branches; and
a path correcting module obtaining global routing repeating partial correction of said Steiner tree with correction of a path in consideration of said constraints so as not to increase a line length as far as possible for said path collection of said Steiner tree.
15. The storage medium of
claim 14
, wherein said path correcting module comprises:
a prohibiting region rerouting processing module changing a path passing through a prohibiting region to a path not passing through said prohibiting region for said path collection of said Steiner tree;
a wiring congested region rerouting processing module changing a path passing through a wiring congested region having the number of wires exceeding a wring capacity to a path not passing through said wiring congested region so as to ensure the number of wires equal to or less than said wiring capacity in said wire congested region for said path collection of said Steiner tree; and
a line length improvement processing module changing a path so as to improve a line length of said path after partial correction of said Steiner tree under said constraints for said path collection of said Steiner tree.
US09/800,490 1998-12-22 2001-03-08 Method and apparatus for global routing, and storage medium having global routing program stored therein Expired - Lifetime US6415427B2 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP1998/005815 WO2000038228A1 (en) 1998-12-22 1998-12-22 Rough wiring method and apparatus and recording medium storing rough wiring program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP1998/005815 Continuation WO2000038228A1 (en) 1998-12-22 1998-12-22 Rough wiring method and apparatus and recording medium storing rough wiring program

Publications (2)

Publication Number Publication Date
US20010009031A1 true US20010009031A1 (en) 2001-07-19
US6415427B2 US6415427B2 (en) 2002-07-02

Family

ID=14209684

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/800,490 Expired - Lifetime US6415427B2 (en) 1998-12-22 2001-03-08 Method and apparatus for global routing, and storage medium having global routing program stored therein

Country Status (3)

Country Link
US (1) US6415427B2 (en)
JP (1) JP4227304B2 (en)
WO (1) WO2000038228A1 (en)

Cited By (62)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020069397A1 (en) * 2000-12-06 2002-06-06 Steven Teig Method and apparatus for placing circuit modules
US20020124231A1 (en) * 2000-12-06 2002-09-05 Steven Teig Method and apparatus for pre-computing and using placement costs within a partitioned region for multiple wiring models
US20020133798A1 (en) * 2000-12-06 2002-09-19 Steven Teig Method and apparatus for considering diagonal wiring in placement
US20020147958A1 (en) * 2000-12-07 2002-10-10 Steven Teig Method and apparatus for adaptively selecting the wiring model for a design region
US20020157075A1 (en) * 2000-12-06 2002-10-24 Steven Teig Method and apparatus for computing placement costs
US20020170027A1 (en) * 2000-12-06 2002-11-14 Steven Teig Method and apparatus for pre-computing placement costs
US20020199165A1 (en) * 2000-12-06 2002-12-26 Steven Teig Method and apparatus for pre-computing attributes of routes
US20030018947A1 (en) * 2000-12-07 2003-01-23 Steven Teig Hierarchical routing method and apparatus that use diagonal routes
US20030023943A1 (en) * 2001-01-19 2003-01-30 Steven Teig Method and apparatus for producing sub-optimal routes for a net by generating fake configurations
US6526555B1 (en) * 2001-06-03 2003-02-25 Cadence Design Systems, Inc. Method for layout and manufacture of gridless non manhattan semiconductor integrated circuits using compaction
US20030066042A1 (en) * 2001-08-23 2003-04-03 Steven Teig Routing method and apparatus
US20030066043A1 (en) * 2001-08-23 2003-04-03 Steven Teig Routing method and apparatus
US20030079193A1 (en) * 2000-12-07 2003-04-24 Steven Teig Routing method and apparatus that use diagonal routes
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
US20030088841A1 (en) * 2000-12-06 2003-05-08 Steven Teig Partitioning placement method and apparatus
US20030106036A1 (en) * 2001-12-03 2003-06-05 Katsushi Aoki Wiring route determining apparatus, group determining apparatus, wiring route determining program storing medium and group determining program storing medium
US6591411B2 (en) * 2001-03-15 2003-07-08 International Business Machines Corporation Apparatus and method for determining buffered steiner trees for complex circuits
US20030208737A1 (en) * 2002-05-06 2003-11-06 International Business Machines Corporation Method and system for placing logic nodes based on an estimated wiring congestion
US20040098691A1 (en) * 2002-11-18 2004-05-20 Steven Teig Method and apparatus for performing an exponential path search
US20040098696A1 (en) * 2002-11-18 2004-05-20 Steven Teig Method and apparatus for routing
US20040098695A1 (en) * 2002-11-18 2004-05-20 Steven Teig Method and apparatus for routing
US20040098694A1 (en) * 2002-11-18 2004-05-20 Steven Teig Method and apparatus for routing
US20040098697A1 (en) * 2002-11-18 2004-05-20 Jonathan Frankle Method and apparatus for routing with independent goals on different layers
US20040098680A1 (en) * 2002-11-18 2004-05-20 Steven Teig Method and apparatus for searching for a three-dimensional global path
US20040098698A1 (en) * 2002-11-18 2004-05-20 Steven Teig Method and apparatus for searching for a global path
US20040103387A1 (en) * 2002-11-18 2004-05-27 Steven Teig Method and apparatus for computing capacity of a region for non-manhattan routing
US6795958B2 (en) 2001-08-23 2004-09-21 Cadence Design Systems, Inc. Method and apparatus for generating routes for groups of related node configurations
US6858935B1 (en) 2000-12-07 2005-02-22 Cadence Design Systems, Inc. Simulating euclidean wiring directions using manhattan and diagonal directional wires
US6870255B1 (en) 2000-12-07 2005-03-22 Cadence Design Systems, Inc. Integrated circuit wiring architectures to support independent designs
US20050071797A1 (en) * 2003-09-26 2005-03-31 Renesas Technology Corp. Automatic layout system, layout model generation system, layout model verification system, and layout model
US6996512B2 (en) * 2001-04-19 2006-02-07 International Business Machines Corporation Practical methodology for early buffer and wire resource allocation
US7013445B1 (en) 2002-12-31 2006-03-14 Cadence Design Systems, Inc. Post processor for optimizing manhattan integrated circuits placements into non manhattan placements
US7058913B1 (en) 2001-09-06 2006-06-06 Cadence Design Systems, Inc. Analytical placement method and apparatus
US7131096B1 (en) 2004-06-01 2006-10-31 Pulsic Limited Method of automatically routing nets according to current density rules
US7143382B2 (en) 2001-08-23 2006-11-28 Cadence Design Systems, Inc. Method and apparatus for storing routes
US20060281221A1 (en) * 2005-06-09 2006-12-14 Sharad Mehrotra Enhanced routing grid system and method
US20060288323A1 (en) * 2005-06-21 2006-12-21 Pulsic Limited High-Speed Shape-Based Router
US7257797B1 (en) 2004-06-07 2007-08-14 Pulsic Limited Method of automatic shape-based routing of interconnects in spines for integrated circuit design
US7363607B2 (en) 2005-11-08 2008-04-22 Pulsic Limited Method of automatically routing nets according to parasitic constraint rules
US7373628B1 (en) 2004-06-01 2008-05-13 Pulsic Limited Method of automatically routing nets using a Steiner tree
US7398498B2 (en) 2001-08-23 2008-07-08 Cadence Design Systems, Inc. Method and apparatus for storing routes for groups of related net configurations
US7603644B2 (en) 2005-06-24 2009-10-13 Pulsic Limited Integrated circuit routing and compaction
US7784010B1 (en) 2004-06-01 2010-08-24 Pulsic Limited Automatic routing system with variable width interconnect
US20100318949A1 (en) * 2009-06-10 2010-12-16 Fujitsu Limited Computer product, design support apparatus, and design support method
US20110134926A1 (en) * 2009-12-04 2011-06-09 Microsoft Corporation Edge routing using connection regions
US20110295854A1 (en) * 2010-05-27 2011-12-01 International Business Machines Corporation Automatic refinement of information extraction rules
US8095903B2 (en) 2004-06-01 2012-01-10 Pulsic Limited Automatically routing nets with variable spacing
US8201128B2 (en) 2006-06-16 2012-06-12 Cadence Design Systems, Inc. Method and apparatus for approximating diagonal lines in placement
US8250514B1 (en) 2006-07-13 2012-08-21 Cadence Design Systems, Inc. Localized routing direction
US8341586B2 (en) 2002-11-18 2012-12-25 Cadence Design Systems, Inc. Method and system for routing
US8418113B1 (en) 2011-10-03 2013-04-09 International Business Machines Corporation Consideration of local routing and pin access during VLSI global routing
US8458636B1 (en) 2009-03-18 2013-06-04 Pulsic Limited Filling vacant areas of an integrated circuit design
US8621412B1 (en) * 2012-09-11 2013-12-31 Apple Inc. Micro-regions for auto place and route optimization
US20150089465A1 (en) * 2013-09-25 2015-03-26 Synopsys Taiwan Co., LTD. Separation and minimum wire length constrained maze routing method and system
US20150095872A1 (en) * 2013-10-02 2015-04-02 Utah State University Global router using graphics processing unit
US20150100938A1 (en) * 2010-11-29 2015-04-09 Synopsys Taiwan Co., LTD. Spine routing with multiple main spines
GB2571333A (en) * 2018-02-26 2019-08-28 Advanced Risc Mach Ltd Integrated circuit design
US10719653B2 (en) 2013-10-09 2020-07-21 Synopsys, Inc. Spine routing and pin grouping with multiple main spines
CN112883682A (en) * 2021-03-15 2021-06-01 北京华大九天科技股份有限公司 Method and apparatus for global routing of integrated circuits and storage medium
CN113255284A (en) * 2021-05-30 2021-08-13 上海立芯软件科技有限公司 Rapid local disconnection redistribution method in global wiring
US20220147886A1 (en) * 2020-11-06 2022-05-12 Sap Se Route finder for integrated planning
WO2023004129A1 (en) * 2021-07-23 2023-01-26 Warme David Michael Computer-implemented methods and systems for strengthening violated inequalities

Families Citing this family (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3986717B2 (en) * 1999-12-01 2007-10-03 富士通株式会社 Path determining method and storage medium
US6898773B1 (en) 2002-01-22 2005-05-24 Cadence Design Systems, Inc. Method and apparatus for producing multi-layer topological routes
US7139992B2 (en) * 2000-12-01 2006-11-21 Sun Microsystems, Inc. Short path search using tiles and piecewise linear cost propagation
US20020104061A1 (en) * 2000-12-01 2002-08-01 Sun Microsystems, Inc. Systems and methods for linear minimal convolution
US7036101B2 (en) * 2001-02-26 2006-04-25 Cadence Design Systems, Inc. Method and apparatus for scalable interconnect solution
US6957408B1 (en) 2002-01-22 2005-10-18 Cadence Design Systems, Inc. Method and apparatus for routing nets in an integrated circuit 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
US6957411B1 (en) 2001-06-03 2005-10-18 Cadence Design Systems, Inc. Gridless IC layout and method and apparatus for generating such a layout
JP4490006B2 (en) * 2001-08-24 2010-06-23 富士通株式会社 Automatic wiring method, automatic wiring processing device, and automatic wiring processing program
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
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
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
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
US6792587B2 (en) * 2002-01-28 2004-09-14 Sun Microsystems, Inc. 2.5-D graph for multi-layer routing
US6615401B1 (en) * 2002-03-06 2003-09-02 Lsi Logic Corporation Blocked net buffer insertion
US7058917B1 (en) 2002-06-04 2006-06-06 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
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
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
US6931615B1 (en) 2002-06-04 2005-08-16 Cadence Design Systems, Inc. Method and apparatus for identifying a path between source and target states
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
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
US6892369B2 (en) * 2002-11-18 2005-05-10 Cadence Design Systems, Inc. Method and apparatus for costing routes of nets
US7707307B2 (en) * 2003-01-09 2010-04-27 Cisco Technology, Inc. Method and apparatus for constructing a backup route in a data communications network
US6990648B2 (en) * 2003-04-04 2006-01-24 International Business Machines Corporation Method for identification of sub-optimally placed circuits
US20040267977A1 (en) * 2003-06-30 2004-12-30 Mysore Sriram Topology based replacement routing of signal paths
US7152217B1 (en) * 2004-04-20 2006-12-19 Xilinx, Inc. Alleviating timing based congestion within circuit designs
US7848240B2 (en) * 2004-06-01 2010-12-07 Cisco Technology, Inc. Method and apparatus for forwarding data in a data communications network
US7861205B2 (en) * 2008-07-07 2010-12-28 Cadence Design Systems, Inc. Spine selection mode for layout editing
JP5309878B2 (en) 2008-10-17 2013-10-09 富士通株式会社 Wiring method, automatic wiring apparatus, and program
JP2011186625A (en) * 2010-03-05 2011-09-22 Renesas Electronics Corp Layout device and layout method for semiconductor integrated circuit
US8370786B1 (en) * 2010-05-28 2013-02-05 Golden Gate Technology, Inc. Methods and software for placement improvement based on global routing
US8365120B2 (en) * 2010-12-02 2013-01-29 International Business Machines Corporation Resolving global coupling timing and slew violations for buffer-dominated designs
US8635577B2 (en) * 2012-06-01 2014-01-21 International Business Machines Corporation Timing refinement re-routing
US9541401B1 (en) * 2013-02-13 2017-01-10 The United States Of America, As Represented By The Secretary Of The Navy Method and system for determining shortest oceanic routes
US9298874B2 (en) 2014-02-07 2016-03-29 Qualcomm Incorporated Time-variant temperature-based 2-D and 3-D wire routing
US10794721B2 (en) * 2016-07-13 2020-10-06 Taymour Semnani Real-time mapping using geohashing
CN110096823B (en) * 2019-05-08 2022-10-04 深圳职业技术学院 Digital integrated circuit wiring method based on binary coding and terminal equipment
CN111582431B (en) * 2020-05-14 2022-07-08 福州大学 Two-step X-structure Steiner minimum tree construction method

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6239024A (en) * 1985-08-14 1987-02-20 Fujitsu Ltd Delay analyzer by theoretic line length
JPH02244280A (en) * 1989-03-17 1990-09-28 Hitachi Ltd Wiring system
JPH10313058A (en) * 1997-05-13 1998-11-24 Toshiba Corp Semiconductor integrated circuit designing device and method therefor and computer readable recording medium for recording semiconductor integrated circuit design program and manufacture of the same circuit

Cited By (148)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7080336B2 (en) 2000-12-06 2006-07-18 Cadence Design Systems, Inc. Method and apparatus for computing placement costs
US20040123260A1 (en) * 2000-12-06 2004-06-24 Steven Teig Method and Apparatus for Pre-computing and Using Multiple Placement Cost Attributes to Quantify the Quality of a Placement a Configuration within a Partitioned Region
US20020133798A1 (en) * 2000-12-06 2002-09-19 Steven Teig Method and apparatus for considering diagonal wiring in placement
US20030217346A1 (en) * 2000-12-06 2003-11-20 Steven Teig Method and Apparatus for Quantifying the Quality of Placement Configurations in a Partitioned Region of an Integrated Circuit Layout
US20020157075A1 (en) * 2000-12-06 2002-10-24 Steven Teig Method and apparatus for computing placement costs
US20020170027A1 (en) * 2000-12-06 2002-11-14 Steven Teig Method and apparatus for pre-computing placement costs
US20020199165A1 (en) * 2000-12-06 2002-12-26 Steven Teig Method and apparatus for pre-computing attributes of routes
US6910198B2 (en) 2000-12-06 2005-06-21 Cadence Design Systems, Inc. Method and apparatus for pre-computing and using placement costs within a partitioned region for multiple wiring models
US6848091B2 (en) 2000-12-06 2005-01-25 Cadence Design Systems, Inc. Partitioning placement method and apparatus
US20020069397A1 (en) * 2000-12-06 2002-06-06 Steven Teig Method and apparatus for placing circuit modules
US6826737B2 (en) 2000-12-06 2004-11-30 Cadence Design Systems, Inc. Recursive partitioning placement method and apparatus
US20030056187A1 (en) * 2000-12-06 2003-03-20 Steven Teig Method and appartus for routing
US6802049B2 (en) 2000-12-06 2004-10-05 Cadence Design Systems, Inc. Method and apparatus for computing placement costs by calculating bend values of connection graphs that model interconnect line topologies
US7100137B2 (en) 2000-12-06 2006-08-29 Cadence Design Systems, Inc. Method and apparatus for quantifying the quality of placement configurations in a partitioned region of an integrated circuit layout
US6952815B2 (en) 2000-12-06 2005-10-04 Cadence Design Systems, Inc. Probabilistic routing method and apparatus
US20020124231A1 (en) * 2000-12-06 2002-09-05 Steven Teig Method and apparatus for pre-computing and using placement costs within a partitioned region for multiple wiring models
US6904580B2 (en) 2000-12-06 2005-06-07 Cadence Design Systems, Inc. Method and apparatus for pre-computing placement costs
US20030088841A1 (en) * 2000-12-06 2003-05-08 Steven Teig Partitioning placement method and apparatus
US20060010412A1 (en) * 2000-12-06 2006-01-12 Steven Teig Method and Apparatus for Using Connection Graphs with Potential Diagonal Edges to Model Interconnect Topologies During Placement
US7089523B2 (en) 2000-12-06 2006-08-08 Cadence Design Systems, Inc. Method and apparatus for using connection graphs with potential diagonal edges to model interconnect topologies during placement
US6988256B2 (en) 2000-12-06 2006-01-17 Cadence Design Systems, Inc. Method and apparatus for pre-computing and using multiple placement cost attributes to quantify the quality of a placement configuration within a partitioned region
US20030192021A1 (en) * 2000-12-06 2003-10-09 Steven Teig Recursive Partitioning Placement Method and Apparatus , with Method and Apparatus for Computing Placement Cost by Calculating Bend Values of Connection Graphs that Model Interconnect Line Topologies.
US7013450B2 (en) 2000-12-06 2006-03-14 Cadence Design Systems, Inc. Method and apparatus for routing
US6907593B2 (en) 2000-12-06 2005-06-14 Cadence Design Systems, Inc. Method and apparatus for pre-computing attributes of routes
US20030088845A1 (en) * 2000-12-06 2003-05-08 Steven Teig Probabilistic routing method and apparatus
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
US6957410B2 (en) 2000-12-07 2005-10-18 Cadence Design Systems, Inc. Method and apparatus for adaptively selecting the wiring model for a design region
US20020147958A1 (en) * 2000-12-07 2002-10-10 Steven Teig Method and apparatus for adaptively selecting the wiring model for a design region
US7003754B2 (en) 2000-12-07 2006-02-21 Cadence Design Systems, Inc. Routing method and apparatus that use of diagonal routes
US20030079193A1 (en) * 2000-12-07 2003-04-24 Steven Teig Routing method and apparatus that use diagonal routes
US20030018947A1 (en) * 2000-12-07 2003-01-23 Steven Teig Hierarchical routing method and apparatus that use diagonal routes
US6870255B1 (en) 2000-12-07 2005-03-22 Cadence Design Systems, Inc. Integrated circuit wiring architectures to support independent designs
US6858935B1 (en) 2000-12-07 2005-02-22 Cadence Design Systems, Inc. Simulating euclidean wiring directions using manhattan and diagonal directional wires
US6900540B1 (en) 2000-12-07 2005-05-31 Cadence Design Systems, Inc. Simulating diagonal wiring directions using Manhattan directional wires
US7073150B2 (en) 2000-12-07 2006-07-04 Cadence Design Systems, Inc. Hierarchical routing method and apparatus that use diagonal routes
US6883154B2 (en) 2001-01-19 2005-04-19 Cadence Design Systems, Inc. LP method and apparatus for identifying route propagations
US20030043827A1 (en) * 2001-01-19 2003-03-06 Steven Teig LP method and apparatus for identifying route propagations
US20030023943A1 (en) * 2001-01-19 2003-01-30 Steven Teig Method and apparatus for producing sub-optimal routes for a net by generating fake configurations
US7139994B2 (en) 2001-01-19 2006-11-21 Cadence Design Systems, Inc. Method and apparatus for pre-computing routes
US20030101428A1 (en) * 2001-01-19 2003-05-29 Steven Teig Routing method and apparatus
US6915501B2 (en) 2001-01-19 2005-07-05 Cadence Design Systems, Inc. LP method and apparatus for identifying routes
US6738960B2 (en) 2001-01-19 2004-05-18 Cadence Design Systems, Inc. Method and apparatus for producing sub-optimal routes for a net by generating fake configurations
US7096448B2 (en) 2001-01-19 2006-08-22 Cadence Design Systems, Inc. Method and apparatus for diagonal routing by using several sets of lines
US6591411B2 (en) * 2001-03-15 2003-07-08 International Business Machines Corporation Apparatus and method for determining buffered steiner trees for complex circuits
US6996512B2 (en) * 2001-04-19 2006-02-07 International Business Machines Corporation Practical methodology for early buffer and wire resource allocation
US7143383B1 (en) 2001-06-03 2006-11-28 Cadence Design Systems, Inc. Method for layout of gridless non manhattan integrated circuits with tile based router
US6915500B1 (en) 2001-06-03 2005-07-05 Cadence Design Systems, Inc. Method and arrangement for layout and manufacture of nonmanhattan semiconductor integrated circuit using simulated Euclidean wiring
US6526555B1 (en) * 2001-06-03 2003-02-25 Cadence Design Systems, Inc. Method for layout and manufacture of gridless non manhattan semiconductor integrated circuits using compaction
US6895567B1 (en) 2001-06-03 2005-05-17 Cadence Design Systems, Inc. Method and arrangement for layout of gridless nonManhattan semiconductor integrated circuit designs
US6745379B2 (en) 2001-08-23 2004-06-01 Cadence Design Systems, Inc. Method and apparatus for identifying propagation for routes with diagonal edges
US7155697B2 (en) 2001-08-23 2006-12-26 Cadence Design Systems, Inc. Routing method and apparatus
US20030066043A1 (en) * 2001-08-23 2003-04-03 Steven Teig Routing method and apparatus
US6931616B2 (en) 2001-08-23 2005-08-16 Cadence Design Systems, Inc. Routing method and apparatus
US6795958B2 (en) 2001-08-23 2004-09-21 Cadence Design Systems, Inc. Method and apparatus for generating routes for groups of related node configurations
US20030066042A1 (en) * 2001-08-23 2003-04-03 Steven Teig Routing method and apparatus
US7398498B2 (en) 2001-08-23 2008-07-08 Cadence Design Systems, Inc. Method and apparatus for storing routes for groups of related net configurations
US6877149B2 (en) 2001-08-23 2005-04-05 Cadence Design Systems, Inc. Method and apparatus for pre-computing routes
US7143382B2 (en) 2001-08-23 2006-11-28 Cadence Design Systems, Inc. Method and apparatus for storing routes
US7058913B1 (en) 2001-09-06 2006-06-06 Cadence Design Systems, Inc. Analytical placement method and apparatus
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
US6907594B2 (en) * 2001-12-03 2005-06-14 Fujitsu Limited Wiring route determining apparatus, group determining apparatus, wiring route determining program storing medium and group determining program storing medium
US20030106036A1 (en) * 2001-12-03 2003-06-05 Katsushi Aoki Wiring route determining apparatus, group determining apparatus, wiring route determining program storing medium and group determining program storing medium
US6904584B2 (en) * 2002-05-06 2005-06-07 International Business Machines Corporation Method and system for placing logic nodes based on an estimated wiring congestion
US20030208737A1 (en) * 2002-05-06 2003-11-06 International Business Machines Corporation Method and system for placing logic nodes based on an estimated wiring congestion
US20040098680A1 (en) * 2002-11-18 2004-05-20 Steven Teig Method and apparatus for searching for a three-dimensional global path
US7171635B2 (en) 2002-11-18 2007-01-30 Cadence Design Systems, Inc. Method and apparatus for routing
US20040098691A1 (en) * 2002-11-18 2004-05-20 Steven Teig Method and apparatus for performing an exponential path search
US7047513B2 (en) 2002-11-18 2006-05-16 Cadence Design Systems, Inc. Method and apparatus for searching for a three-dimensional global path
US20040098695A1 (en) * 2002-11-18 2004-05-20 Steven Teig Method and apparatus for routing
US20040098694A1 (en) * 2002-11-18 2004-05-20 Steven Teig Method and apparatus for routing
US20040103387A1 (en) * 2002-11-18 2004-05-27 Steven Teig Method and apparatus for computing capacity of a region for non-manhattan routing
US8112733B2 (en) 2002-11-18 2012-02-07 Cadence Design Systems, Inc. Method and apparatus for routing with independent goals on different layers
US7003752B2 (en) 2002-11-18 2006-02-21 Cadence Design Systems, Inc. Method and apparatus for routing
US20040098697A1 (en) * 2002-11-18 2004-05-20 Jonathan Frankle Method and apparatus for routing with independent goals on different layers
US20090077522A1 (en) * 2002-11-18 2009-03-19 Jonathan Frankle Method and apparatus for routing with independent goals on different layers
US8341586B2 (en) 2002-11-18 2012-12-25 Cadence Design Systems, Inc. Method and system for routing
US20040098696A1 (en) * 2002-11-18 2004-05-20 Steven Teig Method and apparatus for routing
US20040098698A1 (en) * 2002-11-18 2004-05-20 Steven Teig Method and apparatus for searching for a global path
US7013445B1 (en) 2002-12-31 2006-03-14 Cadence Design Systems, Inc. Post processor for optimizing manhattan integrated circuits placements into non manhattan placements
US20050071797A1 (en) * 2003-09-26 2005-03-31 Renesas Technology Corp. Automatic layout system, layout model generation system, layout model verification system, and layout model
US8949760B2 (en) 2004-06-01 2015-02-03 Pulsic Limited Automatically routing nets with variable spacing
US8479139B1 (en) 2004-06-01 2013-07-02 Pulsic Limited Automatic routing system with variable width interconnect
US8171447B1 (en) 2004-06-01 2012-05-01 Pulsic Limited Automatically routing nets according to current density rules
US7131096B1 (en) 2004-06-01 2006-10-31 Pulsic Limited Method of automatically routing nets according to current density rules
US7530040B1 (en) 2004-06-01 2009-05-05 Pulsic Limited Automatically routing nets according to current density rules
US8095903B2 (en) 2004-06-01 2012-01-10 Pulsic Limited Automatically routing nets with variable spacing
US7784010B1 (en) 2004-06-01 2010-08-24 Pulsic Limited Automatic routing system with variable width interconnect
US7373628B1 (en) 2004-06-01 2008-05-13 Pulsic Limited Method of automatically routing nets using a Steiner tree
US7257797B1 (en) 2004-06-07 2007-08-14 Pulsic Limited Method of automatic shape-based routing of interconnects in spines for integrated circuit design
US7802208B1 (en) 2004-06-07 2010-09-21 Pulsic Limited Design automation using spine routing
US7823113B1 (en) 2004-06-07 2010-10-26 Pulsic Limited Automatic integrated circuit routing using spines
US8099700B1 (en) 2004-06-07 2012-01-17 Pulsic Limited Automatic integrated circuit routing using spines
US8479141B1 (en) 2004-06-07 2013-07-02 Pulsic Limited Automation using spine routing
WO2006135458A3 (en) * 2005-06-09 2009-04-30 Pyxis Technology Inc Enhanced routing grid system and method
US20080066044A1 (en) * 2005-06-09 2008-03-13 Pyxis Technology, Inc. Enhanced Routing Grid System And Method
US20080263498A1 (en) * 2005-06-09 2008-10-23 Pyxis Technology, Inc. Enhanced Routing Grid System and Method
US20080263496A1 (en) * 2005-06-09 2008-10-23 Pyxis Technology, Inc. Enhanced routing grid system and method
WO2006135458A2 (en) * 2005-06-09 2006-12-21 Pyxis Technology, Inc. Enhanced routing grid system and method
US20080263497A1 (en) * 2005-06-09 2008-10-23 Pyxis Technology, Inc. Enhanced Routing Grid System and Method
US20080184187A1 (en) * 2005-06-09 2008-07-31 Pyxis Technology, Inc. Enhanced Routing Grid System and Method
US20080059936A1 (en) * 2005-06-09 2008-03-06 Pyxis Technology, Inc. Enhanced Routing Grid System And Method
US20080059935A1 (en) * 2005-06-09 2008-03-06 Pyxis Technology, Inc. Enhanced Routing Grid System And Method
US20070028201A1 (en) * 2005-06-09 2007-02-01 Staktek Group L.P. Enhanced routing grid system and method
US20060281221A1 (en) * 2005-06-09 2006-12-14 Sharad Mehrotra Enhanced routing grid system and method
US20090070726A1 (en) * 2005-06-09 2009-03-12 Pyxis Technology, Inc. Enhanced Routing Grid System and Method
US20080072201A1 (en) * 2005-06-09 2008-03-20 Pyxis Technology, Inc. Enhanced Routing Grid System And Method
US9245082B2 (en) * 2005-06-21 2016-01-26 Pulsic Limited High-speed shape-based router
US10346577B2 (en) 2005-06-21 2019-07-09 Pulsic Limited High-speed shape-based router
US10769343B2 (en) 2005-06-21 2020-09-08 Pulsic Limited High-speed shape-based router
US20060288323A1 (en) * 2005-06-21 2006-12-21 Pulsic Limited High-Speed Shape-Based Router
US11126779B2 (en) 2005-06-21 2021-09-21 Pulsic Limited High-speed shape-based router
US8707239B2 (en) 2005-06-24 2014-04-22 Pulsic Limited Integrated circuit routing with compaction
US7603644B2 (en) 2005-06-24 2009-10-13 Pulsic Limited Integrated circuit routing and compaction
US8332799B2 (en) 2005-06-24 2012-12-11 Pulsic Limited Integrated circuit routing with compaction
US7984411B2 (en) 2005-06-24 2011-07-19 Pulsic Limited Integrated circuit routing and compaction
US8751996B1 (en) 2005-11-08 2014-06-10 Pulsic Limited Automatically routing nets according to parasitic constraint rules
US8332805B1 (en) 2005-11-08 2012-12-11 Pulsic Limited Automatically routing nets according to parasitic constraint rules
US7363607B2 (en) 2005-11-08 2008-04-22 Pulsic Limited Method of automatically routing nets according to parasitic constraint rules
US8201128B2 (en) 2006-06-16 2012-06-12 Cadence Design Systems, Inc. Method and apparatus for approximating diagonal lines in placement
US8250514B1 (en) 2006-07-13 2012-08-21 Cadence Design Systems, Inc. Localized routing direction
US9767242B1 (en) 2009-03-18 2017-09-19 Pulsic Limited Filling vacant areas of an integrated circuit design
US10691858B1 (en) 2009-03-18 2020-06-23 Pulsic Limited Filing vacant areas of an integrated circuit design
US8458636B1 (en) 2009-03-18 2013-06-04 Pulsic Limited Filling vacant areas of an integrated circuit design
US11030374B1 (en) 2009-03-18 2021-06-08 Pulsic Limited Filling vacant areas of an integrated circuit design
US11853671B1 (en) 2009-03-18 2023-12-26 Pulsic Limited Filling vacant areas of an integrated circuit design
US20100318949A1 (en) * 2009-06-10 2010-12-16 Fujitsu Limited Computer product, design support apparatus, and design support method
US8365129B2 (en) * 2009-12-04 2013-01-29 Microsoft Corporation Edge routing using connection regions
US20110134926A1 (en) * 2009-12-04 2011-06-09 Microsoft Corporation Edge routing using connection regions
US8417709B2 (en) * 2010-05-27 2013-04-09 International Business Machines Corporation Automatic refinement of information extraction rules
US20110295854A1 (en) * 2010-05-27 2011-12-01 International Business Machines Corporation Automatic refinement of information extraction rules
US9747406B2 (en) * 2010-11-29 2017-08-29 Synopsys, Inc. Spine routing with multiple main spines
US20150100938A1 (en) * 2010-11-29 2015-04-09 Synopsys Taiwan Co., LTD. Spine routing with multiple main spines
US8418113B1 (en) 2011-10-03 2013-04-09 International Business Machines Corporation Consideration of local routing and pin access during VLSI global routing
US8621412B1 (en) * 2012-09-11 2013-12-31 Apple Inc. Micro-regions for auto place and route optimization
US10192019B2 (en) * 2013-09-25 2019-01-29 Synopsys, Inc. Separation and minimum wire length constrained maze routing method and system
US20150089465A1 (en) * 2013-09-25 2015-03-26 Synopsys Taiwan Co., LTD. Separation and minimum wire length constrained maze routing method and system
US9396302B2 (en) * 2013-10-02 2016-07-19 Utah State University Global router using graphics processing unit
US20150095872A1 (en) * 2013-10-02 2015-04-02 Utah State University Global router using graphics processing unit
US10719653B2 (en) 2013-10-09 2020-07-21 Synopsys, Inc. Spine routing and pin grouping with multiple main spines
US10635774B2 (en) 2018-02-26 2020-04-28 Arm Limited Integrated circuit design
GB2571333A (en) * 2018-02-26 2019-08-28 Advanced Risc Mach Ltd Integrated circuit design
GB2571333B (en) * 2018-02-26 2021-12-01 Advanced Risc Mach Ltd Integrated circuit design
US20220147886A1 (en) * 2020-11-06 2022-05-12 Sap Se Route finder for integrated planning
US11829909B2 (en) * 2020-11-06 2023-11-28 Sap Se Route finder for integrated planning
CN112883682A (en) * 2021-03-15 2021-06-01 北京华大九天科技股份有限公司 Method and apparatus for global routing of integrated circuits and storage medium
CN113255284A (en) * 2021-05-30 2021-08-13 上海立芯软件科技有限公司 Rapid local disconnection redistribution method in global wiring
WO2023004129A1 (en) * 2021-07-23 2023-01-26 Warme David Michael Computer-implemented methods and systems for strengthening violated inequalities

Also Published As

Publication number Publication date
JP4227304B2 (en) 2009-02-18
WO2000038228A1 (en) 2000-06-29
US6415427B2 (en) 2002-07-02

Similar Documents

Publication Publication Date Title
US6415427B2 (en) Method and apparatus for global routing, and storage medium having global routing program stored therein
Pan et al. FastRoute 2.0: A high-quality and efficient global router
Sun et al. Efficient and effective placement for very large circuits
Pan et al. FastRoute: A step to integrate global routing into placement
US6480991B1 (en) Timing-driven global placement based on geometry-aware timing budgets
Li et al. Routability-driven placement and white space allocation
US7065730B2 (en) Porosity aware buffered steiner tree construction
Hu et al. A timing-constrained algorithm for simultaneous global routing of multiple nets
US7676780B2 (en) Techniques for super fast buffer insertion
US7197738B1 (en) Method and apparatus for routing
US20050166169A1 (en) Method for legalizing the placement of cells in an integrated circuit layout
US6564361B1 (en) Method and apparatus for timing driven resynthesis
US6543032B1 (en) Method and apparatus for local resynthesis of logic trees with multiple cost functions
US6898774B2 (en) Buffer insertion with adaptive blockage avoidance
Hu et al. A timing-constrained simultaneous global routing algorithm
US6766502B1 (en) Method and apparatus for routing using deferred merging
Hsu et al. Multi-layer global routing considering via and wire capacities
US6681373B1 (en) Method and apparatus for dynamic buffer and inverter tree optimization
US6532582B1 (en) Method and apparatus for optimal critical netlist area selection
US5757657A (en) Adaptive incremental placement of circuits on VLSI chip
US6637011B1 (en) Method and apparatus for quick search for identities applicable to specified formula
Kao et al. Cross point assignment with global rerouting for general-architecture designs
Lee et al. A global router for sea-of-gates circuits
Liu et al. Multilayer chip-level global routing using an efficient graph-based Steiner tree heuristic
JP3068892B2 (en) Automatic wiring method

Legal Events

Date Code Title Description
AS Assignment

Owner name: FUJITSU LIMITED, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:NITTA, IZUMI;MATSUOKA, HIDETOSHI;REEL/FRAME:011592/0660

Effective date: 20010226

STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12