JP2007257186A - Circuit function verification device - Google Patents
Circuit function verification device Download PDFInfo
- Publication number
- JP2007257186A JP2007257186A JP2006079278A JP2006079278A JP2007257186A JP 2007257186 A JP2007257186 A JP 2007257186A JP 2006079278 A JP2006079278 A JP 2006079278A JP 2006079278 A JP2006079278 A JP 2006079278A JP 2007257186 A JP2007257186 A JP 2007257186A
- Authority
- JP
- Japan
- Prior art keywords
- data
- instruction
- unit
- control unit
- storage unit
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
Images
Landscapes
- Tests Of Electronic Circuits (AREA)
Abstract
Description
本発明は、ハードウェア及びソフトウェアを含むシステムの不具合を検証する回路機能検証装置に関する。 The present invention relates to a circuit function verification apparatus that verifies a failure of a system including hardware and software.
従来、ハードウェア及びソフトウェアを含むシステムの回路機能検証方法としては、CPUが処理する命令を解析して、命令がロードやストアのような転送コマンドである場合に、転送元のデータと転送先のデータとが一致するか否かを命令実行直後に比較して、不一致の場合に不具合ありと判断する方法(例えば、特許文献1参照)などがある。
しかしながら、上記従来の方法では、転送元のデータと転送先のデータとを比較することにより転送機能についてのハードウェアの不具合を発見することはできるが、書き換え可能なRAMなどに転送元のデータが格納されている場合、転送命令実行直前に何らかの要因で転送元のデータが書き換わるような場合には、ハードウェアやソフトウェアなどのシステムの不具合を発見することができないことがあった。 However, in the above conventional method, it is possible to find a hardware defect in the transfer function by comparing the transfer source data and the transfer destination data, but the transfer source data is stored in a rewritable RAM or the like. In the case where the data is stored, if the transfer source data is rewritten for some reason immediately before execution of the transfer instruction, it may not be possible to find a problem in the system such as hardware or software.
本発明は、上記従来の事情に鑑みてなされたもので、転送元のデータを予め退避させておくことにより、転送命令実行直前に何らかの要因で転送元のデータが書き換わるような場合にもハードウェアやソフトウェアなどのシステムの不具合が発見できる回路機能検証装置を提供することを目的とする。 The present invention has been made in view of the above-described conventional circumstances, and by saving the transfer source data in advance, even if the transfer source data is rewritten for some reason immediately before the transfer instruction is executed, An object of the present invention is to provide a circuit function verification device that can detect system problems such as hardware and software.
本発明の回路機能検証装置は、ハードウェアと該ハードウェアを制御するためのソフトウェアとを含む回路の機能を検証する回路機能検証装置であって、前記ソフトウェアを記憶する記憶部と、制御系の処理を行う制御部と、前記制御部に接続された少なくとも1つのハードウェア部と、データ転送命令に関わる転送元の情報を格納するデータ格納部と、前記制御部の指示に応じて、予め前記データ格納部に格納されている情報と転送元の情報とを比較する比較部と、を備え、前記制御部が、前記記憶部から読み出した命令を解析し、前記命令がデータ転送命令である場合、該命令に対応する転送元に格納されている情報と前記データ格納部に格納されている情報とを比較するよう前記比較部に指示することを特徴とするものである。
上記構成によれば、予め転送元のデータをデータ格納部に退避させ、退避させた転送元のデータと転送命令実行直後の転送元のデータとを比較することにより、ハードウェアやソフトウェアなどのシステムの不具合を的確に発見することができる。
A circuit function verification apparatus according to the present invention is a circuit function verification apparatus that verifies functions of a circuit including hardware and software for controlling the hardware, and includes a storage unit that stores the software, a control system A control unit that performs processing; at least one hardware unit connected to the control unit; a data storage unit that stores information of a transfer source related to a data transfer command; and A comparison unit that compares information stored in the data storage unit with information on the transfer source, and the control unit analyzes an instruction read from the storage unit, and the instruction is a data transfer instruction The comparison unit is instructed to compare the information stored in the transfer source corresponding to the command with the information stored in the data storage unit.
According to the above configuration, the data of the transfer source is saved in the data storage unit in advance, and the saved data of the transfer source is compared with the data of the transfer source immediately after the execution of the transfer instruction, so that the system such as hardware or software Can be found accurately.
また、本発明の回路機能検証装置は、前記制御部が、動作開始直後に、前記データ転送命令に関わる転送元の情報を予め前記データ格納部に退避させることを特徴とする。
上記構成によれば、ハードウェア初期化の有無を確認するための基準となるデータが退避されるため、ハードウェア初期化の有無によるハードウェアやソフトウェアなどのシステムの不具合を的確に発見することができる。
In the circuit function verification device of the present invention, the control unit saves in advance the transfer source information related to the data transfer command in the data storage unit immediately after the operation starts.
According to the above configuration, the data used as a reference for confirming whether or not hardware initialization is performed is saved, so that it is possible to accurately find a malfunction in a system such as hardware or software due to the presence or absence of hardware initialization. it can.
また、本発明の回路機能検証装置は、前記制御部が、割り込み発生直後に、前記データ転送命令に関わる転送元の情報を予め前記データ格納部に退避させることを特徴とする。
上記構成によれば、割り込み処理で必要なデータが退避されるため、割り込み処理起動中に割り込み処理で必要なデータが書き換わるハードウェアやソフトウェアなどのシステムの不具合を的確に発見することができる。
In the circuit function verification apparatus according to the present invention, the control unit saves information on a transfer source related to the data transfer instruction in the data storage unit in advance immediately after an interrupt occurs.
According to the above configuration, data necessary for interrupt processing is saved, so that a malfunction of a system such as hardware or software in which data necessary for interrupt processing is rewritten while interrupt processing is activated can be accurately found.
また、本発明の回路機能検証装置は、前記比較部が、比較結果を示す信号を出力することを特徴とする。
上記構成によれば、比較結果が出力されるため、ハードウェアやソフトウェアなどのシステムの不具合を的確に発見することができる。
In the circuit function verification apparatus of the present invention, the comparison unit outputs a signal indicating a comparison result.
According to the above configuration, since a comparison result is output, it is possible to accurately find a malfunction of a system such as hardware or software.
また、本発明の回路機能検証装置は、ハードウェアと該ハードウェアを制御するためのソフトウェアとを含む回路の機能を検証する回路機能検証装置であって前記ソフトウェアを記憶する記憶部と、制御系の処理を行う制御部と、前記制御部に接続された少なくとも1つのハードウェア部と、割り込み発生のタイミングを格納するデータ格納部と、前記制御部の指示に応じて、割り込み発生直後から転送命令実行までの間に転送元のデータが上書きされたかを判断する判断部と、を備え、前記制御部が、前記記憶部から読み出した命令を解析し、前記命令がデータ転送命令である場合、前記タイミングから該命令実行までの間に転送元のデータが上書きされたかを判断するよう前記判断部に指示することを特徴とするものである。
上記構成によれば、データが退避されるタイミングからデータ転送命令実行直後までの間のデータ書き込みの有無が判断されるため、データが同じ値で上書きされる場合についても検出が可能で、ハードウェアやソフトウェアなどのシステムの不具合を高い精度で的確に発見することができる。
The circuit function verification apparatus of the present invention is a circuit function verification apparatus that verifies the function of a circuit including hardware and software for controlling the hardware, a storage unit that stores the software, and a control system A control unit that performs the above processing, at least one hardware unit connected to the control unit, a data storage unit that stores the timing of interrupt generation, and a transfer command immediately after the occurrence of the interrupt according to an instruction from the control unit A determination unit that determines whether or not the data of the transfer source has been overwritten before execution, and the control unit analyzes the instruction read from the storage unit, and when the instruction is a data transfer instruction, The determination unit is instructed to determine whether or not the transfer source data has been overwritten between the timing and the execution of the instruction.
According to the above configuration, since it is determined whether or not data is written between the timing at which the data is saved and immediately after the execution of the data transfer instruction, it is possible to detect the case where the data is overwritten with the same value. System defects such as software and software can be accurately detected with high accuracy.
また、本発明の回路機能検証装置は、前記判断部が、判断結果を示す信号を出力することを特徴とする。
上記構成によれば、書き込み有無の結果が出力されるため、ハードウェアやソフトウェアなどのシステムの不具合を的確に発見することができる。
In the circuit function verification apparatus of the present invention, the determination unit outputs a signal indicating a determination result.
According to the above configuration, since the result of the presence / absence of writing is output, it is possible to accurately find a malfunction of the system such as hardware or software.
さらに、本発明の設計支援装置は、本発明の回路機能検証装置の回路データを検証する動作検証シミュレータを備えることを特徴とする。
上記構成によれば、回路の中に埋め込まれたテスト回路という形体ではなく、シミュレーションにより事前にハードウェアやソフトウェアなどのシステムの不具合を発見することができる。
Furthermore, the design support apparatus of the present invention includes an operation verification simulator for verifying circuit data of the circuit function verification apparatus of the present invention.
According to the above configuration, it is possible to discover a malfunction of a system such as hardware or software in advance by simulation instead of a form of a test circuit embedded in a circuit.
本発明の回路機能検証装置によれば、データ転送命令実行直前に何らかの要因で転送元のデータが書き換わるような場合にもハードウェアやソフトウェアなどのシステムの不具合を高精度で的確に発見できる。 According to the circuit function verification apparatus of the present invention, it is possible to accurately and accurately find defects in systems such as hardware and software even when the transfer source data is rewritten for some reason immediately before execution of the data transfer instruction.
以下、添付図面を参照しながら本発明の実施形態に係る回路機能検証装置について詳細に説明する。尚、実施の形態を説明するための全図において、同一機能を有するものは同一符号を付与し、説明は繰り返さないこととする。 Hereinafter, a circuit function verification apparatus according to an embodiment of the present invention will be described in detail with reference to the accompanying drawings. In all the drawings for explaining the embodiments, the same reference numerals are given to those having the same function, and the explanation will not be repeated.
[実施の形態1]
図1は、本発明の実施の形態1における回路機能検証装置の内部構成を示すブロック図である。回路機能検証装置100は、主に、記憶部101、ユーザ回路部102、データ格納部103、比較部104、制御部105、などで構成される。
[Embodiment 1]
FIG. 1 is a block diagram showing the internal configuration of the circuit function verification apparatus according to Embodiment 1 of the present invention. The circuit
記憶部101は、ハードウェアを制御するソフトウェアや、回路機能検証装置100で用いるデータなどを記憶する。ユーザ回路部102は、ユーザが任意に設計したハードウェア部分であり、様々な機能が搭載されている。データ格納部103は、記憶部101やユーザ回路部102に格納されているデータを、データ転送命令に関わる転送元のデータとして予め退避する。比較部104は、データ格納部103に退避させたデータと転送元のデータとを比較する。制御部105は、記憶部101に格納された制御プログラムにより、回路機能検証装置100内の各部の動作を制御する。
The
また、制御部105は、記憶部101に格納されたソフトウェアを解釈した結果に基づいてデータ転送を行い、転送元のデータをデータ格納部103に退避させ、転送元データの読み出し処理時にデータ格納部103に退避させたデータと転送元データを比較する指示を比較部104に出力する。
Further, the
次に、上記構成の回路機能検証装置の動作について説明する。図2は、本発明の実施の形態1における回路機能検証装置の回路検証動作手順を示すフローチャートである。 Next, the operation of the circuit function verification apparatus having the above configuration will be described. FIG. 2 is a flowchart showing a circuit verification operation procedure of the circuit function verification apparatus according to Embodiment 1 of the present invention.
はじめに、回路機能検証装置の電源がONされると(ステップS201)、制御部105は、ユーザ回路部102から制御部105に対する割り込みの有無を検出し(ステップS202)、割り込みがある場合には、記憶部101またはユーザ回路部102に格納されている転送元のデータをデータ格納部103に退避させる(ステップS203)。一方、ユーザ回路部102から制御部105に対する割り込みがない場合には、ステップS202に戻り、割り込みの検出動作を繰り返す。
First, when the power of the circuit function verification device is turned on (step S201), the
次に、制御部105から転送元のデータへの読み出しアクセスの有無を検出し(ステップS204)、読み出しアクセスがある場合には、比較部104に、データ格納部103に退避させたデータと現時点での転送元のデータの値とを比較させる(ステップS205)。一方、読み出しアクセスがない場合には、ステップS204に戻り、読み出しアクセスの検出動作を繰り返す。
Next, the presence or absence of read access to the transfer source data from the
比較した結果が一致しない場合、制御部105は、比較部104から不一致であることを示す情報を出力させる(ステップS206)。一方、データを比較した結果が一致している場合は、ステップS202に戻り、割り込みの検出動作を繰り返す。
If the comparison results do not match, the
その後、電源の状態を検出し(ステップS207)、OFFの場合には処理を終了し、OFFでない場合にはステップS202に戻り、割り込みの検出動作を繰り返す。尚、フローチャートには記載されていないが、いずれの処理手順においても途中で電源がOFFされた場合には処理が終了する。また、フローチャートには記載されていないが、ステップS204の読み出しアクセスの確認中に割り込みが発生した場合はステップS204のループ処理を抜けて転送元のデータを退避する処理(ステップS203)に戻る。 Thereafter, the state of the power supply is detected (step S207). If it is OFF, the process is terminated. If it is not OFF, the process returns to step S202, and the interrupt detection operation is repeated. Although not described in the flowchart, in any processing procedure, if the power is turned off halfway, the processing ends. Although not described in the flowchart, if an interrupt occurs during the confirmation of the read access in step S204, the process returns to the process of exiting the loop process in step S204 and saving the transfer source data (step S203).
以上のように、本実施の形態の回路機能検証装置によれば、ユーザ回路部から制御部に対する割り込みが発生した直後に転送元のデータをデータ格納部に退避させることにより、制御部から転送元のデータに読み出しアクセス発生時点において何らかの要因で転送元のデータが書き換えられている場合でもハードウェアやソフトウェアなどのシステムの不具合を発見できる。 As described above, according to the circuit function verification device of the present embodiment, the transfer source data is saved in the data storage unit immediately after the interruption from the user circuit unit to the control unit, so that the transfer source is transferred from the control unit. Even if the data of the transfer source is rewritten for some reason at the time of read access to the data, it is possible to find a malfunction of the system such as hardware or software.
尚、本実施の形態では、比較部104をハードウェアで構成したが、制御部102でソフトウェア的に比較処理を行うようにしてもかまわない。
In the present embodiment, the
[実施の形態2]
図3は、本発明の実施の形態2における回路機能検証装置の内部構成を示すブロック図である。回路機能検証装置300は、主に、記憶部101、ユーザ回路部102、データ格納部303、判断部304、制御部305、などで構成される。
[Embodiment 2]
FIG. 3 is a block diagram showing an internal configuration of the circuit function verification apparatus according to
データ格納部303は、転送元のデータを退避させる代わりに割り込み発生のタイミングに関わるデータを格納する。また、判断部304は、割り込み発生直後から転送命令実行直後までの間に転送元のデータにデータが上書きされたか否かを判断する。制御部305は、記憶部101に格納されたソフトウェアを解釈した結果に基づいてデータ転送を行い、転送命令実行タイミングをデータ格納部303に格納し、転送元データの読み出し処理時までの間にデータ転送元のデータが上書きされたか否かを確認する指示を判断部304に出力する。
The
次に、上記構成の回路機能検証装置の動作について説明する。図4は、本発明の実施の形態2における回路機能検証装置の回路検証動作手順を示すフローチャートである。 Next, the operation of the circuit function verification apparatus having the above configuration will be described. FIG. 4 is a flowchart showing a circuit verification operation procedure of the circuit function verification apparatus according to the second embodiment of the present invention.
はじめに、回路機能検証装置の電源がONされると(ステップS401)、制御部305は、ユーザ回路部102から制御部305に対する割り込みの有無を検出し(ステップS402)、割り込みがある場合には、データ格納部303に割り込み発生タイミングに関わる情報を格納する(ステップS403)。
First, when the power of the circuit function verification device is turned on (step S401), the
次に、制御部305から転送元のデータへの読み出しアクセスの有無を検出し(ステップS404)、読み出しアクセスがない場合、制御部305は、次に、転送元への書き込みアクセスの有無を判断部304に判断させる(ステップS405)。
Next, the presence or absence of read access to the transfer source data from the
読み出しアクセスがなく且つ書き込みアクセスがある場合、制御部305は、判断部304から書き込み有無の判定結果情報を出力させる(ステップS406)と同時に、データ格納部303に格納した割り込み発生タイミングに関わる情報をクリアする(ステップS407)。一方、読み出しアクセスがある場合や、読み出しアクセスがなく且つ書き込みアクセスもない場合には、ステップS404に戻り、読み出しアクセス有無の検出動作を繰り返す。
When there is no read access and there is a write access, the
その後、電源の状態を検出し(ステップS408)、OFFの場合には処理を終了し、OFFでない場合にはステップS402に戻り、割り込みの検出動作を繰り返す。尚、フローチャートには記載されていないが、いずれの処理手順においても途中で電源がOFFされた場合には処理が終了する。また、割り込みや他の要因により、読み出しアクセス有無の検出動作(ステップS404)から書き込みアクセス有無の検出動作(ステップS405)までのループ処理を抜け、割り込みタイミング情報格納動作(ステップS403)へ戻るようにすることもできる。 Thereafter, the state of the power supply is detected (step S408). If it is OFF, the process is terminated. If it is not OFF, the process returns to step S402, and the interrupt detection operation is repeated. Although not described in the flowchart, in any processing procedure, if the power is turned off halfway, the processing ends. Also, due to an interrupt or other factors, the loop processing from the detection operation of reading access presence / absence (step S404) to the detection operation of write access presence / absence (step S405) is exited, and the processing returns to the interrupt timing information storage operation (step S403). You can also
以上のように、本実施の形態の回路機能検証装置によれば、ユーザ回路部から制御部に対する割り込みが発生したタイミングから転送元のデータに書き込みアクセスが発生するか否かを検出することにより、何らかの要因で転送元のデータが書き換えられた時点でハードウェアやソフトウェアなどのシステムの不具合を発見できる。さらに、転送元のデータが同じ値のデータで書き換えられた場合でもハードウェアなどのシステムの不具合を発見できる。 As described above, according to the circuit function verification device of the present embodiment, by detecting whether or not a write access occurs in the transfer source data from the timing at which the interrupt from the user circuit unit to the control unit occurs, When the transfer source data is rewritten for some reason, it is possible to find problems in the system such as hardware and software. Furthermore, even when the transfer source data is rewritten with the same value data, it is possible to find a malfunction of the system such as hardware.
[実施の形態3]
図5は、本発明の実施の形態3における回路機能検証装置の内部構成を示すブロック図である。回路機能検証装置500は、主に、プログラムメモリ501a、データメモリ501b、ハードウェアモデル502、データ格納部503、関数起動有無判断機能部504a、比較処理機能部504b、CPU/μDSPモデル505a、バスコントロ−ル部505b、命令デコーダ505c、などで構成される。
[Embodiment 3]
FIG. 5 is a block diagram showing an internal configuration of the circuit function verification apparatus according to Embodiment 3 of the present invention. The circuit
プログラムメモリ501aは、ハードウェアを制御するためのソフトウェアやファームウェアのプログラムを格納する。データメモリ501bは、ユーザ回路であるハードウェアモデル502やCPU/μDSPモデル505aなどで使用するデータを格納する。ハードウェアモデル502は、ユーザが設計したハードウェアのモデルであり様々な機能が搭載されている。データ格納部503は、ハードウェアの初期化前のレジスタの値を格納するために用いる。関数起動有無判断機能部504aは、データ転送命令の起動やハードウェアの初期化処理の起動を検出する。比較処理機能部504bは、データ格納部503に格納した初期化前のレジスタの値とデータメモリ501bに格納されている現時点でのレジスタの値を比較する。CPU/μDSPモデル505aは、バスコントロ−ル部505bと命令デコーダ505cとハードウェアモデル502を制御してデータ転送などの処理を指示する。バスコントロ−ル部505bは、命令デコーダ505cで解析された命令に基づいてデータ転送を行う。命令デコーダ505cは、プログラムメモリ501aに格納された命令を解析して転送命令であることを関数起動有無判断機能504aに通知する。
The
尚、上記の構成において、プログラムメモリ501aとデータメモリ501bは実施の形態1における記憶部101の機能を担う。同様に、データ格納部503は実施の形態1におけるデータ格納部103の機能を、関数起動有無判断機能部504aと比較処理機能部504bは実施の形態1における比較部104の機能を、CPU/μDSPモデル505a、バスコントロ−ル部505b及び命令デコーダ505cは、実施の形態1における制御部105の機能をそれぞれ担う。また、実施の形態3では、実施の形態1におけるユーザ回路部102がハードウェアモデル504に置換された形態となっている。
In the above configuration, the
従って、回路機能検証装置500は、全体としてはミュレータとしての機能を具備する。シミュレータでは、ハードウェア記述言語や一般的なソフトウェアで使用される言語で記載されたハードウェアモデル502やCPU/μDSPモデル505aなどのモデル及び比較処理機能部504bの検証用機能を用いてシステムの検証が行える。
Therefore, the circuit
次に、上記構成の回路機能検証装置の動作について説明する。図6は、本発明の実施の形態3における回路機能検証装置の回路検証動作手順を示すフローチャートである。 Next, the operation of the circuit function verification apparatus having the above configuration will be described. FIG. 6 is a flowchart showing a circuit verification operation procedure of the circuit function verification apparatus according to the third embodiment of the present invention.
はじめに、回路機能検証装置でシュミレータの動作が開始すると(ステップS601)、ハードウェアモデル502やCPU/μDSPモデル505aで使用するレジスタの値が不定値としてデータ格納部503に格納される(ステップS602)。次に、命令デコーダ505cと関数起動有無判断機能部504aで解析を行い、読み出しアクセスの有無を検出する(ステップS603)。
First, when the simulator operation is started in the circuit function verification device (step S601), the register values used in the
読み出し命令がある場合、比較処理機能部504bは、データ格納部503に格納されたレジスタの値とデータメモリ501bに格納されている現時点でのレジスタの値とを比較する(ステップS604)。一方、CPU/μDSPモデル505aからの読み出し命令がない場合は、ステップS603に戻り、読み出しアクセス有無の検出動作を繰り返す。
When there is a read command, the comparison
比較した結果が一致している場合、比較処理機能部504bから一致/不一致の情報が出力される(ステップS605)。一方、比較結果が一致していない場合、ステップS603に戻り、読み出しアクセス有無の検出動作を繰り返す。
If the comparison results match, match / mismatch information is output from the comparison
その後、シュミレータの動作状態を検出し(ステップS606)、シュミレータが停止の場合には処理を終了し、シュミレータが停止でない場合にはステップS603に戻り、割り込みの検出動作を繰り返す。尚、フローチャートには記載されていないが、いずれの処理手順においても途中でシュミレータが停止した場合には処理が終了する。 Thereafter, the operation state of the simulator is detected (step S606). If the simulator is stopped, the process is terminated. If the simulator is not stopped, the process returns to step S603 to repeat the interrupt detection operation. Although not shown in the flowchart, in any processing procedure, if the simulator stops midway, the processing ends.
以上のように、本実施の形態の回路機能検証装置によれば、装置起動直後にデータメモリ上のレジスタの値として不定値をデータ格納部に格納することにより、ユーザ回路であるハードウェアモデルやCPU/μDSPモデルからバスコントロ−ル部を介してレジスタに対して読み出しアクセスが発生した時点で、データメモリのレジスタがハードウェアモデルやCPU/μDSPモデルから初期化されているか否かを簡単に確認することができる。 As described above, according to the circuit function verification device of the present embodiment, a hardware model that is a user circuit is stored by storing an indefinite value in the data storage unit as a register value on the data memory immediately after the device is activated. When a read access is made to a register from the CPU / μDSP model via the bus control unit, it is easily confirmed whether the register of the data memory is initialized from the hardware model or the CPU / μDSP model can do.
本発明の回路機能検証装置を実際の電気機器等に搭載、応用すれば、市場不具合発生時などにおいて迅速且つ的確に不具合の解析を行うことができる。特に、ハードウェアとソフトウェアの境界を持つ回路などの解析を行うシミュレータとして好適である。 If the circuit function verification device of the present invention is mounted and applied to an actual electrical device or the like, it is possible to analyze the failure quickly and accurately when a market failure occurs. In particular, it is suitable as a simulator for analyzing a circuit having a boundary between hardware and software.
本発明は、データ転送命令実行直前に何らかの要因で転送元のデータが書き換わるような場合でもハードウェアやソフトウェアなどのシステムの不具合を高い精度で的確に解析できるという効果を有し、ハードウェア及びソフトウェアを含むシステムの不具合を検証する回路機能検証装置等に有用である。 The present invention has an effect that it is possible to accurately analyze a failure of a system such as hardware or software with high accuracy even when the transfer source data is rewritten for some reason immediately before execution of the data transfer instruction. This is useful for a circuit function verification device that verifies a malfunction of a system including software.
100 回路機能検証装置
101 記憶部
102 ユーザ回路部
103 データ格納部
104 比較部
105 制御部
300 回路機能検証装置
303 データ格納部
304 判断部
305 制御部
500 回路機能検証装置
501a プログラムメモリ
501b データメモリ
502 ハードウェアモデル
503 データ格納部
504a 関数起動有無判断機能部
504b 比較処理機能部
505a CPU/μDSPモデル
505b バスコントロ−ル部
505c 命令デコーダ
DESCRIPTION OF
Claims (7)
前記ソフトウェアを記憶する記憶部と、
制御系の処理を行う制御部と、
前記制御部に接続された少なくとも1つのハードウェア部と、
データ転送命令に関わる転送元の情報を格納するデータ格納部と、
前記制御部の指示に応じて、予め前記データ格納部に格納されている情報と転送元の情報とを比較する比較部と、を備え、
前記制御部は、前記記憶部から読み出した命令を解析し、前記命令がデータ転送命令である場合、該命令に対応する転送元に格納されている情報と前記データ格納部に格納されている情報とを比較するよう前記比較部に指示することを特徴とする回路機能検証装置。 A circuit function verification device that verifies the function of a circuit including hardware and software for controlling the hardware,
A storage unit for storing the software;
A control unit for processing the control system;
At least one hardware unit connected to the control unit;
A data storage unit for storing transfer source information related to the data transfer command;
In accordance with an instruction from the control unit, a comparison unit that compares information stored in the data storage unit in advance with transfer source information,
The control unit analyzes an instruction read from the storage unit, and when the instruction is a data transfer instruction, information stored in a transfer source corresponding to the instruction and information stored in the data storage unit A circuit function verification device that instructs the comparison unit to compare
前記ソフトウェアを記憶する記憶部と、
制御系の処理を行う制御部と、
前記制御部に接続された少なくとも1つのハードウェア部と、
割り込み発生のタイミングを格納するデータ格納部と、
前記制御部の指示に応じて、割り込み発生直後から転送命令実行までの間に転送元のデータが上書きされたかを判断する判断部と、を備え、
前記制御部は、前記記憶部から読み出した命令を解析し、前記命令がデータ転送命令である場合、前記タイミングから該命令実行までの間に転送元のデータが上書きされたかを判断するよう前記判断部に指示することを特徴とする回路機能検証装置。 A circuit function verification device that verifies the function of a circuit including hardware and software for controlling the hardware, and a storage unit that stores the software;
A control unit that performs processing of the control system;
At least one hardware unit connected to the control unit;
A data storage section for storing the timing of interrupt generation;
In accordance with an instruction from the control unit, a determination unit that determines whether data of the transfer source is overwritten between immediately after the occurrence of the interrupt and execution of the transfer instruction,
The control unit analyzes the instruction read from the storage unit and, when the instruction is a data transfer instruction, determines whether the transfer source data is overwritten between the timing and the execution of the instruction. A circuit function verification device characterized by instructing a unit.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006079278A JP2007257186A (en) | 2006-03-22 | 2006-03-22 | Circuit function verification device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006079278A JP2007257186A (en) | 2006-03-22 | 2006-03-22 | Circuit function verification device |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2007257186A true JP2007257186A (en) | 2007-10-04 |
Family
ID=38631395
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006079278A Withdrawn JP2007257186A (en) | 2006-03-22 | 2006-03-22 | Circuit function verification device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2007257186A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115994096A (en) * | 2023-03-21 | 2023-04-21 | 安徽隼波科技有限公司 | Verification method for radar signal processing and simulation |
-
2006
- 2006-03-22 JP JP2006079278A patent/JP2007257186A/en not_active Withdrawn
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115994096A (en) * | 2023-03-21 | 2023-04-21 | 安徽隼波科技有限公司 | Verification method for radar signal processing and simulation |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4044075B2 (en) | Test circuit and test method for semiconductor integrated circuit | |
US9202591B2 (en) | On-line memory testing systems and methods | |
JP2008009721A (en) | Evaluation system and evaluation method thereof | |
JP2017049627A (en) | Verification system, verification device, and vehicle controller | |
JP2005135407A (en) | System and method for testing component of computer system by using voltage margining | |
CN115495275B (en) | Storage system and control method thereof | |
US9021298B2 (en) | Integrated circuit with error repair and fault tolerance | |
JP2018194336A (en) | Abnormality detector and abnormality detection method | |
JP2007257186A (en) | Circuit function verification device | |
JP2010117813A (en) | Debugging system, debugging method, debugging control method, and debugging control program | |
US11042143B2 (en) | Method and device for detecting errors occurring during computing data models in safety-critical systems | |
JP5900336B2 (en) | Emulator verification system and emulator verification method | |
JP2009223714A (en) | Arithmetic circuit and failure analysis method of arithmetic circuit | |
KR20100114147A (en) | Redundancy analysis apparatus and method of analyzing redundancy | |
KR101283540B1 (en) | Semiconductor Memory Device and Semiconductor Device capable of reducing a standby fail | |
JP2012243328A (en) | Nonvolatile semiconductor memory device, and retention margin inspection method of nonvolatile semiconductor memory device | |
JP2013062008A (en) | Semiconductor integrated circuit | |
JP2008234358A (en) | Storage device, information processor, and unauthorized writing detection method | |
JP6184121B2 (en) | Storage device inspection system, storage device inspection method, and nonvolatile semiconductor storage device | |
JP2009099026A (en) | Garbled parameter detection method of digital system and inverter device provided with the detecting method, and controller for machine tool and robot | |
TW201335844A (en) | Controller, address selector and methods for replacing defective instructions | |
JP2002244934A (en) | Memory monitoring device and method | |
JP4687117B2 (en) | IC tester | |
JP2004184111A (en) | Voltage control method and voltage control circuit for electronic equipment | |
JP5233290B2 (en) | Memory judgment system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20071113 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20071120 |
|
A300 | Application deemed to be withdrawn because no request for examination was validly filed |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20090602 |