JP2000194582A - Emulation system - Google Patents

Emulation system

Info

Publication number
JP2000194582A
JP2000194582A JP10368238A JP36823898A JP2000194582A JP 2000194582 A JP2000194582 A JP 2000194582A JP 10368238 A JP10368238 A JP 10368238A JP 36823898 A JP36823898 A JP 36823898A JP 2000194582 A JP2000194582 A JP 2000194582A
Authority
JP
Japan
Prior art keywords
execution
software
existing software
emulation system
command
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP10368238A
Other languages
Japanese (ja)
Inventor
Yutaka Hiraishi
豊 平石
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.)
Ando Electric Co Ltd
Original Assignee
Ando Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ando Electric Co Ltd filed Critical Ando Electric Co Ltd
Priority to JP10368238A priority Critical patent/JP2000194582A/en
Publication of JP2000194582A publication Critical patent/JP2000194582A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an emulation system which requires no special hardware to execute existent software, developed for operation in specific execution environment, in different hardware environment as it is. SOLUTION: An indication analysis part 21 analyzes a command character string inputted from an input device 1 to decide whether the command is issued to its system or existent software 31 and then checks whether or not the software corresponding to the command is present in the existent software 31. A code analysis part 22 analyzes the code of the existent software 31. A dummy operation execution part 23 while properly referring to data 32 that the existent software 31 uses converts the operation to operation corresponding the execution environment wherein the existent software 31 was running, thereby emulating the operation of the input command. Then the dummy operation execution part 23 outputs the dummy operation execution result as output data 41 to an output device 4.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、本来の実行環境と
異なるハードウェア環境下で既存のソフトウェアを動作
させるエミュレートシステムに関するものである。なか
でも本発明は、半導体試験装置などに適用され、特定の
ハードウェア環境に依存せずソフトウェアのみで実現さ
れるエミュレートシステムに関するものである。
[0001] 1. Field of the Invention [0002] The present invention relates to an emulation system for operating existing software in a hardware environment different from the original execution environment. In particular, the present invention relates to an emulation system which is applied to a semiconductor test device or the like and is realized only by software without depending on a specific hardware environment.

【0002】[0002]

【従来の技術】例えば、従来から使用していたコンピュ
ータが製造中止になって、新たな機種のコンピュータを
導入する必要が生じると次のような問題が出てくる。す
なわち、元々使用していた機種と新たに導入する機種と
の間では一般にハードウェア環境に互換性がなく、従来
機種上で動作していた数々のソフトウェア資産を継承し
てゆくことができなくなる。
2. Description of the Related Art For example, when a computer which has been used in the past is discontinued and a new type of computer needs to be introduced, the following problem arises. That is, in general, the hardware environment is not compatible between the model originally used and the newly introduced model, and it becomes impossible to inherit many software assets that have been operating on the conventional model.

【0003】というのも、半導体試験装置等の技術分野
においては、当該装置上で動作するソフトウェアの多く
がハードウェア依存のアセンブラ言語を用いてコーディ
ングされているためである。したがって、従来機種から
新機種への移行に伴って、既存のソフトウェアと同等の
ものを新機種上で動作するようにコーディングし直す必
要が生じてくる。
This is because, in the technical field such as a semiconductor test apparatus, much of the software operating on the apparatus is coded using a hardware-dependent assembler language. Therefore, with the transition from the conventional model to the new model, it becomes necessary to re-code the software equivalent to the existing software to operate on the new model.

【0004】[0004]

【発明が解決しようとする課題】しかるに、膨大なソフ
トウェア資産の全てをコーディングし直すことは、それ
に要する作業時間や人件費を考えると現実的とは言えな
い。以上のようなことから、新たに導入するコンピュー
タ上で既存のソフトウェアを動作させるためのシステム
を構築することが考えられる。この種のシステムは一般
にエミュレートシステム,エミュレータなどと呼ばれて
いる。
However, recoding all of the enormous software assets is not realistic in view of the time and labor required for the recoding. From the above, it is conceivable to construct a system for operating existing software on a newly installed computer. This type of system is generally called an emulation system, emulator, or the like.

【0005】ところが、従来から用いられている一般的
なエミュレートシステムでは、本来の実行環境に依存し
たハードウェアを併用しているのが通例である。すなわ
ち、従来のエミュレートシステムでは、周辺機器との間
の入出力インタフェース等に関わる動作上の相違を吸収
するために特定のハードウェアが不可欠な構成要素とな
っている。例えば、従来機種と新機種との間で入出力イ
ンタフェースのバス幅が異なっているような場合には、
バスのビット幅を相互に変換するための特殊なハードウ
ェアが必要となってくる。
[0005] However, a general emulation system that has been used in the past generally uses hardware that depends on the original execution environment. That is, in the conventional emulation system, specific hardware is an indispensable component in order to absorb an operation difference related to an input / output interface with a peripheral device. For example, if the bus width of the input / output interface differs between the conventional model and the new model,
Special hardware for converting the bit width of the bus to each other is required.

【0006】本発明は上記の点に鑑みてなされたもので
あり、その目的は、特定の実行環境下で動作するように
開発された既存のソフトウェアを別のハードウェア環境
下でそのまま実行するにあたって、特定のハードウェア
を全く必要としないエミュレートシステムを実現するこ
とにある。
The present invention has been made in view of the above points, and has as its object to execute existing software developed to operate under a specific execution environment as it is under another hardware environment. Another object of the present invention is to realize an emulation system that does not require any specific hardware.

【0007】[0007]

【課題を解決するための手段】以上の課題を解決するた
めに、請求項1記載の発明は、特定の実行環境下で動作
する実行可能形式の既存ソフトウェアを該実行環境と異
なる任意のハードウェア環境下で動作させるエミュレー
トシステムであって、前記既存ソフトウェアと該既存ソ
フトウェアの使用するデータが予め記憶された記憶手段
と、前記データを参照しながら、前記既存ソフトウェア
のコードを解析して該コードを前記ハードウェア環境下
における動作へ変換して、前記既存ソフトウェアの動作
をソフトウェア的に擬似動作させる擬似手段とを具備す
ることを特徴としている。
In order to solve the above-mentioned problems, the present invention according to claim 1 is to convert existing software in an executable format operating under a specific execution environment into an arbitrary hardware different from the execution environment. An emulation system that operates in an environment, wherein the existing software and data used by the existing software are stored in advance, and the code of the existing software is analyzed by referring to the data. Is converted into an operation in the hardware environment, and a simulating means for simulating the operation of the existing software in a software manner is provided.

【0008】また、請求項2記載の発明は、請求項1記
載の発明において、前記擬似手段は、前記擬似動作の実
行経過をトレースして出力することを特徴としている。
また、請求項3記載の発明は、請求項1又は2記載の発
明において、入力されたコマンドのうち、前記既存ソフ
トウェアに対する実行指示を選別して前記擬似手段へ出
力する実行指示解析手段を有することを特徴としてい
る。また、請求項4記載の発明は、請求項1〜3の何れ
かの項記載の発明において、前記擬似手段は、前記擬似
動作の実行過程で検出されたエラーを表示させることを
特徴としている。
According to a second aspect of the present invention, in the first aspect of the present invention, the simulating means traces and outputs the execution progress of the simulating operation.
According to a third aspect of the present invention, in the first or second aspect of the present invention, there is provided an execution instruction analyzing means for selecting an execution instruction for the existing software from the input commands and outputting the execution instruction to the simulation means. It is characterized by. According to a fourth aspect of the present invention, in the first aspect of the present invention, the simulating means displays an error detected during the execution of the simulating operation.

【0009】[0009]

【発明の実施の形態】以下、図面を参照して本発明の一
実施形態について説明する。図1は本実施形態によるエ
ミュレートシステムの構成を示すブロック図である。同
図において、入力装置1はキーボードやマウス等の一般
的な入力機器であって、本システム自身に対する指示を
行うためのコマンドと、従来機種上で動作していた既存
ソフトウェアに対する指示を行うためのコマンドなどが
入力される。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of the emulation system according to the present embodiment. In FIG. 1, an input device 1 is a general input device such as a keyboard and a mouse. The input device 1 is a command for giving an instruction to the system itself and a command for giving an instruction to existing software operating on a conventional model. A command or the like is input.

【0010】処理装置2はプログラム制御によって動作
するコンピュータであって、本エミュレートシステムを
実現するためのものである。この処理装置2に設けられ
た各部(即ち、指示解析部21,コード解析部22,擬
似動作実行部23)は何れも当該コンピュータのハード
ウェア環境化で走行するソフトウェアで実現されてい
る。本実施形態では、このソフトウェアを実現するため
に機種に依存しないプログラム言語であるC言語を用い
ている。もっとも、異なる環境間で互換性を保つことの
可能なプログラム言語であれば、これ以外にも様々な高
級言語を使用することが考えられる。なお、処理装置2
の各部が持つ機能については動作説明において説明す
る。
The processing device 2 is a computer operated under program control, and is for realizing the emulation system. Each of the units provided in the processing device 2 (that is, the instruction analysis unit 21, the code analysis unit 22, and the pseudo operation execution unit 23) is realized by software running in a hardware environment of the computer. In the present embodiment, the C language, which is a programming language independent of the model, is used to realize this software. However, it is conceivable to use various other high-level languages as long as the programming language can maintain compatibility between different environments. The processing device 2
The function of each unit will be described in the operation description.

【0011】記憶装置3はハードディスク等の大容量記
憶媒体であって、既存ソフトウェア31及びデータ32
を予め記憶しておくようにする。このうち、既存ソフト
ウェア31は製造中止になった従来機種のコンピュータ
上で動作する実行可能形式のプログラム(即ち、マシン
語ないし機械語)である。つまり、既存ソフトウェア3
1は本システムとは別の環境下で作成されたものであっ
て、処理装置2のハードウェア環境下で直接既存ソフト
ウェア31を走行させることはできない。一方、データ
32はこの既存ソフトウェア31が参照する各種のデー
タである。
The storage device 3 is a large-capacity storage medium such as a hard disk.
Is stored in advance. Among them, the existing software 31 is an executable program (that is, a machine language or a machine language) that runs on a computer of a conventional model that has been discontinued. In other words, existing software 3
1 is created in an environment different from that of the present system, and the existing software 31 cannot be run directly under the hardware environment of the processing device 2. On the other hand, the data 32 is various data referred to by the existing software 31.

【0012】出力装置4はハードディスク,光磁気ディ
スク等の各種記憶媒体であって、処理装置2による実行
結果等がこれら記憶媒体上に記憶される。もっとも、出
力装置4をディスプレイ,プリンタといった出力機器で
構成しても良く、その場合は処理装置2による実行結果
をそのままディスプレイ上に表示させ、あるいは、プリ
ンタを介して用紙上に印字させることになる。
The output device 4 is a storage medium such as a hard disk or a magneto-optical disk, and the results of execution by the processing device 2 are stored on these storage media. Of course, the output device 4 may be constituted by an output device such as a display or a printer. In this case, the execution result of the processing device 2 is displayed on the display as it is, or is printed on paper via the printer. .

【0013】次に、図2のフローチャートを参照しつつ
上記構成によるエミュレートシステムの動作について説
明する。まず、ユーザが入力装置1から各種の実行指示
をコマンドとして入力(ステップS1)することによっ
て、このコマンドが処理装置2の指示解析部21へ供給
される。すると、指示解析部21は入力されたコマンド
の文字列を解析(ステップS2)して、当該コマンドが
本エミュレートシステム自身に対する実行指示であるの
か,或いは,既存ソフトウェア31に対する実行指示で
あるのかを判定する(ステップS3)。
Next, the operation of the emulation system having the above configuration will be described with reference to the flowchart of FIG. First, when the user inputs various execution instructions as commands from the input device 1 (step S1), the commands are supplied to the instruction analysis unit 21 of the processing device 2. Then, the instruction analysis unit 21 analyzes the character string of the input command (step S2), and determines whether the command is an execution instruction for the emulation system itself or an execution instruction for the existing software 31. A determination is made (step S3).

【0014】入力されたコマンドが自身のシステムに対
するものである場合(ステップS3の判断結果が“N
O”)、指示解析部21は当該コマンドに応じた処理を
図示しない動作実行部で処理してこのコマンドに関わる
動作を完了させる。なお、この種のコマンドとしては、
後述するように、既存ソフトウェア31の実行経過を表
示させるためのトレース指示などがあり、図示しない動
作実行部が擬似動作実行部23に対して入力されたトレ
ース指示を伝達する。一方、入力されたコマンドが既存
ソフトウェア31に対する実行指示である(ステップS
3の判断結果が“YES”)ならば、指示解析部21は
記憶装置3内を検索して、当該実行指示の対象となるソ
フトウェアが既存ソフトウェア31の中に存在するかど
うか調べる(ステップS4)。
If the input command is for its own system (the determination result in step S3 is "N
O ″), the instruction analyzing unit 21 completes the operation related to the command by processing the process corresponding to the command by an operation executing unit (not shown).
As will be described later, there is a trace instruction for displaying the execution progress of the existing software 31, and an operation execution unit (not shown) transmits the input trace instruction to the pseudo operation execution unit 23. On the other hand, the input command is an execution instruction for the existing software 31 (Step S).
If the determination result of step 3 is "YES"), the instruction analysis unit 21 searches the storage device 3 to determine whether the software targeted for the execution instruction exists in the existing software 31 (step S4). .

【0015】この場合に、対象とするソフトウェアが存
在しない場合(ステップS5の判断結果が“NO”)、
指示解析部21はこの旨のエラーメッセージを図示しな
いディスプレイに表示(ステップS12)させて、当該
実行指示に関わるエミュレーション動作を終了させる。
一方、当該対象ソフトウェアが既存ソフトウェア31の
中に存在する場合(ステップS5の判断結果が“YE
S”)、指示解析部21は既存ソフトウェア31を処理
装置2上に取り込んだのちにその処理をコード解析部2
2に委譲する。
In this case, if there is no target software (the determination result in step S5 is "NO"),
The instruction analyzer 21 displays an error message to that effect on a display (not shown) (step S12), and ends the emulation operation related to the execution instruction.
On the other hand, when the target software exists in the existing software 31 (the determination result of step S5 is “YE
S ″), the instruction analysis unit 21 loads the existing software 31 into the processing device 2, and then performs the processing on the code analysis unit 2.
Delegate to 2.

【0016】コード解析部22は、実行指示に対応した
既存ソフトウェア31上のコード(マシン語)を逐一解
析してゆき、当該コードを擬似動作実行部23が処理し
やすい形式に変換する(ステップS6)。通常、この解
析処理が失敗することはないが、もし解析時に矛盾が生
じるなどしてエラーが発生(ステップS7の判断結果が
“YES”)したならば、コード解析部22は図示しな
いディスプレイ上にエラーメッセージを表示(ステップ
S12)させて、当該コマンドに関わるエミュレーショ
ン動作を終結させる。一方、コード解析が正常に終了し
た場合(ステップS7の判断結果が“NO”)、コード
解析部22はコード解析結果を擬似動作実行部23に引
き渡す。
The code analysis unit 22 analyzes the code (machine language) on the existing software 31 corresponding to the execution instruction one by one, and converts the code into a format that can be easily processed by the pseudo operation execution unit 23 (step S6). ). Normally, this analysis process does not fail. However, if an error occurs due to inconsistency at the time of analysis (the determination result in step S7 is “YES”), the code analysis unit 22 displays on a display (not shown). An error message is displayed (step S12), and the emulation operation relating to the command is terminated. On the other hand, when the code analysis is completed normally (the determination result in step S7 is “NO”), the code analysis unit 22 passes the code analysis result to the pseudo operation execution unit 23.

【0017】擬似動作実行部23は、記憶装置3上に格
納されているデータ32を随時参照しながら、既存ソフ
トウェア31の持っている機能および動作の予測を行っ
て、既存ソフトウェア31のコードを自身のシステムの
実行環境に応じた動作に変換して実行してゆく。これに
よって、入力された実行指示に対応する既存ソフトウェ
ア31の動作が処理装置2のハードウェア環境下で実現
される。このとき、擬似動作実行部23は当該コマンド
が実行結果を出力するものであれば、当該実行結果を出
力データ41として出力装置4に送出する(ステップS
8)。また、擬似動作実行過程においてエラーが検出さ
れた場合(ステップS9の判断結果が“YES”)、擬
似動作実行部23はエラー要因等のエラーメッセージを
図示しないディスプレイ上に表示(ステップS12)さ
せて、当該コマンドに関するエミュレーション動作を終
了させる。
The simulated operation execution unit 23 predicts the functions and operations of the existing software 31 while referring to the data 32 stored in the storage device 3 as needed, and converts the code of the existing software 31 into itself. The operation is converted into an operation according to the execution environment of the system. Thereby, the operation of the existing software 31 corresponding to the input execution instruction is realized in the hardware environment of the processing device 2. At this time, if the command outputs an execution result, the simulated operation execution unit 23 sends the execution result to the output device 4 as output data 41 (Step S).
8). If an error is detected during the simulated operation execution process (the determination result of step S9 is “YES”), the simulated operation execution unit 23 displays an error message such as an error factor on a display (not shown) (step S12). Then, the emulation operation for the command is terminated.

【0018】一方、擬似動作の実行が正常になされた場
合(ステップS9の判断結果が“NO”)、擬似動作実
行部23は上述したトレース指示がなされているかどう
かを判断する(ステップS10)。もしトレース指示が
存在しない場合(同ステップの判断結果が“NO”)、
擬似動作実行部23は指示されたコマンドに関わるエミ
ュレーション動作を完了させる。これに対して、トレー
ス指示が為されていた場合(ステップS10の判断結果
が“YES”)、擬似動作実行部23はステップS8で
行った擬似動作の実行経過を図示しないディスプレイ上
に表示(ステップS11)させたのち、指示されたコマ
ンドに関するエミュレーション動作を完了させる。
On the other hand, when the execution of the simulated operation is normally performed (the determination result in step S9 is "NO"), the simulated operation execution unit 23 determines whether or not the above-described tracing instruction is issued (step S10). If the trace instruction does not exist (the determination result of the step is “NO”),
The simulated operation execution unit 23 completes the emulation operation related to the specified command. On the other hand, when the trace instruction has been issued (the determination result in step S10 is “YES”), the simulated operation execution unit 23 displays the execution progress of the simulated operation performed in step S8 on a display (not shown) (step S10). After S11), the emulation operation for the specified command is completed.

【0019】[0019]

【発明の効果】以上説明したように、本発明では、特定
の実行環境下で動作する実行可能形式の既存ソフトウェ
アが使用するデータを参照しながら、当該既存ソフトウ
ェアのコードを解析して、上記実行環境とは異なる任意
のハードウェア環境下における動作へ変換して、既存ソ
フトウェアの動作をソフトウェア的に擬似動作させてい
る。これにより、種々の実行環境下で動作する既存ソフ
トウェアの動作を入力装置や出力装置の全く異なるハー
ドウェア環境下でソフトウェア的に実現することができ
るため、特定のハードウェアを何ら必要としないという
利点がある。こうしたことから、多様化する様々な実行
環境に対応させて個別にハードウェアを構築しなくとも
良くなり、ソフトウェアだけの修正で対応できるように
なる。
As described above, according to the present invention, the code of the existing software is analyzed by referring to the data used by the existing software in the executable form operating under a specific execution environment, and The operation is converted into an operation under an arbitrary hardware environment different from the environment, and the operation of the existing software is simulated as software. As a result, the operation of existing software operating under various execution environments can be realized as software under completely different hardware environments of the input device and the output device, so that there is an advantage that no specific hardware is required. There is. For this reason, it is not necessary to individually build hardware to cope with various diversified execution environments, and it is possible to cope with the modification only by software.

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

【図1】 本発明の一実施形態によるエミュレートシス
テムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of an emulation system according to an embodiment of the present invention.

【図2】 同システムの動作を示すフローチャートであ
る。
FIG. 2 is a flowchart showing the operation of the system.

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

1 入力装置 2 処理装置 3 記憶装置 4 出力装置 21 指示解析部 22 コード解析部 23 擬似動作実行部 31 既存ソフトウェア 32 データ 41 出力データ Reference Signs List 1 input device 2 processing device 3 storage device 4 output device 21 instruction analysis unit 22 code analysis unit 23 pseudo operation execution unit 31 existing software 32 data 41 output data

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 特定の実行環境下で動作する実行可能形
式の既存ソフトウェアを該実行環境と異なる任意のハー
ドウェア環境下で動作させるエミュレートシステムであ
って、 前記既存ソフトウェアと該既存ソフトウェアの使用する
データが予め記憶された記憶手段と、 前記データを参照しながら、前記既存ソフトウェアのコ
ードを解析して該コードを前記ハードウェア環境下にお
ける動作へ変換して、前記既存ソフトウェアの動作をソ
フトウェア的に擬似動作させる擬似手段とを具備するこ
とを特徴とするエミュレートシステム。
1. An emulation system for operating existing software in an executable format that operates under a specific execution environment under an arbitrary hardware environment different from the execution environment, wherein the emulation system uses the existing software and the existing software. A storage unit in which data to be stored is stored in advance, and analyzing the code of the existing software while referring to the data, converting the code into an operation under the hardware environment, and converting the operation of the existing software into software. Emulating system for performing an emulating operation.
【請求項2】 前記擬似手段は、前記擬似動作の実行経
過をトレースして出力することを特徴とする請求項1記
載のエミュレートシステム。
2. The emulation system according to claim 1, wherein the simulating means traces and outputs the execution progress of the simulating operation.
【請求項3】 入力されたコマンドのうち、前記既存ソ
フトウェアに対する実行指示を選別して前記擬似手段へ
出力する実行指示解析手段を有することを特徴とする請
求項1又は2記載のエミュレートシステム。
3. The emulation system according to claim 1, further comprising an execution instruction analysis unit that selects an execution instruction for the existing software from the input commands and outputs the execution instruction to the simulation unit.
【請求項4】 前記擬似手段は、前記擬似動作の実行過
程で検出されたエラーを表示させることを特徴とする請
求項1〜3の何れかの項記載のエミュレートシステム。
4. The emulation system according to claim 1, wherein the simulating means displays an error detected during the execution of the simulating operation.
JP10368238A 1998-12-24 1998-12-24 Emulation system Pending JP2000194582A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10368238A JP2000194582A (en) 1998-12-24 1998-12-24 Emulation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10368238A JP2000194582A (en) 1998-12-24 1998-12-24 Emulation system

Publications (1)

Publication Number Publication Date
JP2000194582A true JP2000194582A (en) 2000-07-14

Family

ID=18491310

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10368238A Pending JP2000194582A (en) 1998-12-24 1998-12-24 Emulation system

Country Status (1)

Country Link
JP (1) JP2000194582A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003028929A (en) * 2001-07-13 2003-01-29 Advantest Corp Sequence monitor for semiconductor testing device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003028929A (en) * 2001-07-13 2003-01-29 Advantest Corp Sequence monitor for semiconductor testing device

Similar Documents

Publication Publication Date Title
JP4766540B2 (en) Method and apparatus for performing verification of program code conversion
JP4427002B2 (en) Program debugging device for semiconductor testing
JPH07230484A (en) Limited-state machine-transition analyzer
JPH09259153A (en) Device and method for generating batch execution control program
JP2003173270A (en) Software debugging device
JP2002366602A (en) Simulation method, system and program for software and hardware
US7779400B2 (en) System and method for modifying firmware of an optical storage medium device without requiring a compiling process
JP2000194582A (en) Emulation system
JPH08314760A (en) Program development supporting device
JP2008003841A (en) Build processing method, device and program
US9830174B2 (en) Dynamic host code generation from architecture description for fast simulation
JPH07253909A (en) Microprogram verifying method
JPH05250221A (en) Simulator execution system
KR100974934B1 (en) A virtual simulation system and a hardware control program embodiment method using the same
JPH113236A (en) Virtual computer emulation device
JP2001216337A (en) System and method for assisting development of cpu core and recording medium stored with development assisting program
KR20240009757A (en) Windows-based automotive software simulation device and method through autosar stack virtualization
JPH09237204A (en) System and method for debugging programable controller
JP2001209555A (en) Device for input/output emulation, method for emulating input/output device and storage medium which stores input/output emulation program
JPH02284205A (en) Simulation system for pc
JPH0895817A (en) Method for testing information processor
JPH02285414A (en) Key display processing system
JPH08227301A (en) Device for verifying operation of sequence control program
JPH11353206A (en) Test support system
JPH0567164A (en) Logic simulation system

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20041001