JP4841900B2 - Process flow check apparatus, method and program - Google Patents

Process flow check apparatus, method and program Download PDF

Info

Publication number
JP4841900B2
JP4841900B2 JP2005255044A JP2005255044A JP4841900B2 JP 4841900 B2 JP4841900 B2 JP 4841900B2 JP 2005255044 A JP2005255044 A JP 2005255044A JP 2005255044 A JP2005255044 A JP 2005255044A JP 4841900 B2 JP4841900 B2 JP 4841900B2
Authority
JP
Japan
Prior art keywords
condition
process flow
check
specification rule
start preparation
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.)
Expired - Fee Related
Application number
JP2005255044A
Other languages
Japanese (ja)
Other versions
JP2007066252A (en
Inventor
浩史 上田
英生 豊田
啓 川添
寛 杉川
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.)
Renesas Electronics Corp
Original Assignee
Renesas Electronics 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 Renesas Electronics Corp filed Critical Renesas Electronics Corp
Priority to JP2005255044A priority Critical patent/JP4841900B2/en
Publication of JP2007066252A publication Critical patent/JP2007066252A/en
Application granted granted Critical
Publication of JP4841900B2 publication Critical patent/JP4841900B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Exposure Of Semiconductors, Excluding Electron Or Ion Beam Exposure (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Exposure And Positioning Against Photoresist Photosensitive Materials (AREA)
  • General Factory Administration (AREA)

Description

本発明は、作成した工程フローを、予め定められた工程仕様ルールと照らし合わせて、仕様違反の有無をチェックする工程フローチェック装置、方法およびプログラムに関する。   The present invention relates to a process flow check apparatus, method, and program for checking the existence of a specification violation by comparing a created process flow with a predetermined process specification rule.

従来の工程フローチェック装置では、作成した工程フローの仕様違反の有無をチェック(工程フローチェック)するための工程仕様ルールとして、以下の3つのルールがある。   In the conventional process flow check apparatus, there are the following three rules as process specification rules for checking whether or not there is a violation of the specifications of the created process flow (process flow check).

第1の工程仕様ルールとして、正方向および逆方向に係る存在必須ルールがある。正方向に係る存在必須ルールは、図8(a)に示すように、製造工程の開始工程から最終工程への方向(この方向を「正方向」)にチェックを行う際、2つの特定工程間に必須工程が存在するか否かをチェックするためのルールである。例えば、工程仕様ルール上、工程Aから工程Cまでの間に工程Bが必須であるとき、開始条件;工程A、終了条件;工程C、必須条件;工程Bと表す。逆方向に係る存在必須ルールは、図8(b)に示すように、製造工程の終了工程から開始工程への方向(この方向を「逆方向」)にチェックを行う際、2つの特定工程間に必須工程が存在するか否かをチェックするためのルールである。例えば、工程仕様ルール上、工程Cから工程Aまでの間に工程Bが必須であるとき、開始条件;工程C、終了条件;工程A、必須条件;工程Bと表す。以上のような第1の工程仕様ルールは、特許文献1、3で開示されている。ここで、「開始条件」とは、チェックを開始するための工程を規定した条件をいう。「必須条件」とは、少なくとも開始条件に設定された工程が存在するときに開始条件に設定された工程の前または後に必須となる工程を規定した条件をいう。「終了条件」とは、チェックを終了するための工程を規定した条件をいう。   As the first process specification rule, there is a presence essential rule relating to the forward direction and the reverse direction. As shown in FIG. 8 (a), the presence-indispensable rule relating to the positive direction is determined by checking the direction from the start process to the final process (this direction is “positive direction”) between two specific processes. Is a rule for checking whether or not an essential process exists. For example, when the process B is indispensable between the process A and the process C in the process specification rule, the start condition; the process A, the end condition; the process C, the indispensable condition; As shown in FIG. 8 (b), the existence essential rule relating to the reverse direction is the difference between two specific steps when checking the direction from the end step of the manufacturing process to the start step (this direction is “reverse direction”). Is a rule for checking whether or not an essential process exists. For example, when the process B is indispensable between the process C and the process A in the process specification rule, the start condition; the process C, the end condition; the process A, the indispensable condition; The first process specification rule as described above is disclosed in Patent Documents 1 and 3. Here, the “start condition” refers to a condition that defines a process for starting a check. The “essential condition” refers to a condition that defines a process that is essential before or after the process set as the start condition when there is at least a process set as the start condition. “End condition” refers to a condition that defines a process for ending the check.

第2の工程仕様ルールとして、直前および直後に係る存在必須ルールがある。直前に係る存在必須ルールは、図9(c)に示すように、ある特定工程の直前に直前工程が存在するか否かをチェックするためのルールである。例えば、工程仕様ルール上、工程Bの直前に工程Aが必須であるとき、開始条件;工程B、必須条件;工程Aと表す。直後に係る存在必須ルールは、図9(d)に示すように、ある特定工程の直後に直後工程が存在するか否かをチェックするためのルールである。例えば、工程仕様ルール上、工程Bの直後に工程Cが必須であるとき、開始条件;工程B、必須条件;工程Cと表す。以上のような第2の工程仕様ルールは、特許文献2で開示されている。   As the second process specification rule, there is a presence essential rule that is immediately before and immediately after. As shown in FIG. 9C, the existence essential rule immediately before is a rule for checking whether or not the immediately preceding process exists immediately before a certain specific process. For example, when the process A is indispensable immediately before the process B in the process specification rule, the start condition; the process B, the indispensable condition; As shown in FIG. 9D, the existence essential rule immediately after is a rule for checking whether or not an immediately following process exists immediately after a certain specific process. For example, when the process C is indispensable immediately after the process B in the process specification rule, the start condition; the process B, the indispensable condition; The second process specification rule as described above is disclosed in Patent Document 2.

第3の工程仕様ルールとして、存在禁止ルールがある。存在禁止ルールは、図10に示すように、2つの特定工程間に禁止工程が存在するか否かをチェックするためのルールである。例えば、工程仕様ルール上、工程Aから工程Cまでの間に工程Bの存在を禁止するとき、開始条件;工程A、終了条件;工程C、禁止条件;工程Bと表す。以上のような第3の工程仕様ルールは、特許文献1、3で開示されている。   As a third process specification rule, there is an existence prohibition rule. The existence prohibition rule is a rule for checking whether or not a prohibition process exists between two specific processes, as shown in FIG. For example, in the process specification rule, when the existence of the process B is prohibited between the process A and the process C, the start condition; the process A, the end condition; the process C, the prohibition condition; The third process specification rule as described above is disclosed in Patent Documents 1 and 3.

特開2002−151374号公報JP 2002-151374 A 特開2001−93793号公報JP 2001-93793 A 特開平8-315016号公報Japanese Patent Application Laid-Open No. 8-315016

しかしながら、工程フローの多様化、複雑化により、特定工程後において工程フローチェックの対象外としたい場合がでてきており、従来の工程フローチェック装置および方法では、仕様違反の検出が困難になるケースがでてきている。   However, due to the diversification and complexity of the process flow, there are cases where it is desired to exclude the process flow check after a specific process, and it is difficult to detect violations of specifications with the conventional process flow check apparatus and method. Is coming out.

例えば、図11に示すように、ケース(A)の場合、高電流イオン注入後のレジスト剥離にはプラズマ剥離が必須であるが、ケース(B)の場合、シリコン酸化膜のウェットエッチング後の場合には(高電流イオン注入後の)プラズマ剥離を必須としないので、ケース(B)ではプラズマ剥離を工程フローチェックの対象外としたいといった場合がある。ケース(A)においてプラズマ剥離が存在しない場合は仕様違反あり、ケース(B)においてプラズマ剥離が存在しない場合は仕様違反なし、となるようにしたいが、従来の工程フローチェック装置および方法では、工程仕様ルール(第1の工程仕様ルールの正方向に係る存在必須ルール)を用いてケース(A)の仕様違反を検出する仕様ルールを適用した場合、ケース(B)には対応できず、ケース(B)のチェック結果は違反となってしまう(ちなみに真の仕様違反ではないがチェック結果が仕様違反となる場合を「擬似違反」という)。チェックの結果、仕様違反となった場合においては、その都度、人が判断して対処することになるが、このような擬似違反が多いと、確認の工数が増加するばかりか、最悪、真の仕様違反を見逃すケースが出てきてしまう。   For example, as shown in FIG. 11, in the case (A), plasma stripping is essential for resist stripping after high-current ion implantation. In the case (B), after silicon oxide film wet etching is performed. In the case (B), there is a case where it is desired to exclude the plasma peeling from the process flow check. In case (A), there is no specification violation when there is no plasma separation, and in case (B) there is no specification violation when there is no plasma separation. In the conventional process flow check apparatus and method, When a specification rule for detecting a specification violation in case (A) is applied using a specification rule (existence mandatory rule in the positive direction of the first process specification rule), case (B) cannot be handled and case ( The check result of B) becomes a violation (by the way, the case where the check result is a specification violation although it is not a true specification violation) is referred to as a “pseudo violation”. As a result of the check, if a specification is violated, a person will judge and deal with it every time. However, if there are many such pseudo violations, not only will the man-hours for confirmation increase, but the worst and true There are cases in which specification violations are missed.

本発明の主な課題は、工程フローの多様化、複雑化にも対応できるようにすることである。   The main problem of the present invention is to cope with diversification and complexity of process flows.

本発明の第1の視点においては、工程フローチェック装置において、チェックを開始するための工程が規定された開始条件と、前記開始条件に規定された工程の前に必ず存在する工程が規定された開始準備条件と、少なくとも前記開始条件および前記開始準備条件に設定された各工程が存在するときに前記開始条件に設定された工程の前または後に必須となる工程が規定された必須条件と、が設定された工程仕様ルールを記憶する工程仕様ルール記憶部と、複数の工程を所定の順序で配列した工程フローを記憶する工程フロー記憶部と、前記工程フローの各工程を、前記工程仕様ルールの前記開始条件、前記開始準備条件、および前記必須条件と照らし合わせて、前記工程フローにおいて前記開始条件および前記開始準備条件に該当する工程が存在するときに、前記工程フローにおいて前記必須条件に該当する工程が存在するか否かをチェックするチェック部と、を備えることを特徴とする。   In the first aspect of the present invention, in the process flow check apparatus, a start condition in which a process for starting a check is defined and a process that always exists before the process defined in the start condition are defined. A start preparation condition, and at least the start condition and an indispensable condition in which a process that is indispensable before or after the process set in the start condition when each process set in the start preparation condition exists is defined. A process specification rule storage unit that stores the set process specification rule, a process flow storage unit that stores a process flow in which a plurality of processes are arranged in a predetermined order, and each process of the process flow is stored in the process specification rule. Steps corresponding to the start condition and the start preparation condition in the process flow in comparison with the start condition, the start preparation condition, and the essential condition When present, characterized in that it comprises a checking unit which processes corresponding to the prerequisite in the process flow checks if there.

本発明の前記工程フローチェック装置において、前記チェック部は、前記工程フローにおいて前記工程仕様ルールの前記開始条件および前記開始準備条件の一方又は両方に該当する工程が存在しないときに、前記工程フローにおいて前記必須条件に該当する工程が存在するか否かのチェックを行わないことが好ましい。   In the process flow check device according to the present invention, the check unit may include a process corresponding to one or both of the start condition and the start preparation condition of the process specification rule in the process flow. It is preferable not to check whether there is a process corresponding to the essential condition.

本発明の前記工程フローチェック装置において、前記チェック部は、前記工程フローにおいて前記工程仕様ルールの前記開始準備条件に該当する工程が複数存在するときに、後に存在する前記開始準備条件に該当する工程を基準にチェックを行うことが好ましい。   In the process flow check device of the present invention, when the check unit includes a plurality of processes corresponding to the start preparation condition of the process specification rule in the process flow, a process corresponding to the start preparation condition existing later It is preferable to check based on the above.

本発明の前記工程フローチェック装置において、前記チェック部は、前記工程フローにおいて前記工程仕様ルールの前記開始準備条件に該当する工程が複数存在し、かつ、前記開始準備条件に該当する工程の間に前記開始条件に該当する工程が存在するときに、前記開始条件に該当する工程の前の前記開始準備条件に該当する工程を基準にチェックを行うことが好ましい。   In the process flow check device of the present invention, the check unit includes a plurality of processes corresponding to the start preparation condition of the process specification rule in the process flow, and a process corresponding to the start preparation condition. When there is a process corresponding to the start condition, it is preferable to perform a check based on a process corresponding to the start preparation condition before the process corresponding to the start condition.

本発明の前記工程フローチェック装置において、前記工程仕様ルール記憶部は、互いに異なるルールの一の工程仕様ルールおよび他の工程仕様ルールを記憶し、前記チェック部は、前記工程フローにおいて前記一の工程仕様ルールの開始準備条件に該当する工程と、前記他の工程仕様ルールの開始準備条件に該当する工程と、が存在するときに、前記一の工程仕様ルールおよび前記他の工程仕様ルールの各開始準備条件に該当する工程を基準にチェックを行うことが好ましい。   In the process flow check device of the present invention, the process specification rule storage unit stores one process specification rule and another process specification rule that are different from each other, and the check unit includes the one process step in the process flow. When there is a process corresponding to the start preparation condition of the specification rule and a process corresponding to the start preparation condition of the other process specification rule, each start of the one process specification rule and the other process specification rule It is preferable to perform a check based on a process corresponding to the preparation condition.

本発明の第2の視点においては、工程フローチェック方法において、複数の工程を所定の順序で配列した工程フローの各工程を、チェックを開始するための工程が規定された開始条件と、前記開始条件に規定された工程の前に必ず存在する工程が規定された開始準備条件と、少なくとも前記開始条件および前記開始準備条件に設定された各工程が存在するときに前記開始条件に設定された工程の前または後に必須となる工程が規定された必須条件と、が設定された工程仕様ルールと、をコンピュータにおいて照らし合わせるステップと、前記工程フローにおいて前記開始条件および前記開始準備条件に該当する工程が存在するときに、前記工程フローにおいて前記必須条件に該当する工程が存在するか否かをコンピュータにおいてチェックするステップと、を含むことを特徴とする。   According to a second aspect of the present invention, in the process flow check method, each process of the process flow in which a plurality of processes are arranged in a predetermined order has a start condition in which a process for starting the check is defined, and the start A process set in the start condition when there is a start preparation condition in which a process that always exists before the process specified in the condition is defined, and at least each process set in the start condition and the start preparation condition A step of comparing a process specification rule in which an indispensable condition in which an indispensable process is defined before and after the process is set in a computer, and a process corresponding to the start condition and the start preparation condition in the process flow When it exists, the computer checks whether there is a process corresponding to the essential condition in the process flow. A step, characterized in that it comprises a.

本発明の第3の視点においては、工程フローチェックプログラムにおいて、複数の工程を所定の順序で配列した工程フローの各工程を、チェックを開始するための工程が規定された開始条件と、前記開始条件に規定された工程の前に必ず存在する工程が規定された開始準備条件と、少なくとも前記開始条件および前記開始準備条件に設定された各工程が存在するときに前記開始条件に設定された工程の前または後に必須となる工程が規定された必須条件と、が設定された工程仕様ルールと、を照らし合わせるステップと、前記工程フローにおいて前記開始条件および前記開始準備条件に該当する工程が存在するときに、前記工程フローにおいて前記必須条件に該当する工程が存在するか否かをチェックするステップと、をコンピュータに実行させることを特徴とする。   In the third aspect of the present invention, in the process flow check program, each process of the process flow in which a plurality of processes are arranged in a predetermined order is set with a start condition in which a process for starting the check is defined, and the start A process set in the start condition when there is a start preparation condition in which a process that always exists before the process specified in the condition is defined, and at least each process set in the start condition and the start preparation condition There are a step of comparing an indispensable condition in which an indispensable process is defined before and after the process specification rule in which is set, and a process corresponding to the start condition and the start preparation condition in the process flow. A step of checking in the process flow whether or not there is a process corresponding to the essential condition in the process flow; And characterized in that.

なお、上記工程フローチェックプログラムは、記録媒体(磁気ディスク、または磁気テープ、または光ディスク、もしくは、メモリカード、半導体メモリ等)に記憶され、読み出し装置及びインタフェースを介して、当該コンピュータに読み出し、主記憶にロードして実行することで、本発明を実施することができる。   The process flow check program is stored in a recording medium (magnetic disk, magnetic tape, optical disk, memory card, semiconductor memory, etc.), read out to the computer via a reading device and an interface, and stored in the main memory. The present invention can be implemented by loading and executing the program.

本発明(請求項1−15)によれば、「準備開始条件」という項目を追加することで、これまでの工程仕様ルールでは実現できなかった工程フローの仕様をチェックできる。つまり、工程フローの多様化、複雑化により、従来の工程仕様ルールでは対応できなくなった工程仕様にも工程フローチェックができるようになり、工程フローの作成ミスによる製造不具合(半導体製造工程でいう、汚染事故)を未然に防止できるようになる。   According to the present invention (Claim 1-15), by adding the item “preparation start condition”, it is possible to check the specifications of the process flow that could not be realized by the conventional process specification rules. In other words, due to the diversification and complexity of the process flow, it becomes possible to check the process flow even for process specifications that could not be handled by conventional process specification rules, and manufacturing defects due to process flow creation errors (in the semiconductor manufacturing process, Pollution accidents) can be prevented in advance.

(実施形態1)
本発明の実施形態1に係る工程フローチェック装置について図面を用いて説明する。図1は、本発明の実施形態1に係る工程フローチェック装置の構成を模式的に示したブロック図である。
(Embodiment 1)
A process flow check apparatus according to Embodiment 1 of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram schematically showing the configuration of a process flow check apparatus according to Embodiment 1 of the present invention.

実施形態1に係る工程フローチェック装置10は、作成した工程フローを、予め定められた工程仕様ルールと照らし合わせて、仕様違反の有無をチェックするコンピュータであり、表示部11と、工程フロー入力部12と、工程フロー記憶部13と、工程仕様ルール入力部14と、工程仕様ルール記憶部15と、チェック部16と、を有する。   The process flow check device 10 according to the first embodiment is a computer that checks the existence of a specification violation by comparing a created process flow with a predetermined process specification rule, and includes a display unit 11 and a process flow input unit. 12, a process flow storage unit 13, a process specification rule input unit 14, a process specification rule storage unit 15, and a check unit 16.

表示部11は、仕様違反の有無等の情報を表示する部分である。   The display unit 11 is a part that displays information such as the presence or absence of specification violation.

工程フロー入力部12は、技術者が作成完了した工程フローを入力するための部分である。工程フロー入力部12では、仕様違反があった場合に、技術者が工程フローの修正を行う。工程フロー記憶部13は、工程フロー入力部12にて入力された工程フローを記憶する部分である。   The process flow input unit 12 is a part for inputting a process flow created by an engineer. In the process flow input unit 12, when there is a specification violation, an engineer corrects the process flow. The process flow storage unit 13 is a part that stores the process flow input by the process flow input unit 12.

工程仕様ルール入力部14は、工程フローから導き出される工程仕様に基づいて作成された工程仕様ルールを入力するための部分である。工程仕様ルール記憶部15は、工程仕様ルール入力部14にて入力された工程仕様ルールを記憶する部分である。   The process specification rule input unit 14 is a part for inputting a process specification rule created based on the process specification derived from the process flow. The process specification rule storage unit 15 is a part that stores the process specification rule input by the process specification rule input unit 14.

チェック部16は、工程フローと工程仕様ルールに基づいて仕様違反の有無のチェックを実行するためのプログラムを実装する。チェック部16は、工程フロー記憶部13に記憶されている工程フローと、工程仕様ルール記憶部15に記憶されている工程仕様ルールと、を読み出して、当該工程フローが当該工程仕様ルールに適しているかどうかをチェックする。チェック部16は、チェックした結果、仕様違反の有無を表示部11に表示させる。チェック部16は、仕様違反がなかった場合に、該当する工程フロー(仕様違反のないチェック済みのもの)を工程フロー記憶部13から工程フロー記憶装置21に送信する。   The check unit 16 implements a program for executing a check for specification violation based on the process flow and the process specification rule. The check unit 16 reads out the process flow stored in the process flow storage unit 13 and the process specification rule stored in the process specification rule storage unit 15, and the process flow is suitable for the process specification rule. Check if it is. The check unit 16 causes the display unit 11 to display the presence or absence of specification violation as a result of the check. When there is no specification violation, the check unit 16 transmits the corresponding process flow (a checked flow with no specification violation) from the process flow storage unit 13 to the process flow storage device 21.

なお、工程フロー記憶部13から送信された工程フローは、工程フローチェック装置10の外部にある工程フロー記憶装置21に記憶される。生産制御システム22は、工程フロー記憶装置21に記憶された工程フローを読み出して、当該工程フローに基づいて製造指示を加工装置23や搬送設備24に送信する。加工装置23や搬送設備24は、生産制御システム22からの製造指示に基づいて所定の動作を行うことになる。   The process flow transmitted from the process flow storage unit 13 is stored in the process flow storage device 21 outside the process flow check device 10. The production control system 22 reads the process flow stored in the process flow storage device 21, and transmits a manufacturing instruction to the processing device 23 and the transport facility 24 based on the process flow. The processing device 23 and the transport facility 24 perform a predetermined operation based on a manufacturing instruction from the production control system 22.

次に、実施形態1に係る工程フローチェック装置において用いられる第4の工程仕様ルールについて図面を用いて説明する。図2は、本発明の実施形態1に係る工程フローチェック装置において用いられる第4の工程仕様ルールの概略を示した模式図である。   Next, the 4th process specification rule used in the process flow check device concerning Embodiment 1 is explained using a drawing. FIG. 2 is a schematic diagram showing an outline of a fourth process specification rule used in the process flow check apparatus according to the first embodiment of the present invention.

図2に示す第4の工程仕様ルールは、従来の第1の工程仕様ルール(正方向に係る存在必須ルール;図8(a)参照)を改良したものである。第4の工程仕様ルールは、正方向に係る存在必須ルールである場合、製造工程の開始工程から最終工程への方向(正方向)にチェックを行う際、開始準備条件の後に存在する2つの特定工程間に必須工程があるかどうかをチェックするためのルールである。例えば、工程仕様ルール上、工程A以降の工程Bから工程Dまでの間に工程Cが必須であるとき、開始準備条件;工程A、開始条件;工程B、終了条件;工程D、必須条件;工程Cと表す。   The fourth process specification rule shown in FIG. 2 is an improvement of the conventional first process specification rule (existence essential rule in the positive direction; see FIG. 8A). When the fourth process specification rule is an existence-required rule related to the positive direction, two checks existing after the start preparation condition when checking the direction from the start process to the final process (forward direction) This is a rule for checking whether there is an essential process between processes. For example, when the process C is indispensable between the process B and the process D after the process A on the process specification rule, the start preparation condition; the process A, the start condition; the process B, the end condition; the process D, the essential condition; This is represented as step C.

ここで、「開始条件」とは、チェックを開始するための工程を規定した条件をいう。「開始準備条件」とは、開始条件の前に必ず存在する工程を規定した条件をいい、作成した工程フローにおいて開始準備条件の後に開始条件が出現し、かつ、開始条件の後に終了条件が出現することで工程フローチェックを開始するための条件の1つである。「必須条件」とは、開始条件および開始準備条件に設定された工程が存在するときに開始条件に設定された工程と終了条件に設定された工程との間に必須となる工程を規定した条件をいう。「終了条件」とは、チェックを終了するための工程を規定した条件をいう。   Here, the “start condition” refers to a condition that defines a process for starting a check. “Start preparation condition” refers to a condition that prescribes a process that always exists before the start condition. In the created process flow, the start condition appears after the start preparation condition, and the end condition appears after the start condition. This is one of the conditions for starting the process flow check. “Indispensable condition” is a condition that specifies a process that is indispensable between a process set as a start condition and a process set as an end condition when there are processes set as start conditions and start preparation conditions. Say. “End condition” refers to a condition that defines a process for ending the check.

図11に示した従来技術の問題点では、第4の工程仕様ルールを適用することにより、期待通りの工程フローチェックを行うことができる。その時の工程仕様ルールの設定は、以下のようになる。なお、チェック結果は図3に示すようになる。図3は、本発明の実施形態1に係る工程フローチェック装置の第4の工程仕様ルールに基づく動作の一例を説明するための模式図である。   In the problem of the prior art shown in FIG. 11, the process flow check as expected can be performed by applying the fourth process specification rule. The setting of the process specification rule at that time is as follows. The check result is as shown in FIG. FIG. 3 is a schematic diagram for explaining an example of an operation based on the fourth process specification rule of the process flow check apparatus according to the first embodiment of the present invention.

第4の工程仕様ルールとして、例えば、「ポジ塗布工程を開始準備条件として、以降の高電流I/I工程からレジスト剥離工程の間にプラズマ剥離工程が必須」と設定した場合、開始準備条件;ポジ塗布工程、開始条件;高電流I/I工程、終了条件;レジスト剥離工程、必須条件;プラズマ剥離工程と表す。図3(A)では、開始条件;高電流I/I工程、及び、終了条件;レジスト剥離工程の前に、開始準備条件;ポジ塗布工程が存在するので、プラズマ剥離工程が必須条件となり、プラズマ剥離工程の有無を確認する工程フローチェックが行われることになる。一方、図3(B)では、開始条件;高電流I/I工程、及び、終了条件;レジスト剥離工程の前に、開始準備条件;ポジ塗布工程が存在しないので、プラズマ剥離工程が必須条件とならず、プラズマ剥離工程の有無を確認する工程フローチェックが行われない。   As the fourth process specification rule, for example, when “the positive coating process is a start preparation condition and the plasma stripping process is essential between the subsequent high current I / I process and the resist stripping process” is set, the start preparation condition; Positive coating process, start condition; high current I / I process, end condition; resist stripping process, essential condition; plasma stripping process. In FIG. 3A, since the start condition; the high current I / I process and the end condition; the start preparation condition; the positive coating process exists before the resist stripping process, the plasma stripping process becomes an indispensable condition. A process flow check for confirming the presence or absence of the peeling process is performed. On the other hand, in FIG. 3B, the start condition; the high current I / I process and the end condition; the start preparation condition; the positive coating process does not exist before the resist stripping process; In other words, the process flow check for confirming the presence or absence of the plasma peeling process is not performed.

次に、実施形態1に係る工程フローチェック装置の第4の工程仕様ルールに基づく他の動作について図面を用いて説明する。図4〜6は、本発明の実施形態1に係る工程フローチェック装置の第4の工程仕様ルールに基づく他の動作を説明するための模式図である。   Next, another operation based on the fourth process specification rule of the process flow check apparatus according to the first embodiment will be described with reference to the drawings. FIGS. 4-6 is a schematic diagram for demonstrating the other operation | movement based on the 4th process specification rule of the process flow check apparatus which concerns on Embodiment 1 of this invention.

工程フローチェック装置は、作成した工程フローにおいて(第4の工程仕様ルールの)開始準備条件のみの出現(図4(A)参照)、及び、開始条件のみの出現(図4(B)参照)ではチェックを開始しない。なお、工程フローにおいて開始準備条件および開始条件のどちらも出現しないときはチェックを開始しない。   In the created process flow, the process flow check device shows only the start preparation condition (of the fourth process specification rule) (see FIG. 4A) and only the start condition (see FIG. 4B). Then do not start the check. Note that the check is not started when neither the start preparation condition nor the start condition appears in the process flow.

また、工程フローチェック装置は、作成した工程フローにおいて(第4の工程仕様ルールの)一の開始準備条件が出現し、さらに同一の工程仕様ルールの他の開始準備条件が出現した場合、他の開始準備条件を有効とし、一の開始準備条件をキャンセルし、他の開始準備条件に基づいてチェックを開始する。ただし、以下の場合にはこの限りでない。   In addition, the process flow check device, when one start preparation condition (of the fourth process specification rule) appears in the created process flow, and when another start preparation condition appears in the same process specification rule, The start preparation condition is validated, one start preparation condition is canceled, and a check is started based on another start preparation condition. However, this does not apply in the following cases.

作成した工程フローにおいて一の開始準備条件が出現し、さらに開始条件が出現した場合には、その後、他の開始準備条件(一の開始準備条件と同じもの)が出現しても一のチェックをキャンセルすることはない。図5を参照すると、第2の開始準備条件は開始条件が出現することにより第2の開始準備条件に基づいてチェックが開始されるため、その後、第3の開始準備条件が出現しても、第2の開始準備条件がキャンセルされることはない。   If one start preparation condition appears in the created process flow, and further start conditions appear, then one check is performed even if another start preparation condition (the same as one start preparation condition) appears. There is no cancellation. Referring to FIG. 5, since the second start preparation condition starts checking based on the second start preparation condition by the appearance of the start condition, after that, even if the third start preparation condition appears, The second start preparation condition is not canceled.

作成した工程フローにおいて、一の工程仕様ルールの開始準備条件が出現し、その後、他の工程仕様ルールの開始準備条件が出現した場合、工程フローチェック装置は、それぞれの開始準備条件に基づいてチェックを開始する。例えば、図6を参照すると、加工についての仕様ルールの開始準備条件が出現し、その後、洗浄についての仕様ルールの開始準備条件が出現しても、加工についての仕様ルールの開始準備条件がキャンセルされずに、それぞれの開始準備条件に基づいてチェックが開始される。   In the created process flow, when a start preparation condition for one process specification rule appears and then a start preparation condition for another process specification rule appears, the process flow check device checks based on each start preparation condition. To start. For example, referring to FIG. 6, even if the start preparation condition of the specification rule for processing appears, and then the start preparation condition of the specification rule for cleaning appears, the start preparation condition of the specification rule for processing is canceled. Instead, the check is started based on each start preparation condition.

次に、実施形態1に係る工程フローチェック装置の動作について図面を用いて説明する。図7は、本発明の実施形態1に係る工程フローチェック装置の動作を説明するためのフローチャートである。ここでは、特許文献1の図4に示されているフローチャートと比較しながら説明する。   Next, the operation of the process flow check apparatus according to the first embodiment will be described with reference to the drawings. FIG. 7 is a flowchart for explaining the operation of the process flow check apparatus according to the first embodiment of the present invention. Here, it demonstrates, comparing with the flowchart shown by FIG. 4 of patent document 1. FIG.

まず、工程番号を示す変数nに0を設定する(ステップS10)。なお、ステップS10については、特許文献1の図4と同様である。   First, 0 is set to a variable n indicating a process number (step S10). Step S10 is the same as FIG. 4 of Patent Document 1.

次に、変数nで示される工程が工程仕様ルールで示される開始準備工程であるかどうかを判断する(ステップS11)。開始準備工程でない場合(S11のNO)、変数nに1加算して(ステップS12)、ステップS11へ戻って処理を繰り返す。開始準備工程である場合(S11のYES)、ステップS13に進む。なお、ステップS11、12については、特許文献1の図4にない追加事項である。   Next, it is determined whether or not the process indicated by the variable n is a start preparation process indicated by the process specification rule (step S11). If it is not the start preparation process (NO in S11), 1 is added to the variable n (step S12), and the process returns to step S11 to repeat the process. When it is a start preparation process (YES of S11), it progresses to step S13. Steps S11 and S12 are additional items that are not shown in FIG.

開始準備工程である場合(S11のYES)、変数nに1加算して(ステップS13)、変数nで示される工程が工程仕様ルールで示される開始工程であるかどうかを判断する(ステップS14)。開始工程である場合は(ステップS14のYES)、ステップS18に進む。開始工程でない場合(ステップS14のNO)、変数nで示される工程が工程仕様ルールで示される最終工程であるかどうかを判断する(ステップS16)。最終工程である場合は(ステップS16のYES)、ステップS40に進む。最終工程でない場合(ステップS16のNO)、ステップS13へ戻って処理を繰り返す。なお、ステップS14、16については、特許文献1の図4と同様である。   If it is a start preparation process (YES in S11), 1 is added to the variable n (step S13), and it is determined whether or not the process indicated by the variable n is a start process indicated by the process specification rule (step S14). . When it is a start process (YES of step S14), it progresses to step S18. If it is not a start process (NO in step S14), it is determined whether or not the process indicated by the variable n is the final process indicated by the process specification rule (step S16). If it is the final process (YES in step S16), the process proceeds to step S40. If it is not the final process (NO in step S16), the process returns to step S13 and is repeated. Steps S14 and S16 are the same as those in FIG.

開始工程である場合は(ステップS14のYES)、変数nで示される工程が工程仕様ルールで示される最終工程であるかどうかを判断する(ステップS18)。最終工程である場合は(ステップS18のYES)、ステップS40に進む。最終工程でない場合(ステップS18のNO)、工数をカウントする変数iを0に設定する(ステップS20)。なお、ステップS18、20については、特許文献1の図4と同様である。   If it is a start process (YES in step S14), it is determined whether the process indicated by the variable n is the final process indicated by the process specification rule (step S18). If it is the final process (YES in step S18), the process proceeds to step S40. If it is not the final process (NO in step S18), a variable i for counting man-hours is set to 0 (step S20). Steps S18 and S20 are the same as those in FIG.

次に、変数iを1加算し(ステップS22)、変数n+iで示される工程が工程仕様ルールで示される禁止工程に該当するかどうかを判断する(ステップS26)。禁止工程に該当する場合(ステップS26のYES)、工程仕様ルールにより当該工程間の順序が否定された旨(NG)のフラグをonに設定し(ステップS28)、ステップS36に進む。禁止工程に該当しない場合(ステップS26のNO)、変数n+iで示される工程が工程仕様ルールで示される必須工程に該当するかどうかを判断する(ステップS30)。必須工程に該当する場合(ステップS30のYES)、必須フラグをonに設定し(ステップS32)、ステップS34へ進む。必須工程に該当しない場合(ステップS30のNO)、そのままステップS34へ進む。なお、ステップS22、24、26、28、30、32については、特許文献1の図4と同様である。   Next, 1 is added to the variable i (step S22), and it is determined whether or not the process indicated by the variable n + i corresponds to the prohibited process indicated by the process specification rule (step S26). If it is a prohibited process (YES in step S26), a flag indicating that the order between the processes is denied (NG) according to the process specification rule is set to on (step S28), and the process proceeds to step S36. If the process is not a prohibited process (NO in step S26), it is determined whether the process indicated by the variable n + i corresponds to an essential process indicated by the process specification rule (step S30). When it corresponds to an essential process (YES in step S30), the essential flag is set to on (step S32), and the process proceeds to step S34. When it does not correspond to the essential process (NO in step S30), the process proceeds to step S34 as it is. Steps S22, 24, 26, 28, 30, and 32 are the same as those in FIG.

必須工程に該当しない場合(ステップS30のNO)、又は、ステップS32の後、変数n+iで示される工程が工程仕様ルールで示される終了工程に該当するかどうかを判断する(ステップS34)。終了工程に該当する場合(ステップS34のYES)、ステップS13に戻って処理を繰り返す。終了工程に該当しない場合(ステップS34のNO)、n+i工程が最終工程かどうかを判断する(ステップS36)。最終工程である場合(ステップS36のYES)、ステップS40に進む。最終工程でない場合(ステップS36のNO)、工数をカウントする変数iが工程仕様ルールで示される検査工数(k)に等しいかどうか判断する(ステップS38)。変数iが検査工数(k)に等しくない場合(ステップS38のNO)、ステップS22へ戻って処理を繰り返す。変数iが検査工数(k)に等しい場合(ステップS38のYES)、ステップS13へ戻って処理を繰り返す。なお、ステップS34、36、38については、特許文献1の図4と同様である。   When it does not correspond to the essential process (NO in step S30), or after step S32, it is determined whether or not the process indicated by the variable n + i corresponds to the end process indicated by the process specification rule (step S34). When it corresponds to the end process (YES in step S34), the process returns to step S13 to repeat the process. If it does not fall under the end process (NO in step S34), it is determined whether the n + i process is the final process (step S36). If it is the final process (YES in step S36), the process proceeds to step S40. If it is not the final process (NO in step S36), it is determined whether the variable i for counting the man-hour is equal to the inspection man-hour (k) indicated by the process specification rule (step S38). When the variable i is not equal to the inspection man-hour (k) (NO in step S38), the process returns to step S22 and the process is repeated. When the variable i is equal to the inspection man-hour (k) (YES in step S38), the process returns to step S13 and the process is repeated. Steps S34, 36, and 38 are the same as those in FIG.

最終工程まで検査が進んだら、禁止フラグがonに設定されているかどうかを判断する(ステップS40)。当該フラグがonではない場合(ステップS40のNO)、必須フラグがonに設定されているかどうか判断する(ステップS42)。必須フラグがonに設定されている場合(ステップS42のYES)、工程仕様ルールにより当該工程間の順序が認められた旨(OK)の判断を示して(ステップS46)、終了する。禁止フラグがonに設定されている場合(ステップS40のYES)、又は、必須フラグがonに設定されていない場合(ステップS42のNO)、工程仕様ルールにより当該工程間の順序が否定された旨(NG)の判断を示して(ステップS44)、終了する。なお、ステップS40、42、44、46については、特許文献1の図4と同様である。   When the inspection proceeds to the final process, it is determined whether or not the prohibition flag is set to on (step S40). If the flag is not on (NO in step S40), it is determined whether the essential flag is set on (step S42). If the essential flag is set to on (YES in step S42), the process specification rule indicates that the order between the processes is recognized (OK) (step S46), and the process ends. When the prohibition flag is set to on (YES in step S40), or when the essential flag is not set to on (NO in step S42), the fact that the order between the processes is denied by the process specification rule The determination of (NG) is shown (step S44), and the process ends. Steps S40, 42, 44, and 46 are the same as those in FIG.

なお、図7に示されたフローチャートは工程フローチェックの方向が正方向に係る存在必須ルールである場合を示しているが、フローチェックの方向が逆方向に係る存在必須ルールである場合は、ステップS13およびステップS24における変数nの加算を減算にすればよい。開始準備条件は存在禁止ルール、存在必須ルール(直前、直後)においても同様に設定できる。   Note that the flowchart shown in FIG. 7 shows a case where the direction of the process flow check is an existence mandatory rule relating to the forward direction, but if the direction of the flow check is an existence mandatory rule relating to the reverse direction, The addition of the variable n in S13 and step S24 may be subtracted. The start preparation condition can be set in the same manner in the existence prohibition rule and the existence essential rule (immediately before and immediately after).

実施形態1によれば、「準備開始条件」という項目を追加することで、これまでの工程仕様ルールでは実現できなかった工程フローの仕様をチェックできる。つまり、工程フローの多様化、複雑化により、従来の工程仕様ルールでは対応できなくなった工程仕様にも工程フローチェックができるようになり、工程フローの作成ミスによる製造不具合(半導体製造工程でいう、汚染事故)を未然に防止できるようになる。   According to the first embodiment, by adding the item “preparation start condition”, it is possible to check the specification of the process flow that could not be realized by the process specification rule so far. In other words, due to the diversification and complexity of the process flow, it becomes possible to check the process flow even for process specifications that could not be handled by conventional process specification rules, and manufacturing defects due to process flow creation errors (in the semiconductor manufacturing process, Pollution accidents) can be prevented in advance.

本発明の実施形態1に係る工程フローチェック装置の構成を模式的に示したブロック図である。It is the block diagram which showed typically the structure of the process flow check apparatus which concerns on Embodiment 1 of this invention. 本発明の実施形態1に係る工程フローチェック装置において用いられる第4の工程仕様ルールの概略を示した模式図である。It is the schematic diagram which showed the outline of the 4th process specification rule used in the process flow check apparatus which concerns on Embodiment 1 of this invention. 本発明の実施形態1に係る工程フローチェック装置の第4の工程仕様ルールに基づく動作の一例を説明するための模式図である。It is a schematic diagram for demonstrating an example of the operation | movement based on the 4th process specification rule of the process flow check apparatus which concerns on Embodiment 1 of this invention. 本発明の実施形態1に係る工程フローチェック装置の第4の工程仕様ルールに基づく第1の他の動作を説明するための模式図である。It is a schematic diagram for demonstrating the 1st other operation | movement based on the 4th process specification rule of the process flow check apparatus which concerns on Embodiment 1 of this invention. 本発明の実施形態1に係る工程フローチェック装置の第4の工程仕様ルールに基づく第2の他の動作を説明するための模式図である。It is a schematic diagram for demonstrating the 2nd other operation | movement based on the 4th process specification rule of the process flow check apparatus which concerns on Embodiment 1 of this invention. 本発明の実施形態1に係る工程フローチェック装置の第4の工程仕様ルールに基づく第3の他の動作を説明するための模式図である。It is a schematic diagram for demonstrating the 3rd other operation | movement based on the 4th process specification rule of the process flow check apparatus which concerns on Embodiment 1 of this invention. 本発明の実施形態1に係る工程フローチェック装置の動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation | movement of the process flow check apparatus which concerns on Embodiment 1 of this invention. 従来例に係る工程フローチェック装置において用いられる第1の工程仕様ルールの概略を示した模式図である。It is the schematic diagram which showed the outline of the 1st process specification rule used in the process flow check apparatus which concerns on a prior art example. 従来例に係る工程フローチェック装置において用いられる第2の工程仕様ルールの概略を示した模式図である。It is the schematic diagram which showed the outline of the 2nd process specification rule used in the process flow check apparatus which concerns on a prior art example. 従来例に係る工程フローチェック装置において用いられる第3の工程仕様ルールの概略を示した模式図である。It is the schematic diagram which showed the outline of the 3rd process specification rule used in the process flow check apparatus which concerns on a prior art example. 従来例に係る工程フローチェック装置の問題点を示した模式図である。It is the schematic diagram which showed the problem of the process flow check apparatus which concerns on a prior art example.

符号の説明Explanation of symbols

10 工程フローチェック装置
11 表示部
12 工程フロー入力部
13 工程フロー記憶部
14 工程仕様ルール入力部
15 工程仕様ルール記憶部
16 チェック部
21 工程フロー記憶装置
22 生産制御システム
23 加工装置
24 搬送設備
DESCRIPTION OF SYMBOLS 10 Process flow check apparatus 11 Display part 12 Process flow input part 13 Process flow memory | storage part 14 Process specification rule input part 15 Process specification rule memory | storage part 16 Check part 21 Process flow memory | storage device 22 Production control system 23 Processing apparatus 24 Conveying equipment

Claims (15)

チェックを開始するための工程が規定された開始条件と、前記開始条件に規定された工程の前に必ず存在する工程が規定された開始準備条件と、少なくとも前記開始条件および前記開始準備条件に設定された各工程が存在するときに前記開始条件に設定された工程の前または後に必須となる工程が規定された必須条件と、が設定された工程仕様ルールを記憶する工程仕様ルール記憶部と、
複数の工程を所定の順序で配列した工程フローを記憶する工程フロー記憶部と、
前記工程フローの各工程を、前記工程仕様ルールと照らし合わせて、前記工程フローにおいて前記開始条件および前記開始準備条件に該当する工程が存在するときに、前記工程フローにおいて前記必須条件に該当する工程が存在するか否かをチェックするチェック部と、
を備えることを特徴とする工程フローチェック装置。
A start condition in which a process for starting a check is defined, a start preparation condition in which a process that always exists before the process defined in the start condition is defined, and at least the start condition and the start preparation condition are set. A process specification rule storage unit for storing a process specification rule in which an indispensable condition in which an indispensable process is defined before or after the process set in the start condition when each process is performed,
A process flow storage unit for storing a process flow in which a plurality of processes are arranged in a predetermined order;
When each process of the process flow is compared with the process specification rule and a process corresponding to the start condition and the start preparation condition exists in the process flow, the process corresponding to the essential condition in the process flow A check unit that checks whether or not exists,
A process flow check apparatus comprising:
前記チェック部は、前記工程フローにおいて前記工程仕様ルールの前記開始条件および前記開始準備条件の一方又は両方に該当する工程が存在しないときに、前記工程フローにおいて前記必須条件に該当する工程が存在するか否かのチェックを行わないことを特徴とする請求項1記載の工程フローチェック装置。   The check unit includes a process corresponding to the essential condition in the process flow when there is no process corresponding to one or both of the start condition and the start preparation condition of the process specification rule in the process flow. 2. The process flow check apparatus according to claim 1, wherein the process flow check device is not checked. 前記チェック部は、前記工程フローにおいて前記工程仕様ルールの前記開始準備条件に該当する工程が複数存在するときに、後に存在する前記開始準備条件に該当する工程を基準にチェックを行うことを特徴とする請求項1記載の工程フローチェック装置。   The check unit, when there are a plurality of processes corresponding to the start preparation condition of the process specification rule in the process flow, to perform a check based on a process corresponding to the start preparation condition existing later The process flow check apparatus according to claim 1. 前記チェック部は、前記工程フローにおいて前記工程仕様ルールの前記開始準備条件に該当する工程が複数存在し、かつ、前記開始準備条件に該当する工程の間に前記開始条件に該当する工程が存在するときに、前記開始条件に該当する工程の前の前記開始準備条件に該当する工程を基準にチェックを行うことを特徴とする請求項3記載の工程フローチェック装置。   The check unit includes a plurality of processes corresponding to the start preparation condition of the process specification rule in the process flow, and a process corresponding to the start condition exists between processes corresponding to the start preparation condition. 4. The process flow check apparatus according to claim 3, wherein a check is performed based on a process corresponding to the start preparation condition before a process corresponding to the start condition. 前記工程仕様ルール記憶部は、互いに異なるルールの一の工程仕様ルールおよび他の工程仕様ルールを記憶し、
前記チェック部は、前記工程フローにおいて前記一の工程仕様ルールの開始準備条件に該当する工程と、前記他の工程仕様ルールの開始準備条件に該当する工程と、が存在するときに、前記一の工程仕様ルールおよび前記他の工程仕様ルールの各開始準備条件に該当する工程を基準にチェックを行うことを特徴とする請求項1記載の工程フローチェック装置。
The process specification rule storage unit stores one process specification rule and another process specification rule that are different from each other,
The check unit includes the step corresponding to the start preparation condition of the one process specification rule and the step corresponding to the start preparation condition of the other process specification rule in the process flow. 2. The process flow check apparatus according to claim 1, wherein a check is performed based on a process corresponding to each start preparation condition of the process specification rule and the other process specification rule.
複数の工程を所定の順序で配列した工程フローの各工程を、
チェックを開始するための工程が規定された開始条件と、前記開始条件に規定された工程の前に必ず存在する工程が規定された開始準備条件と、少なくとも前記開始条件および前記開始準備条件に設定された各工程が存在するときに前記開始条件に設定された工程の前または後に必須となる工程が規定された必須条件と、が設定された工程仕様ルールと、
をコンピュータにおいて照らし合わせるステップと、
前記工程フローにおいて前記開始条件および前記開始準備条件に該当する工程が存在するときに、前記工程フローにおいて前記必須条件に該当する工程が存在するか否かをコンピュータにおいてチェックするステップと、
を含むことを特徴とする工程フローチェック方法。
Each step of the process flow in which a plurality of steps are arranged in a predetermined order,
A start condition in which a process for starting a check is defined, a start preparation condition in which a process that always exists before the process defined in the start condition is defined, and at least the start condition and the start preparation condition are set. A process specification rule in which an indispensable condition in which an indispensable process is defined before or after the process set in the start condition when each process is present,
Illuminating the computer with a computer,
Checking in a computer whether or not there is a process corresponding to the essential condition in the process flow when there is a process corresponding to the start condition and the start preparation condition in the process flow;
A process flow check method comprising:
前記工程フローにおいて前記工程仕様ルールの前記開始条件および前記開始準備条件の一方又は両方に該当する工程が存在しないときに、前記工程フローにおいて前記必須条件に該当する工程が存在するか否かのチェックをコンピュータにおいて行わないことを特徴とする請求項6記載の工程フローチェック方法。   Check whether there is a process corresponding to the essential condition in the process flow when there is no process corresponding to one or both of the start condition and the start preparation condition of the process specification rule in the process flow 7. The process flow check method according to claim 6, wherein the process is not performed by a computer. 前記工程フローにおいて前記工程仕様ルールの前記開始準備条件に該当する工程が複数存在するときに、後に存在する前記開始準備条件に該当する工程を基準にコンピュータにおいてチェックを行うことを特徴とする請求項6記載の工程フローチェック方法。   The computer checks when a plurality of processes corresponding to the start preparation condition of the process specification rule exist in the process flow based on a process corresponding to the start preparation condition existing later. 6. The process flow check method according to 6. 前記工程フローにおいて前記工程仕様ルールの前記開始準備条件に該当する工程が複数存在し、かつ、前記開始準備条件に該当する工程の間に前記開始条件に該当する工程が存在するときに、前記開始条件に該当する工程の前の前記開始準備条件に該当する工程を基準にコンピュータにおいてチェックを行うことを特徴とする請求項8記載の工程フローチェック方法。   When there are a plurality of processes corresponding to the start preparation condition of the process specification rule in the process flow, and there are processes corresponding to the start condition between processes corresponding to the start preparation condition, the start 9. The process flow check method according to claim 8, wherein a check is performed by a computer based on a process corresponding to the start preparation condition before a process corresponding to a condition. 前記工程フローにおいて、一の工程仕様ルールの開始準備条件に該当する工程と、前記一の工程仕様ルールと異なるルールの他の工程仕様ルールの開始準備条件に該当する工程と、が存在するときに、前記一の工程仕様ルールおよび前記他の工程仕様ルールの各開始準備条件に該当する工程を基準にコンピュータにおいてチェックを行うことを特徴とする請求項6記載の工程フローチェック方法。   In the process flow, when a process corresponding to a start preparation condition of one process specification rule and a process corresponding to a start preparation condition of another process specification rule different from the one process specification rule exist 7. The process flow check method according to claim 6, wherein a check is performed by a computer based on a process corresponding to each start preparation condition of said one process specification rule and said other process specification rule. 複数の工程を所定の順序で配列した工程フローの各工程を、
チェックを開始するための工程が規定された開始条件と、前記開始条件に規定された工程の前に必ず存在する工程が規定された開始準備条件と、少なくとも前記開始条件および前記開始準備条件に設定された各工程が存在するときに前記開始条件に設定された工程の前または後に必須となる工程が規定された必須条件と、が設定された工程仕様ルールと、
を照らし合わせるステップと、
前記工程フローにおいて前記開始条件および前記開始準備条件に該当する工程が存在するときに、前記工程フローにおいて前記必須条件に該当する工程が存在するか否かをチェックするステップと、
をコンピュータに実行させることを特徴とする工程フローチェックプログラム。
Each step of the process flow in which a plurality of steps are arranged in a predetermined order,
A start condition in which a process for starting a check is defined, a start preparation condition in which a process that always exists before the process defined in the start condition is defined, and at least the start condition and the start preparation condition are set. A process specification rule in which an indispensable condition in which an indispensable process is defined before or after the process set in the start condition when each process is present,
The step of collating
Checking whether there is a process corresponding to the essential condition in the process flow when there is a process corresponding to the start condition and the start preparation condition in the process flow;
A process flow check program for causing a computer to execute.
前記工程フローにおいて前記工程仕様ルールの前記開始条件および前記開始準備条件の一方又は両方に該当する工程が存在しないときに、前記工程フローにおいて前記必須条件に該当する工程が存在するか否かのチェックをコンピュータに実行させないことを特徴とする請求項11記載の工程フローチェックプログラム。   Check whether there is a process corresponding to the essential condition in the process flow when there is no process corresponding to one or both of the start condition and the start preparation condition of the process specification rule in the process flow 12. The process flow check program according to claim 11, wherein the computer is not executed. 前記工程フローにおいて前記工程仕様ルールの前記開始準備条件に該当する工程が複数存在するときに、後に存在する前記開始準備条件に該当する工程を基準にチェックをコンピュータに実行させることを特徴とする請求項11記載の工程フローチェックプログラム。   When there are a plurality of processes corresponding to the start preparation condition of the process specification rule in the process flow, the computer is caused to perform a check based on a process corresponding to the start preparation condition existing later. Item 11. A process flow check program according to Item 11. 前記工程フローにおいて前記工程仕様ルールの前記開始準備条件に該当する工程が複数存在し、かつ、前記開始準備条件に該当する工程の間に前記開始条件に該当する工程が存在するときに、前記開始条件に該当する工程の前の前記開始準備条件に該当する工程を基準にチェックをコンピュータに実行させることを特徴とする請求項13記載の工程フローチェックプログラム。   When there are a plurality of processes corresponding to the start preparation condition of the process specification rule in the process flow, and there are processes corresponding to the start condition between processes corresponding to the start preparation condition, the start The process flow check program according to claim 13, wherein the computer executes a check based on a process corresponding to the start preparation condition before a process corresponding to a condition. 前記工程フローにおいて、一の工程仕様ルールの開始準備条件に該当する工程と、前記一の工程仕様ルールと異なるルールの他の工程仕様ルールの開始準備条件に該当する工程と、が存在するときに、前記一の工程仕様ルールおよび前記他の工程仕様ルールの各開始準備条件に該当する工程を基準にチェックをコンピュータに実行させることを特徴とする請求項11記載の工程フローチェックプログラム。   In the process flow, when a process corresponding to a start preparation condition of one process specification rule and a process corresponding to a start preparation condition of another process specification rule different from the one process specification rule exist 12. The process flow check program according to claim 11, which causes a computer to perform a check based on a process corresponding to each start preparation condition of the one process specification rule and the other process specification rule.
JP2005255044A 2005-09-02 2005-09-02 Process flow check apparatus, method and program Expired - Fee Related JP4841900B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005255044A JP4841900B2 (en) 2005-09-02 2005-09-02 Process flow check apparatus, method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005255044A JP4841900B2 (en) 2005-09-02 2005-09-02 Process flow check apparatus, method and program

Publications (2)

Publication Number Publication Date
JP2007066252A JP2007066252A (en) 2007-03-15
JP4841900B2 true JP4841900B2 (en) 2011-12-21

Family

ID=37928317

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005255044A Expired - Fee Related JP4841900B2 (en) 2005-09-02 2005-09-02 Process flow check apparatus, method and program

Country Status (1)

Country Link
JP (1) JP4841900B2 (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002151374A (en) * 2000-11-07 2002-05-24 Mitsubishi Electric Corp Flow management system for semiconductor device manufacturing, and method therefor

Also Published As

Publication number Publication date
JP2007066252A (en) 2007-03-15

Similar Documents

Publication Publication Date Title
CN107766009B (en) Information processing apparatus, information processing method, and computer program
US20140058551A1 (en) Recipe management apparatus and recipe management method
JP4841900B2 (en) Process flow check apparatus, method and program
CN101025749B (en) Job definition verification system, and method thereof
CN112559373B (en) Software compatibility management method and system
JP4915362B2 (en) Annotation automatic insertion method of static verification tool
US20190362291A1 (en) Generating and publishing a problem ticket
JP5148434B2 (en) Hold time error convergence method, convergence apparatus, and convergence program
CN112272968B (en) Inspection method, inspection system, and recording medium
US8527081B2 (en) Method and apparatus for automated validation of semiconductor process recipes
JP5153470B2 (en) State transition verification device and state transition verification method
JP4841901B2 (en) Process flow check device
JP6647996B2 (en) Linked data verification device and linked data design verification system
JP2008197897A (en) Test pattern generation apparatus and generation method
CN101295314A (en) File management system, file management method, support device thereof, and program thereof
WO2012049816A1 (en) Model checking device, method, and program
JP6986882B2 (en) Passenger information system, passenger information system and passenger information method
JP4066667B2 (en) Vehicle process management system and method
CN104035795A (en) Method and device for controlling execution of RING0-level program
JP2005084727A (en) Display control system, display unit, program for making computer function as display unit and recording medium
JP4962775B2 (en) Component information management system, component information management method and information processing apparatus in component information management system
JP2008192108A (en) Duplex information processing system
US20050240884A1 (en) Via spacing violation correction method, system and program product
CN113849406A (en) Interface case generation method and device, electronic equipment and storage medium
JP2022177585A (en) Error check program, information processing apparatus, and error check method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080819

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110215

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20111004

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111005

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141014

Year of fee payment: 3

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees