JPH07122648A - Routing method for wiring - Google Patents
Routing method for wiringInfo
- Publication number
- JPH07122648A JPH07122648A JP29008693A JP29008693A JPH07122648A JP H07122648 A JPH07122648 A JP H07122648A JP 29008693 A JP29008693 A JP 29008693A JP 29008693 A JP29008693 A JP 29008693A JP H07122648 A JPH07122648 A JP H07122648A
- Authority
- JP
- Japan
- Prior art keywords
- wiring
- routing
- grid
- matrix map
- route
- 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.)
- Withdrawn
Links
Landscapes
- Design And Manufacture Of Integrated Circuits (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、自動配置配線技術に関
し、例えばゲートアレイ方式やスタンダードセル方式の
半導体集積回路、さらにはCAD(コンピュータ・エイ
ディッド・デザイン)やDA(デザイン・オートメーシ
ョン)を用いたカスタムLSIの自動配置配線に適用し
て有効な技術に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an automatic placement and routing technology, for example, using a gate array type or standard cell type semiconductor integrated circuit, and further CAD (Computer Aided Design) or DA (Design Automation). The present invention relates to a technique effectively applied to automatic placement and routing of a custom LSI.
【0002】[0002]
【従来の技術】半導体集積回路(以下単にLSIとも記
す)の自動レイアウト、すなわち自動配置配線等におい
ては、予めレイアウト設計されたセルを使用して、半導
体基板へのセルの配置並びにセルの端子間の配線などが
行われる。上記セルのレイアウトは、予め設計された回
路図を基に、人手あるいは自動プログラムを介して生成
される。例えばセルレイアウト自動生成プログラムは、
回路図情報と、LSIの加工プロセス上のレイアウトル
ール、さらにはトランジスタの幅や長さ(W/L)とい
った指定情報を基にしてセルの実体パターンを発生す
る。このような実体パターンとして定義されるセルを利
用してLSIを自動レイアウトするには、実体パターン
から認識可能なセルの形状、端子位置、及び配線禁止域
等の情報が必要になる。2. Description of the Related Art In an automatic layout of a semiconductor integrated circuit (hereinafter also simply referred to as an LSI), that is, automatic placement / wiring, cells having a layout design are used to arrange the cells on a semiconductor substrate and between terminals of the cells. Wiring is performed. The cell layout is generated manually or through an automatic program based on a circuit diagram designed in advance. For example, the cell layout automatic generation program is
The actual pattern of the cell is generated based on the circuit diagram information, the layout rule in the processing process of the LSI, and the designation information such as the width and length (W / L) of the transistor. In order to automatically lay out an LSI using cells defined as such a physical pattern, information such as the cell shape, terminal position, and wiring prohibited area that can be recognized from the physical pattern is required.
【0003】ところで、LSIやボード(プリント基
板)における自動配置配線処理方法の代表的なものとし
て、迷路法(Leeアルゴリズム)を挙げることができ
る。この迷路法は、配線領域を格子状に分割し、その格
子に配線禁止域を設定し、始点から配線可能な格子を波
状に広げていき、目的点に達したならば、その目的点か
ら逆に経路をたどり経路を決定するようにしている。す
なわち、始点、目的点、及び配線禁止域の情報を、例え
ば図5に示されるようにマトリックスマップ100にセ
ットし(ステップ1)、上記始点を基点としてこの基点
から各隣接格子への配線可能な格子に、基点コストをイ
ンクリメントしてそれを基点待ちテーブルにセットし
(ステップ2)、目的点に到達していなければ、最小コ
ストを基点待ちテーブルから取出し、それを基点として
再び上記処理を繰返す(ステップ3)。ここで、上記ス
テップ2,3の処理は一つの経路決定されるに当り、数
十万回繰返されるため、どうしても処理時間が長くなっ
てしまう。By the way, a maze method (Lee algorithm) can be cited as a typical method of automatic placement and routing processing in an LSI or a board (printed circuit board). In this maze method, the wiring area is divided into a grid shape, the wiring prohibited area is set in that grid, and the writable grid is expanded in a wavy manner from the start point. It follows the route to determine the route. That is, information on the starting point, the target point, and the wiring prohibited area is set in the matrix map 100 as shown in FIG. 5 (step 1), and wiring from this starting point to each adjacent grid is possible with the starting point as the starting point. The base point cost is incremented in the grid and set in the base point waiting table (step 2). If the target point is not reached, the minimum cost is taken out from the base point waiting table, and the above process is repeated again using that as the base point ( Step 3). Here, since the processing of steps 2 and 3 is repeated several hundred thousand times when one path is determined, the processing time is inevitably lengthened.
【0004】尚、自動配置配線技術について記載された
文献の例としては、日刊工業新聞社から昭和62年9月
29日に発行された「CMOSデバイスハンドブック
(P159〜P164)」がある。An example of a document describing the automatic placement and routing technology is "CMOS Device Handbook (P159 to P164)" issued by Nikkan Kogyo Shimbun on September 29, 1987.
【0005】[0005]
【発明が解決しようとする課題】配線経路処理時間を短
縮するための手法として、試行範囲を限定して、この限
定された範囲のみ探索するようにした方式や、目的点に
近づく方向を優先するように基点展開を制御する方式が
考えられる。しかし、それについて本発明者が検討した
ところ、基点の展開個数を絞り込み、無駄な探索を減ら
すことで、高速化を図っており、そのように基点の展開
回数を減らすことは、経路があれば必ずそれを発見する
ことができるという、迷路法の特徴点でもある探索能力
が、ある程度犠牲にされてしまうことが見いだされた。As a method for shortening the wiring route processing time, a trial range is limited and only the limited range is searched, or a direction approaching a target point is prioritized. A method of controlling the base point expansion as described above can be considered. However, when the present inventor examined it, it is attempted to speed up by narrowing down the number of expansions of the base point and reducing unnecessary searches, and thus reducing the number of expansions of the base point is required if there is a route. It has been found that the search ability, which is also a feature of the maze method, that can always find it is sacrificed to some extent.
【0006】本発明の目的は、迷路法の特徴を損なうこ
となく、配線経路処理の高速化を図ることにある。An object of the present invention is to speed up wiring route processing without impairing the features of the maze method.
【0007】本発明の前記並びにその他の目的と新規な
特徴は本明細書の記述及び添付図面から明らかになるで
あろう。The above and other objects and novel features of the present invention will be apparent from the description of this specification and the accompanying drawings.
【0008】[0008]
【課題を解決するための手段】本願において開示される
発明のうち代表的なものの概要を簡単に説明すれば下記
の通りである。The outline of the representative one of the inventions disclosed in the present application will be briefly described as follows.
【0009】すなわち、配線経路処理方法において、マ
トリックスマップの設定ステップとして、各格子毎に隣
接する格子への配線可否情報を設定し、設定された配線
可否情報を参照して基点展開を行う。That is, in the wiring path processing method, as a matrix map setting step, wiring permission / prohibition information for adjacent lattices is set for each lattice, and base point expansion is performed with reference to the set wiring permission / prohibition information.
【0010】[0010]
【作用】上記した手段によれば、マトリックスマップの
設定ステップとして、各格子毎に隣接する格子への配線
可否情報を設定し、設定された配線可否情報を参照して
基点展開を行うことは、当該基点展開において、他基点
の参照を不要とし、このことが、基点展開処理の高速化
を達成する。According to the above-mentioned means, as the matrix map setting step, the wiring availability information for the adjacent grids is set for each grid, and the base point expansion is performed with reference to the set wiring availability information. In the base point expansion, it is not necessary to refer to other base points, which achieves high speed of the base point expansion processing.
【0011】[0011]
【実施例】図6には本発明の一実施例方法である自動配
置配線を含むレイアウトの全体的な処理の流れが示され
る。特に制限されないが、本実施例ではCAD(コンピ
ュータ・エイディッド・デザイン)システムによって自
動配置配線が行われる。FIG. 6 shows an overall processing flow of a layout including automatic placement and routing, which is a method according to an embodiment of the present invention. Although not particularly limited, in the present embodiment, automatic placement and routing is performed by a CAD (Computer Aided Design) system.
【0012】LSIの設計を行う際には、設計に要する
時間や労力の減少を図るため、素子(例えばトランジス
タ)等をチップ上に1個ずつレイアウトするのではな
く、ある程度の論理機能を有する単位ブロック(機能セ
ル)毎のレイアウトを予め完成しておき、これらに基本
セル間のレイアウトを行いつつ、全体チップにおける配
置配線を完成のが、普通とされる。When designing an LSI, in order to reduce the time and labor required for the design, elements (for example, transistors) are not laid out one by one on a chip, but a unit having a certain logical function. It is usual to complete the layout for each block (functional cell) in advance, and to complete the layout and wiring in the entire chip while laying out the basic cells in these layouts.
【0013】セルレイアウトライブラリ24の情報は、
ブロック自動配置、ブロック内配置配線、ブロック間配
線のそれぞれの処理で使用され、全体的なレイアウトが
最終的に決定されると、マスクデータに変換され、マス
ク描画データとして保管される。The information in the cell layout library 24 is
It is used in each processing of automatic block placement, in-block placement wiring, and inter-block wiring, and when the overall layout is finally determined, it is converted into mask data and stored as mask drawing data.
【0014】尚、図6にはセルレイアウトライブラリを
専ら人手によって生成する処理の流れも参考として示さ
れている。この場合には、設計者はセルの実体パターン
を見ながら数値の拾い出しなどを行ってセルレイアウト
ライブラリ仕様書を作成し、その後これを見ながらコー
ディングし、それを更にチェックし、必要に応じて修正
してはじめてセルレイアウトライブラリ80が完成す
る。Incidentally, FIG. 6 also shows, as a reference, the flow of processing for generating the cell layout library exclusively by hand. In this case, the designer creates a cell layout library specification by picking out values while looking at the actual pattern of the cell, then coding while looking at this, further checking it, and checking if necessary. The cell layout library 80 is completed only after the correction.
【0015】図6に示される手順に従ってLSIのレイ
アウトを行っていくとき、セルの配置場所に応じて同一
論理のセルを縦長に配置したり横長に配置したりする必
要性が生じた場合に、また、信号の伝播遅延の不揃いや
設計値との相違を補正したりするためにセルのパターン
を配置場所に応じて変更して用いなければならない場合
に、それらの要求を満足するセルが予め用意されていな
いなら、レイアウト途上でセル自動設計プログラムを起
動すると共に、所定の性能パターンを指定することによ
り、必要なセルの実体パターンを作成する。このよう
に、レイアウト途上においてパターンや論理の追加変更
された新たなセルが必要になるとき、言い換えるなら、
レイアウト途上においてパターンや性能の異なるセルを
使い分ける必要があるとき、そのレイアウトライブラリ
は、上記手順を介することにより容易に得られる。When the LSI is laid out according to the procedure shown in FIG. 6, when it becomes necessary to vertically or horizontally arrange the cells of the same logic according to the cell arrangement location, In addition, when the cell pattern must be changed and used according to the placement location in order to correct the unevenness of signal propagation delay or the difference from the design value, a cell that satisfies those requirements is prepared in advance. If not, the cell automatic design program is started in the middle of the layout, and a predetermined performance pattern is specified to create the required cell substance pattern. In this way, when a new cell whose pattern or logic has been added and changed is needed during layout, in other words,
When it is necessary to properly use cells having different patterns and different performances during layout, the layout library can be easily obtained through the above procedure.
【0016】本実施例において、端子間を接続するため
の配線経路は、迷路法によって求められる。迷路法を採
用する配線経路処理においては、特に制限されないが、
マトリックスマップを設定する第1ステップと、このマ
トリックスマップに始点、及び目的点を設定する第2ス
テップと、マトリックスマップを参照しながら経路探索
を行う第3ステップと、バックトレースにより経路を決
定する第4ステップと、決定された経路を禁止するため
にマトリックスマップを更新する第5ステップとを含
む。In this embodiment, the wiring path for connecting the terminals is obtained by the maze method. Although there is no particular limitation in the wiring route processing that adopts the maze method,
A first step of setting a matrix map, a second step of setting a starting point and a destination point in this matrix map, a third step of searching a route while referring to the matrix map, and a first step of determining a route by backtrace. 4 steps and a 5th step of updating the matrix map to prohibit the determined route.
【0017】上記第1ステップには、各格子毎にそこか
らの隣接格子への配線可否情報を設定するステップが含
まれる。つまり、一つの格子から隣接格子へ配線可能で
あるか否かの情報が設定される。The above-mentioned first step includes a step of setting, for each grid, wiring availability information from the grid to an adjacent grid. That is, information on whether or not wiring is possible from one grid to an adjacent grid is set.
【0018】図1にはそのようにして設定されたマトリ
ックスマップ101が示される。特に制限されないが、
そのようなマトリックスマップ101は、CADシステ
ムに含まれるRAM(ランダム・アクセス・メモリ)な
どの適宜の記憶装置を利用することによって形成され
る。FIG. 1 shows a matrix map 101 thus set. Although not particularly limited,
Such a matrix map 101 is formed by using an appropriate storage device such as a RAM (random access memory) included in the CAD system.
【0019】具体的には、先ず、マトリックスマップ全
体を、各格子毎に全方向配線可能としてイニシャライズ
し、しかる後に、外縁部の格子に対してマトリックスマ
ップの外へ向かう方向を配線不可とする。図1において
は、格子10〜33が外縁部に属し、当該格子10〜3
3において、外側に向かう矢印は削除されている。当該
格子10〜33より外部に向けて配線経路が形成される
ことはなく、そのような外側への経路探索が無意味とな
るからである。さらに、配線禁止等の情報を参照して、
対応する格子を配線禁止にするとともに(図1において
ハッチングで示される部分)、それに隣接する格子にお
いて上記配線禁止格子に向かう方向を配線不可とする。
図1では、配線禁止域の周囲の格子において、当該禁止
領域に向かう矢印が削除されている。配線禁止域への経
路探索は無意味となるからである。そのようにしてマト
リックスマップの初期設定が行われる。Specifically, first, the entire matrix map is initialized so that it can be omnidirectionally wired for each grid, and thereafter, the wiring toward the outside of the matrix map cannot be wired with respect to the grid at the outer edge portion. In FIG. 1, the lattices 10 to 33 belong to the outer edge portion, and the lattices 10 to 3 concerned.
In 3, the outward arrow is deleted. This is because the wiring route is not formed from the lattices 10 to 33 to the outside, and such outward route search is meaningless. Furthermore, referring to information such as wiring prohibition,
Wiring is prohibited for the corresponding grid (portion indicated by hatching in FIG. 1), and wiring in a grid adjacent to the grid is prohibited in the direction toward the wiring prohibition grid.
In FIG. 1, in the lattice around the wiring prohibited area, the arrow pointing to the prohibited area is deleted. This is because the route search to the prohibited area is meaningless. In this way, the matrix map is initialized.
【0020】各格子毎にそこからの隣接格子への配線可
否情報が設定されたマトリックスマップを参照して処理
することによって、基点展開処理の高速化を図ることが
できる。以下、本実施例における基点展開処理を、従来
方式との比較において説明する。The reference point expansion processing can be speeded up by processing by referring to a matrix map in which wiring availability information for adjacent grids from each grid is set. The base point expansion processing in this embodiment will be described below in comparison with the conventional method.
【0021】例えば、図3及び図4には従来方式による
基点展開処理の流れが示される。図3及び図4におい
て、A,Aは処理が継続されていることを示している。
従来方式において、一つの基点(X,Y,Z)が基点待
ちテーブルから取出され(ステップ301)、X方向に
+1された試行点(X+1,Y,Z)が配線可能か否か
の判別が行われる(ステップ302)。この判別におい
て配線不可能であると判断された場合には、X方向に−
1された試行点(X−1,Y,Z)が配線可能か否かの
判別が行われる(ステップ304)。また、上記ステッ
プ302の判別において配線可能と判断された場合に
は、その試行点(X+1,Y,Z)が基点待ちテーブル
にセットされた後に(ステップ303)、上記ステップ
304の判別が行われる。そして、上記ステップ304
の判別において、試行点(X−1,Y,Z)が配線不可
能であると判断された場合には、次の判別(ステップ3
06)へ移り、また、上記ステップ304の判別におい
て、配線可能であると判断された場合には、試行点(X
−1,Y,Z)が基点待ちテーブルにセットされた後に
(ステップ305)、ステップ306の判別に移行され
る。For example, FIGS. 3 and 4 show the flow of the base point expansion processing by the conventional method. In FIGS. 3 and 4, A and A indicate that the processing is continued.
In the conventional method, one base point (X, Y, Z) is taken out from the base point waiting table (step 301), and it is determined whether or not the trial point (X + 1, Y, Z) incremented by 1 in the X direction can be wired. It is performed (step 302). If it is determined that wiring is not possible in this determination, in the X direction −
It is determined whether or not the 1-trial point (X-1, Y, Z) can be wired (step 304). If it is determined that wiring is possible in the determination in step 302, the trial point (X + 1, Y, Z) is set in the base point waiting table (step 303), and then the determination in step 304 is performed. . Then, the above step 304
If it is determined that the trial points (X-1, Y, Z) cannot be wired in the above determination, the next determination (step 3
06), and if it is determined that wiring is possible in the determination in step 304, the trial point (X
After (-1, Y, Z) is set in the base point waiting table (step 305), the process proceeds to the determination of step 306.
【0022】それ以降、Y方向に+1された試行点
(X,Y+1,Z)が配線可能か否かの判別、及びその
判別結果に応じた基点待ちテーブルセットが行われ(ス
テップ306,307)、Y方向に−1された試行点
(X,Y−1,Z)が配線可能か否かの判別、及びその
判別結果に応じた基点待ちテーブルセットが行われ(ス
テップ308,309)、Z方向に+1された試行点
(X,Y,Z+1)が配線可能か否かの判別、及びその
判別結果に応じた基点待ちテーブルセットが行われ(ス
テップ310,311)、Z方向に−1された試行点
(X,Y,Z−1)が配線可能か否かの判別、及びその
判別結果に応じた基点待ちテーブルセットが行われる
(ステップ312,313)。Thereafter, it is determined whether or not the trial point (X, Y + 1, Z) incremented by 1 in the Y direction can be wired, and the base point waiting table is set according to the determination result (steps 306 and 307). , −1 in the Y direction (X, Y−1, Z) is determined whether or not wiring is possible, and a base point waiting table is set according to the determination result (steps 308 and 309), Z It is determined whether or not the trial point (X, Y, Z + 1) that has been incremented by 1 in the direction can be wired, and the base point waiting table is set according to the determination result (steps 310 and 311), and is decremented by 1 in the Z direction. Whether or not the trial point (X, Y, Z-1) can be wired is determined, and the base point waiting table is set according to the determination result (steps 312 and 313).
【0023】それに対して本実施例では、図2に処理の
流れが示されるように、CADシステムのRAM等の記
憶装置を利用して形成される基点待ちテーブルから、基
点(X,Y,Z)が取出され(ステップ201)、その
基点(X,Y,Z)が展開可能か否かの判別が行われ
(ステップ202)、この判別において展開可能である
と判断された場合には、つまり、当該基点から隣接する
格子に向けて配線可能であると判断された場合には、展
開可能な点が基点待ちテーブルにセットされ(ステップ
203)、当該基点(X,Y,Z)についての処理が終
了される。基点待ちテーブルにセットされた点は、それ
以降の処理の対象とされる。また、上記ステップ202
の判別において展開不可能と判断された場合にも、当該
基点についての処理が終了される。このように、本実施
例での基点展開処理が、図3及び図4に示される従来方
式に比べて著しく簡単化されるのは、本実施例の場合、
各格子毎にそこからの隣接格子への配線可否情報が設定
されたマトリックスマップ101を参照して処理するた
め、基点テーブルから取出された基点の1点のみを参照
すれば、それに隣接する格子への配線可否の判別が可能
であり、図3に示される場合のように、試行可能なX方
向,Y方向,Z方向のそれぞれについて、個別的にチェ
ックする必要がないからである。換言すれば、上記マト
リックスマップ101を参照して基点展開を行うことに
より、他基点の情報を参照すること無しに、隣接格子へ
の配線可否判別が可能となるため、配線経路探索処理の
処理時間を大幅に短縮することができる。On the other hand, in the present embodiment, as shown in the flow of processing in FIG. 2, from the base point waiting table formed using the storage device such as the RAM of the CAD system, the base point (X, Y, Z ) Is taken out (step 201), it is judged whether or not the base point (X, Y, Z) can be expanded (step 202), and if it is judged in this judgment that it can be expanded, that is, If it is determined that wiring can be performed from the base point to the adjacent grid, the expandable point is set in the base point waiting table (step 203), and the process for the base point (X, Y, Z) is performed. Is ended. The points set in the base point wait table are subject to subsequent processing. In addition, the above step 202
Even when it is determined that the expansion is impossible in the determination of, the processing for the base point is ended. As described above, the base point expansion processing in this embodiment is significantly simplified as compared with the conventional method shown in FIGS. 3 and 4, in the case of this embodiment.
Since the processing is performed by referring to the matrix map 101 in which the wiring availability information from each grid to the adjacent grid is set, if only one of the base points extracted from the base point table is referred to, the grid adjacent to it will be displayed. This is because it is possible to determine whether or not wiring is possible, and unlike the case shown in FIG. 3, it is not necessary to individually check each of the trialable X, Y, and Z directions. In other words, by performing the base point expansion with reference to the matrix map 101, it is possible to determine whether or not the wiring to the adjacent grid is possible without referring to the information of other base points. Can be significantly shortened.
【0024】上記実施例によれば以下の作用効果が得ら
れる。According to the above embodiment, the following operational effects can be obtained.
【0025】(1)マトリックスマップ101の設定ス
テップとして、各格子毎に隣接する格子への配線可否情
報を設定し、設定された配線可否情報を参照して基点展
開を行うことにより、当該基点展開において、基点から
隣接点への配線可否が直ちに判断でき、他基点の参照が
不要とされるので、配線経路探索処理の高速化を図るこ
とができる。(1) As a setting step of the matrix map 101, wiring permission / prohibition information for adjacent lattices is set for each lattice, and the reference point expansion is performed by referring to the set wiring permission / prohibition information. In, the possibility of wiring from the base point to the adjacent point can be immediately determined, and it is not necessary to refer to another base point, so that the wiring route search process can be speeded up.
【0026】(2)しかも、試行範囲を限定して当該範
囲のみを探索する方式や、目的点方向を優先して探索す
るような方式のように、基点の展開個数を絞り込むこと
によって処理の高速化を図るものではないので、迷路法
の特徴である探索能力を犠牲にしないで済む。(2) In addition, as in the method of limiting the trial range to search only the range or the method of preferentially searching in the direction of the target point, the processing speed is increased by narrowing down the number of developed base points. Since it is not intended to be realized, it does not have to sacrifice the search ability that is a feature of the maze method.
【0027】(3)全方向配線可能として初期設定し、
各格子毎にそれに隣接する格子のうち、外へ向かう方向
を消去し、配線禁止域、及び当該配線禁止域に隣接する
格子であって当該格子から上記配線禁止域へ向かう方向
を消去する手順によって、マトリックスマップ101へ
の配線可否情報の設定を容易に行うことができる。(3) Initially set so that wiring in all directions is possible,
Of the lattices adjacent to it for each lattice, the outward direction is erased, and the wiring prohibited area and the lattice that is adjacent to the wiring prohibited area and goes from the lattice to the wiring prohibited area are erased by the procedure. The wiring availability information can be easily set in the matrix map 101.
【0028】以上本発明者によってなされた発明を実施
例に基づいて具体的に説明したが、本発明はそれに限定
されるものではなく、その要旨を逸脱しない範囲におい
て種々変更可能であることは言うまでもない。Although the invention made by the present inventor has been specifically described based on the embodiments, the present invention is not limited thereto, and it goes without saying that various modifications can be made without departing from the scope of the invention. Yes.
【0029】例えば、上記実施例において、他の高速化
技術、例えば試行範囲を限定して当該試行範囲のみ探索
する方式や、目的点に近づく方向を優先するように基点
展開を制御する方式を併用するようにしてもよい。For example, in the above-described embodiment, another speed-up technique, for example, a method of limiting the trial range to search only the trial range or a method of controlling the base point expansion so that the direction approaching the target point is prioritized is used together. You may do it.
【0030】また、迷路法を採用する自動配置配線処理
においては、未配線ネットに対して経路探索処理を施
し、もしこの処理で配線経路が発見できないとき、その
障害となる配線を除去した後に再び未配線及び除去した
障害配線について配線処理を行い、その後、再配線前後
の評価値を算出し、有効な方を採用する、という機能が
あり、そのような機能が発揮される場合においても、本
発明は有効である。In the automatic placement and routing process employing the maze method, a route search process is performed on an unrouted net, and if a route cannot be found by this process, the obstacle line is removed and then the route is again searched. There is a function that performs wiring processing for unwired and removed faulty wiring, then calculates the evaluation value before and after rewiring and adopts the effective one. The invention is effective.
【0031】以上の説明では主として本発明者によって
なされた発明をその背景となった利用分野であるCAD
(コンピュータ・エイディッド・デザイン)による自動
配置配線について説明したが、本発明はそれに限定され
るものではなく、DA(デザイン・オートメーション)
を用いた半導体集積回路の自動配置配線に広く適用する
ことができる。In the above description, the invention that was mainly made by the present inventor is the field of use that is the background of CAD.
Although the automatic placement and routing by (Computer Aided Design) has been described, the present invention is not limited thereto and DA (Design Automation) is used.
It can be widely applied to automatic placement and routing of semiconductor integrated circuits using the.
【0032】本発明は、少なくとも端子間を接続するた
めの配線経路が経路探索によって行われることを条件に
適用することができる。The present invention can be applied on the condition that the wiring route for connecting at least the terminals is formed by the route search.
【0033】[0033]
【発明の効果】本願において開示される発明のうち代表
的なものによって得られる効果を簡単に説明すれば下記
の通りである。The effects obtained by the typical ones of the inventions disclosed in the present application will be briefly described as follows.
【0034】すなわち、マトリックスマップの設定ステ
ップとして、各格子毎に隣接する格子への配線可否情報
を設定し、設定された配線可否情報を参照して基点展開
を行うことにより、当該基点展開において、他基点の参
照が不要とされるので、配線経路探索処理の高速化を図
ることができる。また、試行範囲を限定して当該範囲の
みを探索する方式や、目的点方向を優先して探索するよ
うな方式のように、基点の展開個数を絞り込むことによ
って処理の高速化を図るものではないので、迷路法の特
徴である探索能力を犠牲にすることもない。That is, as the setting step of the matrix map, the wiring availability information for the adjacent grids is set for each lattice, and the base point expansion is performed with reference to the set wiring availability information. Since it is not necessary to refer to another base point, it is possible to speed up the wiring route search processing. Further, it is not intended to speed up the process by narrowing down the number of expansions of the base points, unlike the method of limiting the trial range and searching only the range or the method of preferentially searching in the direction of the target point. Therefore, the search ability that is a feature of the maze method is not sacrificed.
【図1】本発明の一実施例方法が適用される自動配置配
線処理におけるマトリックスマップの説明図である。FIG. 1 is an explanatory diagram of a matrix map in automatic placement and routing processing to which a method according to an embodiment of the present invention is applied.
【図2】上記自動配置配線処理における基点展開の流れ
図である。FIG. 2 is a flowchart of base point expansion in the automatic placement and routing process.
【図3】上記自動配置配線処理における基点展開と比較
するための従来方式による基点展開処理の流れ図であ
る。FIG. 3 is a flowchart of base point expansion processing by a conventional method for comparison with base point expansion in the automatic placement and routing processing.
【図4】上記自動配置配線処理における基点展開と比較
するための従来方式による基点展開処理の流れ図であ
る。FIG. 4 is a flowchart of base point expansion processing by a conventional method for comparison with base point expansion in the automatic placement and routing processing.
【図5】上記自動配置配線処理におけるマトリックスマ
ップと比較するための従来方式によるマトリックスマッ
プの説明図である。FIG. 5 is an explanatory diagram of a conventional matrix map for comparison with the matrix map in the automatic placement and routing process.
【図6】上記自動配置配線処理を含むレイアウトの全体
的な処理の流れ図である。FIG. 6 is a flow chart of an overall layout process including the automatic placement and routing process.
10〜33 マトリックスマップの外縁部に属する格子 80 セルレイアウトライブラリ 101 マトリックスマップ 10 to 33 Lattice belonging to outer edge of matrix map 80 Cell layout library 101 Matrix map
Claims (3)
と、このマトリックスマップを参照して配線経路探索を
行うステップと、この経路探索結果に基づいてバックト
レースを行うことにより配線経路を決定するステップ
と、決定された配線経路を配線禁止域として上記マトリ
ックスマップに反映させるステップと含む配線経路処理
方法において、上記マトリックスマップの設定ステップ
は、各格子毎に隣接する格子への配線可否情報を設定す
るステップを含むことを特徴とする配線経路処理方法。1. A step of setting a matrix map, a step of searching a wiring route with reference to this matrix map, a step of determining a wiring route by performing a back trace based on the result of the route search, In the wiring route processing method including the step of reflecting the determined wiring route in the matrix map as a wiring prohibited area, the matrix map setting step includes a step of setting wiring permission / prohibition information for adjacent lattices for each lattice. A wiring path processing method characterized by the above.
方向配線可能として初期設定するステップと、各格子毎
にそれに隣接する格子のうち、外へ向かう方向を消去す
るステップと、配線禁止域、及び当該配線禁止域に隣接
する格子であって当該格子から上記配線禁止域へ向かう
方向を消去するステップとを含む請求項1記載の配線経
路処理方法。2. The step of setting the wiring permission / prohibition information includes a step of initializing that wiring is possible in all directions, a step of erasing an outward direction of lattices adjacent to each lattice, a wiring prohibited area, 2. The wiring route processing method according to claim 1, further comprising: a step of erasing a grid adjacent to the wiring prohibited area and extending from the grid toward the wiring prohibited area.
探索を行うステップと、この経路探索結果に基づいてバ
ックトレースを行うことにより配線経路を決定するステ
ップと、決定された配線経路を配線禁止域として上記マ
トリックスマップに反映させるステップと含む配線経路
処理方法において、上記マトリックスマップは、各格子
毎に隣接する格子への配線可否情報を含むことを特徴と
する配線経路処理方法。3. A step of performing a wiring route search with reference to a matrix map, a step of determining a wiring route by performing a back trace based on the route search result, and the determined wiring route as a wiring prohibited area. In the wiring route processing method including the step of reflecting in the matrix map, the matrix map includes wiring availability information for adjacent lattices for each lattice.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP29008693A JPH07122648A (en) | 1993-10-26 | 1993-10-26 | Routing method for wiring |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP29008693A JPH07122648A (en) | 1993-10-26 | 1993-10-26 | Routing method for wiring |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH07122648A true JPH07122648A (en) | 1995-05-12 |
Family
ID=17751622
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP29008693A Withdrawn JPH07122648A (en) | 1993-10-26 | 1993-10-26 | Routing method for wiring |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH07122648A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1998026636A3 (en) * | 1996-11-27 | 1998-10-08 | Daewoo Electronics Co Ltd | Apparatus for producing an automatic inserting path of a multi-array pcb and a method therefor |
WO1999030546A1 (en) * | 1997-12-05 | 1999-06-17 | Daewoo Electronics Co., Ltd. | Method and apparatus for correcting automatic insertion path |
-
1993
- 1993-10-26 JP JP29008693A patent/JPH07122648A/en not_active Withdrawn
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1998026636A3 (en) * | 1996-11-27 | 1998-10-08 | Daewoo Electronics Co Ltd | Apparatus for producing an automatic inserting path of a multi-array pcb and a method therefor |
WO1999030546A1 (en) * | 1997-12-05 | 1999-06-17 | Daewoo Electronics Co., Ltd. | Method and apparatus for correcting automatic insertion path |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6966045B2 (en) | Method and computer program product for estimating wire loads | |
US5936868A (en) | Method for converting an integrated circuit design for an upgraded process | |
US5623420A (en) | Method and apparatus to distribute spare cells within a standard cell region of an integrated circuit | |
US8473885B2 (en) | Physical design system and method | |
JP4227304B2 (en) | Outline wiring method and apparatus, and recording medium storing outline wiring program | |
US5550748A (en) | Region search for delay routing and signal net matching | |
US6892368B2 (en) | Patching technique for correction of minimum area and jog design rule violations | |
US5046012A (en) | Pattern data processing method | |
US20030009737A1 (en) | Detailed method for routing connections using tile expansion techniques and associated methods for designing and manufacturing VLSI circuits | |
US7509616B2 (en) | Integrated circuit layout design system, and method thereof, and program | |
CN112818626B (en) | Layout wiring method based on multiple masks | |
US20060064653A1 (en) | Automatic layout yield improvement tool for replacing vias with redundant vias through novel geotopological layout in post-layout optimization | |
US20050172253A1 (en) | Automatic placement and routing device, method for placement and routing of semiconductor device, semiconductor device and manufacturing method of the same | |
US6075934A (en) | Method for optimizing contact pin placement in an integrated circuit | |
US7216325B2 (en) | Semiconductor device, routing method and manufacturing method of semiconductor device | |
JP3285134B2 (en) | Cell placement method and device in integrated circuit | |
JPH07122648A (en) | Routing method for wiring | |
JP2006155119A (en) | Lsi physical design method, program and device | |
US5825659A (en) | Method for local rip-up and reroute of signal paths in an IC design | |
JP2000150659A (en) | Method for designing layout of semiconductor integrated circuit device | |
JPH07121600A (en) | Wiring route processing method | |
JP3130810B2 (en) | Automatic placement and routing method | |
JP3132554B2 (en) | Automatic layout design method and apparatus for semiconductor device | |
JPH0563087A (en) | Laying-out method | |
JPH05181934A (en) | Method for verifying layout data on semiconductor device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20001226 |