JPH03231372A - Automatic wiring method - Google Patents

Automatic wiring method

Info

Publication number
JPH03231372A
JPH03231372A JP2027628A JP2762890A JPH03231372A JP H03231372 A JPH03231372 A JP H03231372A JP 2027628 A JP2027628 A JP 2027628A JP 2762890 A JP2762890 A JP 2762890A JP H03231372 A JPH03231372 A JP H03231372A
Authority
JP
Japan
Prior art keywords
point
obstacle
search
binary tree
detour
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.)
Pending
Application number
JP2027628A
Other languages
Japanese (ja)
Inventor
Ichiro Kato
一郎 加藤
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2027628A priority Critical patent/JPH03231372A/en
Publication of JPH03231372A publication Critical patent/JPH03231372A/en
Pending legal-status Critical Current

Links

Landscapes

  • Internal Circuitry In Semiconductor Integrated Circuit Devices (AREA)
  • Design And Manufacture Of Integrated Circuits (AREA)

Abstract

PURPOSE:To execute the automatic wiring in which a path detection rate is high and a memory is used efficiently by preparing plural prescribed procedures, executing a search of high linearity and a flexible alternative search, and also, containing a path by a data structure of a binary tree node. CONSTITUTION:A procedure for executing a linear search from a source point and recording a coordinate of its point to a binary tree node at the time when an obstacle is detected, a procedure for searching an alternative route of the obstacle and detecting an alternative point, a procedure for executing a linear search and calculating a point coordinate at the time of reaching the next obstacle or a target line, a procedure for adding a binary tree node to this point and recording a coordinate of the point and a relation to the existing binary tree node, a procedure for back-tracing the data of the existing binary tree node at the time of reaching a new fault in an alternative point detecting process and changing a tree structure, a procedure for starting from an arrival point and executing recursively and repeatedly the second - fifth procedures until the time when the alternative search is ended, and a procedure for selecting an optimal path at the time when the alternative search is ended are provided and executed.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は自動配線方法に関し、特に電気系統のCADシ
ステムにおいて、プリント基板やハイブリッドIC,L
SIなどの配線レイアウトを求める自動配線方法に関す
る。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an automatic wiring method, particularly in a CAD system for electrical systems, such as printed circuit boards, hybrid ICs, L
This invention relates to an automatic wiring method for determining wiring layouts such as SI.

〔従来の技術〕[Conventional technology]

自動配線方法とは、プリント基板上の部品端子や外部接
続端子間の接続経路を、種々の与えられた条件のもとて
コンピュータにより探索するものであり、従来から種々
の手法が提案されている。
The automatic wiring method uses a computer to search for connection paths between component terminals and external connection terminals on a printed circuit board under various given conditions, and various methods have been proposed in the past. .

しかしながら、現状ではすべての必要な配線の経路を自
動配線で決定することは困難であり、一般には、自動配
線で残された未配線ネットを人手で探索し、既配線のい
くつかを取り外して再配線することが行われている。
However, currently it is difficult to determine all the necessary wiring routes using automatic wiring, and generally the unrouted nets left by automatic wiring are manually searched for, and some of the existing wiring is removed and re-routed. Wiring is being done.

従来から知られている最も基本的な自動配線方法に、最
短距離の経路を探索することを最優先させたメイズルー
タ(迷路法)がある。この手法は配線する領域を格子状
に分割し、その格子に各種の重みを加えて最適経路を決
定するものである。
One of the most basic automatic wiring methods known to date is the maze router, which prioritizes searching for the shortest route. This method divides the wiring area into grids and adds various weights to the grids to determine the optimal route.

そのアルゴリズムは、始点の格子から波を立て、それが
周囲に広がっていくように周りの格子の重みを決定しな
がら、終点の格子までのすべての経路をしらみつぶしに
探索していくものである。この手法は、経路があれば必
ず最短経路が発見できるが、探索に時間がかかりコンピ
ュータのメモリを多く必要とする。
The algorithm creates waves from the starting point grid, determines the weights of the surrounding grids so that the wave spreads out, and exhaustively searches all paths to the ending point grid. . This method can always find the shortest route if there is a route, but the search takes a long time and requires a lot of computer memory.

これに対して、メイズルータのように総当たり的な試行
でなく、簡単な経路だけの試行を行う発見的手法も多く
提案されている。その代表的なものは線分探索法であり
、接続すべき両端からX。
On the other hand, many heuristic methods have been proposed in which only simple routes are tried, rather than brute-force trials like the maze router. A typical method is the line segment search method, in which X is searched from both ends to be connected.

Y方向に順次線分を発生させ、始点からの線分と終点か
らの線分とが交わったとき、その交点から逆方向にたど
って経路を決定するもので、X方向とY方向の配線は、
スルーホールを介してプリント基板の表裏に配線される
Line segments are generated sequentially in the Y direction, and when a line segment from the start point and a line segment from the end point intersect, the route is determined by tracing in the opposite direction from that intersection, and the wiring in the X and Y directions is ,
Wired to the front and back of the printed circuit board via through holes.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のメイズルータの手法は、配線経路があれ
ば必ずその経路を発見できるが、記憶容量と処理時間と
を多く必要とする欠点がある。更に、力ずくで経路を探
索するために配線パターンが不自然になりがちで、後続
の配線修正作業がかえってやりにくくなる局面が多い。
The conventional maze router method described above can always find a wiring route if it exists, but it has the disadvantage of requiring a large amount of storage capacity and processing time. Furthermore, since the route is searched for by force, the wiring pattern tends to be unnatural, which often makes subsequent wiring correction work more difficult.

一方、発見的手法の線分探索法は、単純な線分を中心と
した探索で配線の端点情報の記憶のみでよく、記憶容量
と処理時間が少なくてすむ。しかし、単純な線分を基調
として経路探索を実行するため、実際の自動配線場面で
は配線経路を発見できない状況が多く、かなり整然とし
たビン配列の場合に限り有効であるという欠点がある。
On the other hand, the line segment search method, which is a heuristic method, performs a search centered on simple line segments and requires only storage of wiring end point information, which requires less storage capacity and processing time. However, since route searches are performed based on simple line segments, there are many situations in which wiring routes cannot be found in actual automatic wiring situations, and the drawback is that it is only effective when the bins are arranged in a fairly orderly manner.

本発明の目的は、従来の線分探索法と比較して経路発見
率が高く、メモリ使用が効率的で大きなメモリ容量を必
要としない自動配線方法を提供することである。
An object of the present invention is to provide an automatic wiring method that has a higher route discovery rate than conventional line segment search methods, uses memory more efficiently, and does not require a large memory capacity.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の自動配線方法は、ターゲット点を通るターゲッ
トラインに向かってソース点から垂直に直線探索を行い
障害物を発見すると障害到達ポイントの座標を算出して
二分木ノードに記録する第1の手順と、前記障害到達ポ
イントから左または右に前記障害物を迂回するルートを
探索して迂回ポイントを検出し迂回実行済みを表示する
左または右の方向フラグを前記障害物に立てる第2の手
順と、前記迂回ポイントから前記ターゲットラインに向
かって垂直に直線探索を行い次の障害物または前記ター
ゲットラインに到達したとき対象到達ポイントの座標を
算出する第3の手順と、この対象到達ポイントに新たな
二分木ノードを追加し前記対象到達ポイントの座標およ
び既存の二分木ノードとの関係を記録する第4の手順と
、前記迂回ポイントを検出する過程で新たな障害に到達
した場合に既に作成された二分木ノードのデータをバッ
クトレースしてツリー構造を変更する第5の手順と、前
記対象到達ポイントを出発点として前記第2〜第5の手
順をすべての障害物の迂回探索を終了するまで再帰的に
繰り返し実行する第6の手順と、すべての障害物の迂回
探索を終了した場合ツリーのバックトレースにより最適
な経路を選択する第7の手順とを備えて構成されている
The automatic wiring method of the present invention includes a first step in which a straight line is searched perpendicularly from a source point toward a target line passing through a target point, and when an obstacle is found, the coordinates of the point at which the obstacle is reached are calculated and recorded in a binary tree node. and a second step of setting a left or right direction flag on the obstacle, which searches for a route that detours around the obstacle to the left or right from the obstacle arrival point, detects the detour point, and indicates that the detour has been completed. , a third step of performing a straight line search vertically from the detour point toward the target line and calculating the coordinates of the target arrival point when the next obstacle or the target line is reached; A fourth step is to add a binary tree node and record the coordinates of the target arrival point and the relationship with existing binary tree nodes, and if a new obstacle is reached in the process of detecting the detour point, A fifth step of backtracing the data of the binary tree node to change the tree structure, and recursing the second to fifth steps starting from the target arrival point until the detour search for all obstacles is completed. A sixth step is to repeatedly execute the route, and a seventh step is to select the optimal route by backtracing the tree when the detour search for all obstacles has been completed.

〔実施例〕〔Example〕

次に、本発明の実施例について、図面を参照して詳細に
説明する。
Next, embodiments of the present invention will be described in detail with reference to the drawings.

第1図は本発明の一実施例のSPD形式で示したフロー
チャートである。
FIG. 1 is a flowchart in SPD format of one embodiment of the present invention.

第1図に示した自動配線方法は、ソース点からターゲッ
ト点を通るターゲットラインへの垂直線を探索し最初の
障害物を検出して二分木ノードを設定する第1の手順S
1と、障害物を迂回して迂回ポイントを算出する第2の
手順S2と、迂回ポイントからターゲットラインへの垂
直線を探索し次の障害物を検出する第3の手順S3と、
新しいノードを現存の二分木ノードに追加する第4の手
順S4と、迂回の過程で障害物を発見した場合にバック
トレースにてツリー構造を変更する第5の手順S5と、
第2の手順S2から第5の手順S5までの各手順を再帰
的に繰り返す第6の手順S6と、バックトレースにより
最適経路を決定する第7の手順S7とを含んで構成され
ている。
The automatic wiring method shown in Figure 1 consists of a first step S in which a vertical line from the source point to the target line passing through the target point is searched, the first obstacle is detected, and a binary tree node is set.
1, a second step S2 of detouring around an obstacle and calculating a detour point, and a third step S3 of searching a perpendicular line from the detour point to the target line to detect the next obstacle.
a fourth step S4 of adding a new node to an existing binary tree node; a fifth step S5 of changing the tree structure using a backtrace when an obstacle is discovered during the detour;
The procedure includes a sixth procedure S6 that recursively repeats each procedure from the second procedure S2 to the fifth procedure S5, and a seventh procedure S7 that determines the optimal route by back tracing.

第2図は本実施例の動作を説明するためのプリント基板
の一例のレイアウト図、第3図は本実施例により横築さ
れる二分木ノードのデータ構造図である。以下に第2図
および第3図を参照しながら第1図に従ってその動作を
詳細に説明する。
FIG. 2 is a layout diagram of an example of a printed circuit board for explaining the operation of this embodiment, and FIG. 3 is a data structure diagram of a binary tree node horizontally constructed according to this embodiment. The operation will be described in detail below according to FIG. 1 with reference to FIGS. 2 and 3.

第2図において、ソース点1からターゲット点2を通る
ターゲットライン3に向かう垂直線に沿い探索を行う。
In FIG. 2, a search is performed along a vertical line from source point 1 to target line 3 passing through target point 2.

この垂直線上で障害物4を検出すると、この障害到達ポ
イント5の座標x2.y、を算出し、これを第3図に示
す二分木ノード15の障害到達ポイント座標20に記録
する(Sl)。
When an obstacle 4 is detected on this vertical line, the coordinates of this obstacle arrival point 5 are x2. y is calculated and recorded in the fault arrival point coordinates 20 of the binary tree node 15 shown in FIG. 3 (Sl).

ここで、障害物を迂回探索する再帰呼び出しメインルー
チンS6を呼び出して迂回探索に入る。
Here, a recursive call main routine S6 for detouring around the obstacle is called to enter the detouring search.

まず、障害物4の左側迂回探索を行い左側迂回ポイント
6の座標を算出し、その値を一時記憶すると同時に、障
害物4の情報に左側迂回を実施したことを表す方向フラ
グを追記する(S2)。次に、この左側迂回ポイント6
を新しいソース点としてターゲットライン3への垂直線
を探索し、次の障害物7を検出すると障害到達ポイント
8の座標X8.Y8を算出する(S3)。ここで、ツリ
ー構造に新しい二分木ノード16を追加し、障害到達ポ
イント8の座標X8.Y8を二分木ノード16に記録す
ると共に、新しい二分木ノード16と既存の二分木ノー
ド15との間を関係付けるバックトレースポインタ23
.左迂回ポインタ21にそれぞれポインタN 15+ 
N 16を記録する(S4)。
First, a left side detour search is performed for the obstacle 4, and the coordinates of the left side detour point 6 are calculated, and the values are temporarily stored. At the same time, a direction flag indicating that a left side detour has been implemented is added to the information about the obstacle 4 (S2 ). Next, this left detour point 6
A vertical line to the target line 3 is searched using the new source point, and when the next obstacle 7 is detected, the coordinates of the obstacle arrival point 8 are determined as Y8 is calculated (S3). Here, a new binary tree node 16 is added to the tree structure, and the coordinates of the obstacle arrival point 8 are X8. A backtrace pointer 23 that records Y8 in the binary tree node 16 and associates the new binary tree node 16 with the existing binary tree node 15
.. Pointer N 15+ for each left detour pointer 21
N16 is recorded (S4).

次に、再び再帰呼び出しメインルーチンS6が呼び出さ
れ、障害物7の左側迂回ポイント9が検出される(S2
)。更にターゲットライン3への垂直線の探索が行われ
、ターゲットライン3に到達すると(S3)、二分木ノ
ード17が追加されターゲットライン到達ポイント10
の座標Xlo。
Next, the recursive main routine S6 is called again, and the left detour point 9 of the obstacle 7 is detected (S2
). Further, a search for a perpendicular line to the target line 3 is performed, and when the target line 3 is reached (S3), a binary tree node 17 is added and the target line arrival point 10
The coordinates Xlo.

YloとポインタN16とが記録される(S4)。更に
ポインタN17が二分木ノード16に記録されて左側迂
回探索を終了し右側迂回探索に入る。
Ylo and pointer N16 are recorded (S4). Furthermore, the pointer N17 is recorded in the binary tree node 16, the left side detour search ends, and the right side detour search begins.

右側迂回探索は、まず障害到達ポイント8から右側迂回
ポイント11を検出して障害物7に右側迂回の方向フラ
グを立て、ターゲットライン3への垂直線を探索する。
In the right detour search, first, the right detour point 11 is detected from the obstacle arrival point 8, a right detour direction flag is set on the obstacle 7, and a vertical line to the target line 3 is searched.

ターゲットライン3に到達すると、二分木ノード18が
作成され、ターゲットライン到達ポイント12の座標x
t2.yl□と各ポインタN、6.N、、とがそれぞれ
記録される。
When the target line 3 is reached, a binary tree node 18 is created and the coordinate x of the target line arrival point 12 is
t2. yl□ and each pointer N, 6. N, , and are recorded respectively.

次に、障害到達ポイント5から障害物4の右側迂回探索
を実行し、右側迂回ポイント13を算出して垂直探索を
行い、障害物7を検出すると二分木ノード19が作成さ
れ、障害到達ポイント14の座標X14.Y14とポイ
ンタN15が記録され、二分木ノード15の右迂回ポイ
ンタ22にはポインタN19が記録される。しかし、障
害物7には既に左右の方向フラグが立っているので、こ
れ以上の探索は必要ないと判断され、二分木ノード1つ
にはポインタN 17. N 1gが記録され、二分木
ノード17.18にはポインタN19が追加されすべて
の迂回探索を終了する。このように迂回方向フラグを使
用することで、無駄な多重探索を回避することが可能で
ある。
Next, a right detour search for the obstacle 4 is executed from the obstacle arrival point 5, a right detour point 13 is calculated, a vertical search is performed, and when the obstacle 7 is detected, a binary tree node 19 is created, and the obstacle arrival point 14 is Coordinates of X14. Y14 and pointer N15 are recorded, and pointer N19 is recorded in the right detour pointer 22 of the binary tree node 15. However, since the left and right direction flags have already been set for obstacle 7, it is determined that no further search is necessary, and one binary tree node has a pointer N17. N1g is recorded, a pointer N19 is added to the binary tree node 17.18, and all detour searches are completed. By using the detour direction flag in this way, it is possible to avoid unnecessary multiple searches.

すべての障害物に対する左右の迂回探索を終了すると、
バックトレースにより最適経路を選択決定する(S7)
After completing the left and right detour search for all obstacles,
Select and determine the optimal route by backtrace (S7)
.

なお、第2図には示されていないが、障害物を迂回して
迂回ポイントを検出する過程で新たな障害物に到達した
場合には、既に作成された二分木ノードの位置を、その
障害物を避けて迂回ポイントが検出できるところまで戻
すようにツリー構造を変更する(S5)。
Although not shown in Figure 2, if a new obstacle is reached in the process of detouring around the obstacle and detecting the detour point, the position of the already created binary tree node will be changed to that obstacle. The tree structure is changed to avoid objects and return to a point where a detour point can be detected (S5).

二分木のデータ構造には、左側迂回のための左迂回ポイ
ンタ21と、右側迂回のための右迂回ポインタ22及び
バックトレースのためのバックトレースポインタ23が
与えられてツリーを構成している。更に、障害到達ポイ
ント座標20に各座標値が格納されている。この記憶手
法により、つの二分木ノードで二つの線分を表現するこ
とが可能であるので、通常の約半分のメモリ容量で済み
メモリの使用効率もよくなる。
The data structure of the binary tree includes a left detour pointer 21 for left detour, a right detour pointer 22 for right detour, and a backtrace pointer 23 for backtrace to form a tree. Furthermore, each coordinate value is stored in the obstacle arrival point coordinates 20. With this storage method, it is possible to represent two line segments with one binary tree node, so the memory capacity is about half of the usual memory capacity, and the memory usage efficiency is also improved.

〔発明の効果〕〔Effect of the invention〕

以上詳細に説明したように、本発明の自動配線方法は、
直線性の高い探索を実行するのでメイズルータのような
不自然な経路を発生することがなく、障害物の検出に応
じて柔軟に迂回しながら経路探索を実行するので従来の
発見的手法にはみられない高い経路発見率が得られる。
As explained in detail above, the automatic wiring method of the present invention
Since it performs a highly linear search, it does not generate unnatural routes like a maze router, and it performs a route search while flexibly detouring according to the detection of obstacles, so it is difficult to use with conventional heuristic methods. A high route discovery rate that is difficult to find can be obtained.

又、経路探索の領域幅を設定してその中に存在する経路
を二分木ノードのデータ構造で網羅するので、最適な経
路決定がしやすく、二分木ノードのデータ構造が一つの
二分木ノートで二つの線分を表現できるので記憶容量を
従来の半分にできる効果がある。
In addition, since the region width for route search is set and the routes existing within it are covered by the binary tree node data structure, it is easier to determine the optimal route, and the binary tree node data structure is reduced to one binary tree node. Since it can represent two line segments, it has the effect of halving the storage capacity of the conventional method.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明の一実施例のSPD形式によるフローチ
ャート、第2図は本発明を適用するレイアウト図、第3
図は本発明が使用する二分木データ構造の例を示す説明
図である。 1・・・・・・ソース点、2・・・・・・ターゲット点
、3・・・・・・ターゲットライン、4,7・・・・・
・障害物、5,8゜14・・・・・[F到達ポイント、
6,9・・・用左側迂回ポイント、10.12・・・・
・・ターゲットライン到達ポイント、11.13・・・
・・・右側迂回ポイント、15〜1つ・・・・・・二分
木ノード、2o・・・・・・障害到達ポイント座標、2
1・・・・・・左迂回ポインタ、22・・・・・・右迂
回ポインタ、23・・−・・・バックトレースポインタ
FIG. 1 is a flowchart in SPD format of an embodiment of the present invention, FIG. 2 is a layout diagram to which the present invention is applied, and FIG.
The figure is an explanatory diagram showing an example of a binary tree data structure used in the present invention. 1...Source point, 2...Target point, 3...Target line, 4,7...
・Obstacle, 5,8°14...[F arrival point,
Left side detour point for 6, 9..., 10.12...
・Target line arrival point, 11.13...
... Right side detour point, 15 to 1 ... Binary tree node, 2o ... Obstacle arrival point coordinates, 2
1...Left detour pointer, 22...Right detour pointer, 23...Backtrace pointer.

Claims (1)

【特許請求の範囲】[Claims]  ターゲット点を通るターゲットラインに向かつてソー
ス点から垂直に直線探索を行い障害物を発見すると障害
到達ポイントの座標を算出して二分木ノードに記録する
第1の手順と、前記障害到達ポイントから左または右に
前記障害物を迂回するルートを探索して迂回ポイントを
検出し迂回実行済みを表示する左または右の方向フラグ
を前記障害物に立てる第2の手順と、前記迂回ポイント
から前記ターゲットラインに向かって垂直に直線探索を
行い次の障害物または前記ターゲットラインに到達した
とき対象到達ポイントの座標を算出する第3の手順と、
この対象到達ポイントに新たな二分木ノードを追加し前
記対象到達ポイントの座標および既存の二分木ノードと
の関係を記録する第4の手順と、前記迂回ポイントを検
出する過程で新たな障害に到達した場合に既に作成され
た二分木ノードのデータをバックトレースしてツリー構
造を変更する第5の手順と、前記対象到達ポイントを出
発点として前記第2〜第5の手順をすべての障害物の迂
回探索を終了するまで再帰的に繰り返し実行する第6の
手順と、すべての障害物の迂回探索を終了した場合ツリ
ーのバックトレースにより最適な経路を選択する第7の
手順とを備えたことを特徴とする自動配線方法。
A first step is to perform a straight line search perpendicularly from the source point toward the target line passing through the target point, and when an obstacle is found, calculate the coordinates of the obstacle arrival point and record it in a binary tree node. or a second step of searching for a route that detours around the obstacle to the right, detecting a detour point, and setting a left or right direction flag on the obstacle to indicate that the detour has been completed; a third step of calculating the coordinates of the target arrival point when the next obstacle or the target line is reached by performing a straight line search perpendicularly to the target line;
A fourth step of adding a new binary tree node to this target arrival point and recording the coordinates of the target arrival point and the relationship with the existing binary tree node, and a new obstacle is reached in the process of detecting the detour point. A fifth step is to backtrace the data of the binary tree node that has already been created and change the tree structure, and the second to fifth steps are performed starting from the target arrival point to remove all obstacles. The sixth step is to recursively repeat the detour search until the detour search is completed, and the seventh step is to select the optimal route by backtracing the tree when the detour search for all obstacles has been completed. Features automatic wiring method.
JP2027628A 1990-02-06 1990-02-06 Automatic wiring method Pending JPH03231372A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2027628A JPH03231372A (en) 1990-02-06 1990-02-06 Automatic wiring method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2027628A JPH03231372A (en) 1990-02-06 1990-02-06 Automatic wiring method

Publications (1)

Publication Number Publication Date
JPH03231372A true JPH03231372A (en) 1991-10-15

Family

ID=12226225

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2027628A Pending JPH03231372A (en) 1990-02-06 1990-02-06 Automatic wiring method

Country Status (1)

Country Link
JP (1) JPH03231372A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112541987A (en) * 2020-12-17 2021-03-23 深圳我家云网络科技有限公司 Electronic patrol route generation method and device and computer storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112541987A (en) * 2020-12-17 2021-03-23 深圳我家云网络科技有限公司 Electronic patrol route generation method and device and computer storage medium

Similar Documents

Publication Publication Date Title
JP4454542B2 (en) Computer-aided design program and system
CN116402006B (en) Method for constructing complete optimal Steiner tree lookup table based on edge movement
JPH03231372A (en) Automatic wiring method
JP3229235B2 (en) Wiring shaping method and apparatus, prohibited area radius determining method and apparatus
JP3014157B2 (en) Automatic wiring method
JP2938431B1 (en) Wiring design device, wiring determination device, and methods thereof
JP2929978B2 (en) Automatic wiring method and device
JP2858551B2 (en) Wiring inspection data creation method
JP2776402B2 (en) Wiring route display method
JP2607694B2 (en) CAD system
JPH08202753A (en) Automatic wiring correcting method for circuit diagram
JP2752530B2 (en) Automatic wiring method and device therefor
JP2973970B2 (en) Automatic wiring method and method of specified length pattern
JPH0789357B2 (en) Unwired section display device using automatic wiring processing function
JPH026102B2 (en)
JPH01292473A (en) Method for determining wiring route
JPH09212542A (en) Area estimating device for lsi chip
JPS635794B2 (en)
JPH0648488B2 (en) Automatic wiring method
JPS6190491A (en) Wiring considering signal delay
JPH05151316A (en) Wiring path determining method
JPS63155740A (en) Wiring processing system
JPS62209890A (en) Automatic wiring
JPH0550029B2 (en)
JPH09212538A (en) Method and tool for generating index for equal-length balanced wiring