JP3092550B2 - Processing flow progress management system and processing flow progress management method - Google Patents

Processing flow progress management system and processing flow progress management method

Info

Publication number
JP3092550B2
JP3092550B2 JP21214597A JP21214597A JP3092550B2 JP 3092550 B2 JP3092550 B2 JP 3092550B2 JP 21214597 A JP21214597 A JP 21214597A JP 21214597 A JP21214597 A JP 21214597A JP 3092550 B2 JP3092550 B2 JP 3092550B2
Authority
JP
Japan
Prior art keywords
progress management
processing
processing flow
status variable
value
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
JP21214597A
Other languages
Japanese (ja)
Other versions
JPH1153417A (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.)
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 JP21214597A priority Critical patent/JP3092550B2/en
Publication of JPH1153417A publication Critical patent/JPH1153417A/en
Application granted granted Critical
Publication of JP3092550B2 publication Critical patent/JP3092550B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

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

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、実行順序に依存関
係をもつ複数の処理から構成される処埋フローの進捗管
理システム及び処理フロー進捗管理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a processing flow progress management system and a processing flow progress management method comprising a plurality of processes having a dependency on an execution order.

【0002】[0002]

【従来の技術】一般に、LSIの設計は、設計者が複数
の設計用CADツール(処理)をある決められた手順に
従って順次実行していくことにより行う。この手順のこ
とを処理フロー(または設計フロー)と呼ぶ。設計者
は、処理フローに従って設計を進めていく。
2. Description of the Related Art In general, an LSI is designed by a designer sequentially executing a plurality of design CAD tools (processes) in accordance with a predetermined procedure. This procedure is called a processing flow (or design flow). The designer proceeds with the design according to the processing flow.

【0003】設計者自身がこの処理フローの進捗を管理
することは、 ・処理の数が多く、処理フローが複雑に入り組んでいる
場合が多い ・試行錯誤による処理フローの後戻りが発生する 等の理由により困難であり、処理フロー進捗管理により
設計者をサポートすることが必要になる。
The designer himself / herself manages the progress of this processing flow because: ・ The number of processes is large, and the processing flow is often complicated. ・ The process flow reverts by trial and error. It is necessary to support the designer by managing the progress of the processing flow.

【0004】従来の処理フロー進捗管理方式としては、
特開平4−115352号公報が挙げられる。この方式
は、各処理に未実行/実行済みを示すフラグを用意して
いる。
[0004] Conventional processing flow progress management methods include:
JP-A-4-115352 can be mentioned. In this method, a flag indicating unexecuted / executed is prepared for each process.

【0005】[0005]

【発明が解決しようとする課題】処理フローの進捗管理
を行う場合、処理フローを構成する各処理が未実行か、
実行済みかを外部から認識する必要がある。
When managing the progress of a processing flow, whether each processing constituting the processing flow has not been executed or not.
It is necessary to recognize from outside whether or not it has been executed.

【0006】特開平4−115352号公報の処理フロ
ー進捗管理の方法は、各処理に処理を実行したかどうか
の処理フラグと処理の親子関係を示す情報を用意し、処
理が実行可能かどうかは、親の処理(処理フロー上で1
つ前の処理)のフラグの内容を見て判断している。
In the method of managing the progress of a processing flow disclosed in Japanese Patent Application Laid-Open No. 4-115352, a processing flag indicating whether or not a processing has been executed for each processing and information indicating a parent-child relationship of the processing are prepared. , Parent processing (1 in the processing flow
The judgment is made by looking at the contents of the flag in the immediately preceding process).

【0007】この方法では、処理フローの後戻り(既に
終わっている処理の再実行)が発生した場合、後戻りの
ため実行した処理の下流にある処理を未実行の状態にす
るため、再帰的に辿っていきフラグをクリアする必要が
ある。図9を例に説明すると、処理A〜処理Yが終了
し、処理Zを実行しようとしたところで、何等かの障害
が発生して、処理Aからやり直すことになった場合、処
理A実行後、処理B〜処理Yまでのフラグを親子関係を
辿って順次クリアしていく必要がある。
In this method, when a backward flow (re-execution of an already completed process) occurs, the process downstream of the executed process for the backward flow is recursively traced to be in an unexecuted state. It is necessary to clear the flag. Referring to FIG. 9 as an example, when the processing A to the processing Y are completed and the processing Z is to be executed, some trouble occurs and the processing A is to be started again. It is necessary to clear the flags from processing B to processing Y sequentially following the parent-child relationship.

【0008】LSIの処理フローは、通常数十〜百個、
あるいはそれ以上の数の処理から構成されるが、従来の
方法ではこのフラグのクリア処理を行うため、設計の後
戻りをするたびに設計作業の途中で時間を取られるとい
う問題がある。
[0008] The processing flow of the LSI is usually several tens to one hundred,
Alternatively, the conventional method clears this flag, so that there is a problem that it takes time during the design work every time the design is returned.

【0009】本発明の目的は、処理スピードの高速化を
図ることができる処理フロー進捗管理システム及び処理
フロー進捗管理方法を提供することにある。
An object of the present invention is to provide a processing flow progress management system and a processing flow progress management method capable of increasing the processing speed.

【0010】[0010]

【課題を解決するための手段】本発明の処理フロー進捗
管理システムは、処理フロー進捗管理システムにおい
て、処理フローをブロック化して簡略にし、処理の流れ
を定義してステータス変数を割り当てるステータス変数
割り当て手段と、処理フロー進捗管理情報を生成する
理フロー進捗管理情報生成手段と、ステータス変数の値
と処理フロー進捗管理情報とにより進捗管理を行う処理
フロー進捗管理手段とから構成される。
A processing flow progress management system according to the present invention is a processing flow progress management system, wherein a processing flow is divided into blocks to simplify the processing flow, a processing flow is defined, and a status variable is allocated to assign a status variable. Processing flow progress management information generating means for generating processing flow progress management information, and a value of a status variable
And process flow progress management means for performing progress management based on the process flow progress management information .

【0011】また、ステータス変数割り当て手段は、各
処理間で重複のないように処理の流れを定義し、各処理
の流れの制御に用いるステータス変数を割り当ててもよ
い。また、処理フロー進捗管理情報生成手段は、定義し
た処理の流れから、開始条件と終了設定とからなる処理
フロー進捗管理情報を生成してもよい。
The status variable allocating means may define the processing flow so that there is no overlap between the processings, and may allocate a status variable used for controlling the processing flow. Further, the processing flow progress management information generating means may generate processing flow progress management information including a start condition and an end setting from the defined processing flow.

【0012】また、処理フロー進捗管理情報生成手段
は、ステータス変数の初期値を0として、処理が終了す
るごとにステータス変数の値を増加し、かつ連続する2
つの処理において、前の処理の終了時の終了設定に設定
するステータス変数の値と後の処理の開始条件に設定す
るステータス変数の値を一致させることにより処理フロ
進捗管理情報を作成し、処理フロー進捗管理情報に従
って設計の進渉と共にステータス変数の値を更新してい
ってもよい。
Further, the processing flow progress management information generating means sets the initial value of the status variable to 0, increases the value of the status variable every time the processing is completed, and continuously increases the value of the status variable.
In one process, the process flow progress management information is set by matching the value of the status variable set in the end setting at the end of the previous process with the value of the status variable set in the start condition of the subsequent process. The status variables may be created and updated with the progress of the design according to the process flow progress management information.

【0013】本発明の処理フロー進捗管理方法は、上述
の処理フロー進捗管理システムの処理フロー進捗管理方
法であって、各処理間で重複のないように処理の流れを
定義し、各処理の流れの制御に用いるステータス変数を
割り当てる。
A process flow progress management method according to the present invention is a process flow progress management method of the above-described process flow progress management system, wherein a process flow is defined so that there is no overlap between processes, and a flow of each process is defined. Allocate status variables used to control

【0014】また、定義した処理の流れから、開始条件
と終了設定とからなる処理フロー進捗管理情報を生成し
てもよい。
Further, from the defined process flow, process flow progress management information including a start condition and an end setting may be generated.

【0015】また、ステータス変数の初期値を0とし
て、処理が終了するごとにステータス変数の値を増加
し、かつ連続する2つの処理において、前の処理の終了
時の終了設定に設定するステータス変数の値と後の処理
の開始条件に設定するステータス変数の値を一致させる
ことにより処理フロー進捗管理情報を作成し、処理フロ
進捗管理情報に従って設計の進渉と共にステータス変
数の値を更新していってもよい。
Further, the status variable is set to an initial value of 0, the value of the status variable is increased each time the process is completed, and the status variable is set to the end setting at the end of the previous process in two consecutive processes. of by matching the value of the status variable to be set to the start condition value and the processed to create a processing flow progress management information, the value of the status variables together with progress of the design in accordance with the processing flow <br/> over progress management information May be updated.

【0016】従って、処理フローをブロック状にまとま
て簡略化し、ステータス変数を割り当てる手段と、開始
条件と終了設定からなる処理フロー進捗管理情報を生成
する手段と、処理フローの進捗を管理する処理フロ一進
捗管理手段とから構成される処理フロー進捗管理システ
ムにより、処理フローの進捗管理情報を一度作成してし
まえば、処理終了後にはステータス変数の値を更新する
だけでよく、再実行の際に処理の親子関係の参照をしな
がら再帰的に処理フラグをクリアしていく従来の方法に
比べて、設計作業の途中で毎回フラグのクリア時間を取
られることなく、処理スピードの高速化を図ることがで
きる。
Accordingly, means for simplifying the processing flow into blocks and assigning status variables, means for generating processing flow progress management information including start conditions and end settings, and processing flow for managing the progress of the processing flow Once the progress management information of the process flow is created once by the process flow progress management system composed of one progress management means, it is only necessary to update the value of the status variable after the process is completed. Compared with the conventional method of recursively clearing the processing flag while referring to the parent-child relationship of the processing, the processing speed can be increased without taking the time to clear the flag every time during the design work. Can be.

【0017】[0017]

【発明の実施の形態】本発明の実施の形態について図面
を参照して説明する。
Embodiments of the present invention will be described with reference to the drawings.

【0018】図1が本発明の実施の形態の構成図であ
る。処理フローをブロック化して単純にし、処理の流れ
を定義してステータス変数を割り当てる手段1と、処理
フロー進捗管理情報生成手段2と、処理フロー進渉管理
手段3とから構成される。
FIG. 1 is a configuration diagram of an embodiment of the present invention. The processing flow is divided into blocks to simplify the processing flow. The processing flow is defined by a means 1 for defining a processing flow and assigning a status variable, a processing flow progress management information generating means 2, and a processing flow progress management means 3.

【0019】まず、処理フローをブロック化して単純に
し、処理の流れを定義してステータス変数を割り当てる
手段について説明する。
First, means for simplifying the processing flow by blocking it, defining the processing flow, and assigning status variables will be described.

【0020】処理フローのブロック化は、ブロック内の
ある1つの処理が終了すれば、そのブロック内の処現が
終了したと、次のブロックから見たときに判断できるよ
うな処理(このような処理をブロック終了処理と呼ぶ)
を最後に持つような任意の単位で行う。
The processing flow is divided into blocks such that, when a certain process in a block is completed, the processing in the block can be determined to be completed when viewed from the next block. Processing is called block end processing.)
Is performed in an arbitrary unit that has at the end.

【0021】例えば図2の処理フローは、図3のように
元の処理フロー(第1階層とする)の処理d、処理hを
ブロック終了処理と考えてブロック化することにより簡
単化された処理フロー(第2階層とする)とみなすこと
ができる。より複雑な処理フローで、第2階層では単純
な処理フローにならない場合には、第2階層以降をさら
にブロック化し、第3、第4...第n階層(nは自然
数)まで階層的に単純にしていけばよい。第2階層以降
の処理は、進捗管理のための架空の処理となる。
For example, the processing flow of FIG. 2 is simplified as shown in FIG. 3 by dividing the processing d and h of the original processing flow (referred to as the first hierarchy) into block ending processing and dividing the processing into blocks. This can be considered as a flow (second layer). If the processing flow is more complicated and the second layer does not become a simple processing flow, the second and subsequent layers are further divided into blocks, and the third, fourth,. . . What is necessary is just to make it hierarchically simple up to the n-th hierarchy (n is a natural number). The processes in the second and subsequent hierarchies are imaginary processes for progress management.

【0022】次に、処理の流れを定義してステータス変
数を割り当てる手段について説明する。
Next, means for defining a processing flow and assigning status variables will be described.

【0023】処理の流れの定義は、各階層の処理フロー
の個々のブロック内部の各処理間で定義していく。処理
の流れは、各処理間で処理の流れの重複が発生しないよ
うに定義していく。
The definition of the processing flow is defined between each processing inside each block of the processing flow of each hierarchy. The process flow is defined so that the process flow does not overlap between the processes.

【0024】例えば、図3の処理フローでは、図4に示
すように、 第2階層 ・処理A→処理B→処理C 第1階層 ・処理a→処理b→処理d ・処理c→処理d ・処理e→処理h ・処理f→処理h ・処理g→処理i ・処理j→処理k→処理n ・処理j→処理l→処理n ・処理j→処理m→処理o という処理の流れを定義できる。個々の処理の流れに、
その進捗を表すためのステータス変数を図4のように割
り当てる。
For example, in the processing flow of FIG. 3, as shown in FIG. 4, the second hierarchy, processing A, processing B, processing C, first hierarchy, processing a, processing b, processing d, processing c, processing d, Process e → Process h ・ Process f → Process h ・ Process g → Process i ・ Process j → Process k → Process n ・ Process j → Process l → Process n ・ Process j → Process m → Process o it can. For each processing flow,
Status variables for indicating the progress are assigned as shown in FIG.

【0025】次に、処理フロー進捗管理情報生成手段に
ついて説明する。
Next, the processing flow progress management information generating means will be described.

【0026】まず、処理フロー進捗管理情報の構成につ
いて説明する。処理フロー進捗管理情報は、各処理の開
始条件、および終了設定から構成されている。
First, the structure of the processing flow progress management information will be described. The process flow progress management information includes a start condition and an end setting of each process.

【0027】開始条件は処理開始式の集合である。処理
開始式とは、処理が実行開始可能なステータス変数の値
を示すもので、ステータス変数がこの値以上であれば、
その処理が実行可能であることを示すものである。これ
は、本方式が処理が進むにつれてステータス変数の値を
増大させるように定義しているためである。処理開始式
が複数ある場合は、すべての処理開始式の条件を満たす
と、処理の実行が可能ということになる。
The start condition is a set of processing start expressions. The processing start expression indicates the value of the status variable at which the processing can be started. If the status variable is equal to or greater than this value,
This indicates that the process can be executed. This is because the present method is defined to increase the value of the status variable as the processing proceeds. In the case where there are a plurality of processing start expressions, if the conditions of all the processing start expressions are satisfied, the processing can be executed.

【0028】終了設定は終了設定式の集合である。終了
設定式とは、処理の終了を示すステータス変数の値のこ
とで、処理が正常終了したときにステータス変数をこの
値にするという意味のものである。
The end setting is a set of end setting expressions. The end setting expression is a value of a status variable indicating the end of the process, and means that the status variable is set to this value when the process ends normally.

【0029】次に処理開始式、および終了設定式の生成
方法について説明する。
Next, a method of generating a processing start expression and an end setting expression will be described.

【0030】各ステータス変数の初期値は0とし、ある
処理の終了を示すステータス変数の値は、その処理が実
行開始可能なステータス変数の値+1とする。また、連
続する2つの処理において、前の処理の終了を示すステ
ータス変数の値と、後の処理の実行開始可能なステータ
ス変数の値を一致させる。
The initial value of each status variable is set to 0, and the value of the status variable indicating the end of a certain process is set to +1 of the status variable at which the process can be executed. In two consecutive processes, the value of the status variable indicating the end of the previous process is made equal to the value of the status variable at which execution of the subsequent process can be started.

【0031】このようにして全処理について処理開始
式、終了設定式を求めると、図5のようになる。
FIG. 5 shows the processing start formula and the end setting formula for all processes.

【0032】各処理の左上部に記述してあるのが処理開
始式で、ステータス変数名と、処理の実行開始可能なス
テータス変数の値が、 ステータス変数:ステータス変数の値 と表記してある。例えば、処理aの処理開始式は、 a_sts1:0 となる。
The process start expression is described at the upper left of each process, and the status variable name and the value of the status variable at which execution of the process can be started are described as status variable: value of status variable. For example, the processing start expression of the processing a is a_sts1: 0.

【0033】また、左下部に記述してあるのが終了設定
式で、ステータス変数名と、処理が正常終了したときに
セットすべきステータスの値が、 ステータス変数:ステータス変数の値 と表記してある。例えば、処理aの終了設定式は、 a_sts1:1 となる。
The end setting expression is described at the lower left, and the status variable name and the status value to be set when the processing is normally completed are described as status variable: status variable value. is there. For example, the end setting formula of the process a is a_sts1: 1.

【0034】処理開始式、処理終了式が複数ある場合
は、横に並べて列挙してある。
When there are a plurality of processing start expressions and processing end expressions, they are listed side by side.

【0035】最後に、処理フロー進渉管理手段について
説明する。
Finally, the processing flow progress management means will be described.

【0036】処理フローの進捗管理は、 ・処理が終了したときのステータス変数の更新 ・処理間始時の処理が実行可能かどうかの判断 を行う必要がある。The progress management of the processing flow is as follows: updating the status variable when the processing is completed; and determining whether the processing at the beginning of the processing is executable.

【0037】初期状態では、全てのステータス変数の値
は0にしておく。
In the initial state, the values of all status variables are set to 0.

【0038】まず、処理が終了したときのステータス変
数の更新について図6を利用しながら説明する。
First, the updating of the status variables when the processing is completed will be described with reference to FIG.

【0039】第n階層(nは自然数)に存在するある処
理Xが終了した時に、ステータス変数の値を変化させる
方法は以下の通りである。
The method of changing the value of the status variable when a certain process X in the n-th hierarchy (n is a natural number) is completed is as follows.

【0040】1−1.処理Xの終了設定に終了設定式と
して定義してあるステータス変数、およびその値を、実
際のステータス変数にセットする。
1-1. The status variable defined as the end setting formula in the end setting of the process X and its value are set as the actual status variables.

【0041】1−2.もし、(n+1)階層の処理フロ
ーが存在し、かつ処理Xがブロック終了処理でない場合
は、(n+1)階層において処理Xを合むブロック化さ
れた処理において、開始条件に開始条件式として定義し
てあるステータス変数、およびその値を、実際のステー
タス変数にセットする。
1-2. If the processing flow of the (n + 1) layer exists and the processing X is not the block end processing, the start condition is defined as the start condition expression in the start condition in the block processing including the processing X in the (n + 1) layer. Set the status variable and its value to the actual status variable.

【0042】1−3.もし、(n+1)階層の処理フロ
ーが存在し、かつ処理Xがブロック終了処理の場合は、
(n+1)階層において処理Xを合むブロック化された
処理において、終了設定に終了設定式として定義してあ
るステータス変数、およびその値を、実際のステータス
変数にセットする。さらに第n階層における次のブロッ
クのステータス変数をすべて0にする。
1-3. If there is a (n + 1) -level processing flow and the processing X is a block end processing,
In the block processing including the processing X in the (n + 1) th hierarchy, the status variable defined as the end setting formula in the end setting and its value are set as the actual status variables. Further, the status variables of the next block in the n-th hierarchy are all set to 0.

【0043】nは1から順次+1していき、(n+1)
階層のフローが存在しないならば、そこで終了する。
N is incremented by 1 sequentially from 1 to (n + 1)
If there is no hierarchical flow, the process ends.

【0044】図を用いて上記の方法を説明する。The above method will be described with reference to the drawings.

【0045】図6は、ある処理フロ−の第n階層の処理
をブロック化し、(n+1)階層を作成した場合の一部
分である。
FIG. 6 shows a part of the case where the processing of the n-th hierarchy in a certain processing flow is blocked to create the (n + 1) -th hierarchy.

【0046】図6において、処理aを実行したとする
と、1−1により、処理aの終了設定式はa_sts
1:1であるから、ステータス変数a_sts1に1を
代入する。また、処理aはブロック終了処理ではないの
で1−2を実行する。第(n+1)階層において処理a
を含むブロック化された処理Aの開始条件の開始条件式
はSTS1:0であるから、ステータス変数STS1に
0を代入する。
In FIG. 6, if the processing a is executed, the end setting formula of the processing a is represented by a_sts according to 1-1.
Since it is 1: 1, 1 is substituted for the status variable a_sts1. Since the process a is not the block end process, the process 1-2 is executed. Processing a in the (n + 1) th hierarchy
Since the start condition expression of the start condition of the blocked process A including STS is STS1: 0, 0 is substituted for the status variable STS1.

【0047】処理を進めて、処理dを実行したとする
と、1−1により,処理dの終了設定式はないので何も
行わない。また、処理dはブロック終了処理であるので
1−3を実行する。第(n+1)階層において処理dを
含むブロック化された処理Aの終了設定の終了設定式は
STS1:1であるから、ステータス変数STS1に1
を代入する。
Assuming that the processing is advanced and the processing d is executed, there is no end setting equation for the processing d, and nothing is performed according to 1-1. Also, since the process d is a block end process, 1-3 is executed. In the (n + 1) -th hierarchy, the end setting expression of the end setting of the process A divided into blocks including the process d is STS1: 1, so that 1 is set in the status variable STS1.
Is assigned.

【0048】さらに、第n階層における次のブロックB
のステータス変数b_sts1、b_stS2、b_s
ts3にすべて0を代入する。
Further, the next block B in the n-th hierarchy
Status variables b_sts1, b_stS2, b_s
All 0s are substituted for ts3.

【0049】もし、(n+1)階層をさらにブロック化
した第(n+2)階層が存在するならば、nを1増やし
て、つまり第(n+1)階層をn階層、第(n十2)階
層を第(n+1)階層とみなして上記の作業をくりかえ
し、すべての条件がみたされているかどうか調べる。
If there is an (n + 2) th layer obtained by further blocking the (n + 1) th hierarchy, n is increased by 1, that is, the (n + 1) th hierarchy is the nth hierarchy and the (n12th) th hierarchy is the The above operation is repeated assuming the (n + 1) hierarchy, and it is checked whether all conditions are satisfied.

【0050】次に処理が実行可能かどうかの判断方法に
ついて説明する。
Next, a method of determining whether or not the process can be executed will be described.

【0051】第n階層(nは自然数)に存在する処理X
が実行可能となるためには以下の条件を満たす必要があ
る。
Processing X existing in the n-th hierarchy (n is a natural number)
In order to be able to execute, the following conditions must be satisfied.

【0052】2−1.処理Xの開始条件に処理開始式と
して定義してあるステータス変数、およびその値と実際
のステータス変数の値の間に、処理開始式で定義してあ
るステータス変数の値≦実際のステータス変数の値とい
う不等式が成立していることかつ 2−2.もし、(n+1)階層の処理フローが存在する
ならば、(n+1)階層において処理Xを合むブロック
化された処理が、実行可能であるかどうかを上記の方法
で調べ、実行可推であること。
2-1. Status variable defined as the process start expression in the start condition of process X, and between the value of the status variable and the value of the actual status variable, the value of status variable defined by the process start expression ≦ the value of the actual status variable Inequality holds, and 2-2. If there is a processing flow of the (n + 1) th hierarchy, it is checked by the above-described method whether or not a blocked process combining the processing X in the (n + 1) th hierarchy is executable, and it is feasible. thing.

【0053】nは1から順次+1していき、(n+1)
階層のフローが存在しないならば、そこで終了する。
N is incremented by 1 sequentially from 1 to (n + 1)
If there is no hierarchical flow, the process ends.

【0054】図を用いて上記の方法を説明する。The above method will be described with reference to the drawings.

【0055】図6において、処理aが終了しているとす
ると、ステータス変数a_sts1は1、ステータス変
数STS1は0になっている。ここで処理bを実行可能
かどうか判断すると、処理bの開始条件の処理開始式
は、a_sts1:1であるから、不等式は、1≦1と
なって成立し、2−1の条件が成立する。また、第(n
+1)階層において処理bを含むブロック化された処理
Aの開始条件の処理開始式はSTS1=0であり、ステ
ータス変数STS1は0であるから、2−2の条件も成
立する。よって処理bは実行可能ということになる。
In FIG. 6, assuming that the process a has been completed, the status variable a_sts1 is 1 and the status variable STS1 is 0. Here, when it is determined whether or not the process b can be executed, since the process start expression of the start condition of the process b is a_sts1: 1, the inequality expression is satisfied as 1 ≦ 1, and the condition 2-1 is satisfied. . In addition, the (n
+1) Since the processing start expression of the start condition of the process A divided into blocks including the process b in the hierarchy is STS1 = 0 and the status variable STS1 is 0, the condition of 2-2 is also satisfied. Therefore, the process b can be executed.

【0056】もし、(n+1)階層をさらにブロック化
した第(n+2)階層が存在するならば、nを1増やし
て、つまり第(n+1)階層をn階層、第(n+2)階
層を第(n+1)階層とみなして上記の作業をくりかえ
し、すべての条件がみたされているかどうか調べる。
If there is an (n + 2) th layer obtained by further blocking the (n + 1) th hierarchy, n is incremented by 1, that is, the (n + 1) th hierarchy is the nth hierarchy, and the (n + 2) th hierarchy is the (n + 1) th hierarchy. ) Consider the hierarchy and repeat the above work to see if all conditions are met.

【0057】次に、処理フローの進捗管理手段につい
て、具体的な例で説明する。
Next, the progress management means of the processing flow will be described with a specific example.

【0058】図2の処理フローにおいて、処理a、処理
cが終わっており、これから処理bを行うところとす
る。図5を参照するとわかるように、この段階で、ステ
ータス変数a_sts1の値は1、ステータス変数a_
sts2の値は1となっている。
In the processing flow of FIG. 2, processing a and processing c have been completed, and processing b is to be performed. As can be seen from FIG. 5, at this stage, the value of the status variable a_sts1 is 1, and the status variable a_sts1 is 1.
The value of sts2 is 1.

【0059】ここで処理dを実行しようとすると、処理
dの開始条件であるステータス変数a_sts1に必要
な値が2であるため、上記2−1の不等式が成立せず、
処理dは実行されない。
At this point, if the process d is to be executed, the value required for the status variable a_sts1, which is the start condition of the process d, is 2, so that the above 2-1 inequality does not hold.
The process d is not executed.

【0060】ここで処理bを実行して終了すると、上記
1−1によりステータス変数a_sts1の値が2とな
り、処理dの開始条件が揃う。
When the processing b is executed and the processing is completed, the value of the status variable a_sts1 becomes 2 by the above 1-1, and the start conditions of the processing d are satisfied.

【0061】さらに処理dを実行して終了すると、上記
1−3により、第2階層の処理Aのステータス変数ST
S1の値が1となり、処理Bが実行可能となる。する
と、2−2で定義された処理e、処理f、処理gの開始
条件である、処理Bが実行可能であるという条件が揃
い、処理e、処理f、処理gが開始可能になる。
When the processing d is further executed and the processing is completed, the status variable ST of the processing A of the second hierarchy is obtained according to the above 1-3.
The value of S1 becomes 1, and the process B becomes executable. Then, the condition that the process B can be executed, which is the start condition of the process e, the process f, and the process g defined in 2-2, is satisfied, and the process e, the process f, and the process g can be started.

【0062】次に、あと戻りの状態について説明する。Next, the returning state will be described.

【0063】図2の処理フローにおいて、処理がすべて
終了しているとする。ここで処理aを再度実行すること
を考える。
In the processing flow of FIG. 2, it is assumed that all the processing has been completed. Here, it is considered that the process a is executed again.

【0064】処理aを再実行する前、ステータス変数a
_sts1の値が2、ステータス変数STS1の値が2
であり,2−1、2−2の条件ともクリアして、処理a
が実行可能であることがわかる。
Before re-executing the process a, the status variable a
_Sts1 value is 2, status variable STS1 value is 2
And clears the conditions 2-1 and 2-2, and
Is feasible.

【0065】ここで、処理aを実行して終了すると、1
−1によりステータス変数a_sts1の値は1、1−
2によりステータス変数STS1の値は0となる。する
と、処理d以下の処理の開始条件がくずれて実行不可能
の状態となる。
Here, when the processing a is executed and terminated, 1
The value of the status variable a_sts1 is 1, 1-
Due to 2, the value of the status variable STS1 becomes 0. Then, the start condition of the process after the process d is broken and the process becomes impossible.

【0066】処理を進めて、ブロック終了処理である処
理dを実行して終了すると、ステータス変数STS1の
値が1になり、ブロックB内の処理がすべて実行可能に
なってしまうため、ステータス変数b_sts1、b_
sts2、b_sts3の値を0にしている。
When the process is advanced and the process d, which is the block end process, is executed and terminated, the value of the status variable STS1 becomes 1, and all the processes in the block B become executable, so the status variable b_sts1 , B_
The values of sts2 and b_sts3 are set to 0.

【0067】本発明において、ブロック化により処理フ
ローを単純にすることの利点は、進捗管理情報を単純に
し、高速に処理できる点である。
In the present invention, an advantage of simplifying the processing flow by blocking is that progress management information can be simplified and processing can be performed at high speed.

【0068】図2の処理フローをブロック化して単純に
することなしに処理の流れを定義した場合を図7に、そ
の時の処理フロー進捗管理情報を図8に示す。図8を見
ると、ステータス変数の数自体は全部で5個で、本発明
より少なくなるが、開始条作、終了設定が複雑になり、
処理では4つの処理開始式と3つの終了設定式が必要に
なってしまっている。処理の流れの集合地点となる処理
では、入り込む処理の流れと、出ていく処理の流れの数
だけ処理開始式が必要になる。
FIG. 7 shows a case where the processing flow is defined without blocking and simplifying the processing flow of FIG. 2, and FIG. 8 shows processing flow progress management information at that time. Referring to FIG. 8, the total number of status variables is five in total, which is smaller than that of the present invention.
In the processing, four processing start expressions and three end setting expressions are required. In a process that is a gathering point of a process flow, a process start expression is required for the number of incoming process flows and the number of outgoing process flows.

【0069】実際のLSIの設計に利用される処理フロ
ーはもっと複雑であり、ブロック化により処理フローを
単純にしないと、進捗管理情報はさらに複雑になる。
The processing flow used for actual LSI design is more complicated, and unless the processing flow is simplified by blocking, the progress management information becomes more complicated.

【0070】[0070]

【発明の効果】以上説明したように本発明は、処理フロ
ーをブロック状にまとまて簡略化し、ステータス変数を
割り当てる手段と、開始条件と終了設定からなる処理フ
ロー進捗管理情報を生成する手段と、処理フローの進捗
を管理する処理フロ一進捗管理手段とから構成される処
理フロー進捗管理システムにより、処理フローの進捗管
理情報を一度作成してしまえば、処理終了後にはステー
タス変数の値を更新するだけでよく、再実行の際に処理
の親子関係の参照をしながら再帰的に処理フラグをクリ
アしていく従来の方法に比べて、設計作業の途中で毎回
フラグのクリア時間を取られることなく、処理スピード
の高速化を図ることができるという効果がある。
As described above, according to the present invention, means for simplifying a processing flow into blocks and assigning status variables, means for generating processing flow progress management information including start conditions and end settings, Once the process flow progress management information is created by the process flow progress management system including the process flow progress management means for managing the progress of the process flow, the value of the status variable is updated after the process is completed. In comparison with the conventional method that clears the processing flag recursively while referring to the parent-child relationship of the processing at the time of re-execution, it does not take time to clear the flag every time during the design work This has the effect that the processing speed can be increased.

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

【図1】本発明の実施の形態の構成図である。FIG. 1 is a configuration diagram of an embodiment of the present invention.

【図2】本発明の実施の形態の処理フロー例を示す図で
ある。
FIG. 2 is a diagram showing an example of a processing flow according to the embodiment of the present invention.

【図3】本発明の実施の形態の処理フロー例をブロック
化する例を示す図である。
FIG. 3 is a diagram showing an example in which a processing flow example according to the embodiment of the present invention is divided into blocks.

【図4】本発明の実施の形態の処理フロー例に進捗を表
すためのステータス変数を割り当てる例を示す図であ
る。
FIG. 4 is a diagram showing an example of allocating status variables for indicating progress to an example of a processing flow according to the embodiment of the present invention;

【図5】本発明の実施の形態の処理フロー例に処理開始
式及び終了設定式を示す図である。
FIG. 5 is a diagram showing a processing start expression and an end setting expression in a processing flow example according to the embodiment of the present invention;

【図6】本発明の実施の形態の処理フロー例の第n階層
の処理をブロック化し、(n+1)階層を作成した場合
の一部分を示す図である。
FIG. 6 is a diagram illustrating a part of a case in which the processing of the n-th hierarchy in the example of the processing flow according to the embodiment of the present invention is blocked and an (n + 1) -th hierarchy is created.

【図7】本発明の実施の形態の処理フロー例である図2
の処理フローをブロック化して単純にすることなしに処
理の流れを定義した場合を示す図である。
FIG. 7 is a processing flow example according to the embodiment of the present invention;
FIG. 11 is a diagram showing a case where the processing flow is defined without simplifying the processing flow by blocking the processing flow.

【図8】図7の処理フロー進捗管理情報を示す図であ
る。
FIG. 8 is a diagram showing processing flow progress management information of FIG. 7;

【図9】従来のフロー管理方式の一実施例である。FIG. 9 is an example of a conventional flow management method.

【符号の説明】[Explanation of symbols]

1 ステータス変数割り当て手段 2 処理フロー進捗管理情報生成手段 3 処理フロー進捗管理手段1 status variable assigning means 2 processing flow progress management information generating means 3 processing flow progress managing means

Claims (7)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 処理フロー進捗管理システムにおいて、 処理フローをブロック化して簡略にし、処理の流れを定
義してステータス変数を割り当てるステータス変数割り
当て手段と、処理フロー進捗管理情報を生成する 処理フロー進捗管理
情報生成手段と、前記ステータス変数の値と前記処理フロー進捗管理情報
とにより進捗管理を行う 処理フロー進捗管理手段とから
構成される処理フロー進捗管理システム。
1. A process flow progress management system, comprising: a process flow progress management system for generating a process flow progress management information; Information generating means, the value of the status variable, and the processing flow progress management information
And a processing flow progress management means for performing the progress management by the processing flow progress management system.
【請求項2】 前記ステータス変数割り当て手段は、 各処理間で重複のないように処理の流れを定義し、各処
理の流れの制御に用いるステータス変数を割り当てる請
求項1に記載の処理フロー進捗管理システム。
2. The process flow progress management according to claim 1, wherein the status variable allocating means defines a process flow so that there is no overlap between the processes, and allocates a status variable used for controlling each process flow. system.
【請求項3】 前記処理フロー進捗管理情報生成手段
は、 前記定義した処理の流れから、開始条件と終了設定とか
らなる処理フロー進捗管理情報を生成する請求項1又は
請求項2に記載の処理フロー進捗管理システム。
3. The processing according to claim 1, wherein the processing flow progress management information generating means generates processing flow progress management information including a start condition and an end setting from the defined processing flow. Flow progress management system.
【請求項4】 前記処理フロー進捗管理情報生成手段
は、 前記ステータス変数の初期値を0として、処理が終了す
るごとに前記ステータス変数の値を増加し、 かつ連続する2つの処理において、前の処理の終了時の
終了設定に設定する前記ステータス変数の値と後の処理
の開始条件に設定する前記ステータス変数の値を一致さ
せることにより処理フロー進捗管理情報を作成し、 該処理フロー進捗管理情報に従って設計の進渉と共に前
記ステータス変数の値を更新していく請求項1から請求
項3の何れか1項に記載の処理フロー進捗管理システ
ム。
4. The process flow progress management information generating means sets the initial value of the status variable to 0, increases the value of the status variable each time the process is completed, and sets the previous value in two consecutive processes. create the processing flow progress management information by matching the value of the status variable to be set to the start conditions of the process after the value of the status variable to be set at the end of the termination setting processing, the processing flow progress management information The process flow progress management system according to any one of claims 1 to 3, wherein the value of the status variable is updated with the progress of the design according to the following.
【請求項5】 請求項4に記載の処理フロー進捗管理シ
ステムの処理フロー進捗管理方法であって、 各処理間で重複のないように処理の流れを定義し、各処
理の流れの制御に用いるステータス変数を割り当てる処
理フロー進捗管理方法。
5. A processing flow progress management method for a processing flow progress management system according to claim 4, wherein the processing flow is defined so that there is no overlap between the processings, and is used for controlling the processing flow. A process flow progress management method that assigns status variables.
【請求項6】 請求項4に記載の処理フロー進捗管理シ
ステムの処理フロー進捗管理方法であって、 前記定義した処理の流れから、開始条件と終了設定とか
らなる処理フロー進捗管理情報を生成する処理フロー進
捗管理方法。
6. The processing flow progress management method for a processing flow progress management system according to claim 4, wherein processing flow progress management information including a start condition and an end setting is generated from the defined processing flow. Processing flow progress management method.
【請求項7】 請求項4に記載の処理フロー進捗管理シ
ステムの処理フロー進捗管理方法であって、 前記ステータス変数の初期値を0として、処理が終了す
るごとに前記ステータス変数の値を増加し、 かつ連続する2つの処理において、前の処理の終了時の
終了設定に設定する前記ステータス変数の値と後の処理
の開始条件に設定する前記ステータス変数の値を一致さ
せることにより処理フロー進捗管理情報を作成し、 該処理フロー進捗管理情報に従って設計の進渉と共に前
記ステータス変数の値を更新していく処理フロー進捗管
理方法。
7. The processing flow progress management method for a processing flow progress management system according to claim 4, wherein an initial value of the status variable is set to 0, and the value of the status variable is increased each time the processing is completed. In two consecutive processes, the value of the status variable set in the end setting at the end of the previous process and the value of the status variable set in the start condition of the subsequent process are matched, so that the process flow progress management create an information value update will process flow tracking method of the status variables with progress of the design in accordance with the processing flow progress management information.
JP21214597A 1997-08-06 1997-08-06 Processing flow progress management system and processing flow progress management method Expired - Fee Related JP3092550B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP21214597A JP3092550B2 (en) 1997-08-06 1997-08-06 Processing flow progress management system and processing flow progress management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP21214597A JP3092550B2 (en) 1997-08-06 1997-08-06 Processing flow progress management system and processing flow progress management method

Publications (2)

Publication Number Publication Date
JPH1153417A JPH1153417A (en) 1999-02-26
JP3092550B2 true JP3092550B2 (en) 2000-09-25

Family

ID=16617645

Family Applications (1)

Application Number Title Priority Date Filing Date
JP21214597A Expired - Fee Related JP3092550B2 (en) 1997-08-06 1997-08-06 Processing flow progress management system and processing flow progress management method

Country Status (1)

Country Link
JP (1) JP3092550B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4620890B2 (en) * 2001-03-23 2011-01-26 株式会社日本総合研究所 Flow construction support system and flow construction support program
WO2019207790A1 (en) * 2018-04-27 2019-10-31 三菱電機株式会社 Data processing device, task control method, and program

Also Published As

Publication number Publication date
JPH1153417A (en) 1999-02-26

Similar Documents

Publication Publication Date Title
US9563470B2 (en) Backfill scheduling for embarrassingly parallel jobs
US7185328B2 (en) System and method for improving a working set
US20180189350A1 (en) Streaming data processing method, streaming data processing device and memory medium
US11947996B2 (en) Execution of services concurrently
Thierry-Mieg et al. Hierarchical set decision diagrams and regular models
Ho et al. Makespan minimization for m parallel identical processors
JP3092550B2 (en) Processing flow progress management system and processing flow progress management method
US20030093765A1 (en) Method and system for robust distributed circuit synthesis
CN109885580A (en) A kind of hot spot account batch updating method, apparatus, server and storage medium
US8589944B2 (en) Method and system for task mapping to iteratively improve task assignment in a heterogeneous computing system
US7839849B1 (en) Formatting fields of communication packets
CN115016947A (en) Load distribution method, device, equipment and medium
US7006961B2 (en) Marker argumentation for an integrated circuit design tool and file structure
JP2000040099A (en) Device and method for preparing schedule, selecting method for job and recording medium recording software of schedule preparation
Wonham et al. Hierarchical Supervision of Discrete-Event Systems
JP7388566B2 (en) Data generation program, method and device
JPH09128416A (en) Processing flow progress managing method
JP3127634B2 (en) Constraint relaxation inference method
CN115562043A (en) Design method of non-blocking controller of automatic manufacturing system
JP4470110B2 (en) High-level synthesis method and system
JP3180984B2 (en) Scheduling method of processing operation in semiconductor integrated circuit
JPH07306789A (en) Method and device for inference control of expert system
CN117573460A (en) Flow model decomposition mining method based on behavior feature network
JP2023538512A (en) Work stealing to simultaneously mark garbage collection with finger pointers
WO1999066432A1 (en) Method and system for robust distributed circuit synthesis

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees