JP2019040631A - Circuit verification device, circuit verification method, and computer program - Google Patents

Circuit verification device, circuit verification method, and computer program Download PDF

Info

Publication number
JP2019040631A
JP2019040631A JP2018220070A JP2018220070A JP2019040631A JP 2019040631 A JP2019040631 A JP 2019040631A JP 2018220070 A JP2018220070 A JP 2018220070A JP 2018220070 A JP2018220070 A JP 2018220070A JP 2019040631 A JP2019040631 A JP 2019040631A
Authority
JP
Japan
Prior art keywords
verification
circuit
hardware mode
speed
hardware
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.)
Granted
Application number
JP2018220070A
Other languages
Japanese (ja)
Other versions
JP6669841B2 (en
Inventor
重寿 望月
Shigetoshi Mochizuki
重寿 望月
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 Platforms Ltd
Original Assignee
NEC Platforms 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 NEC Platforms Ltd filed Critical NEC Platforms Ltd
Priority to JP2018220070A priority Critical patent/JP6669841B2/en
Publication of JP2019040631A publication Critical patent/JP2019040631A/en
Application granted granted Critical
Publication of JP6669841B2 publication Critical patent/JP6669841B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Advance Control (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

To provide technology for performing efficient circuit verification corresponding to setting change of circuit operation.SOLUTION: A circuit verification device includes: a hardware mode storage part 11; and a circuit verification part 12 for, when no hardware mode for verification is stored in the hardware mode storage part 11 about each speed-up circuit 31, executing circuit verification of a verification target device 30 while changing the hardware mode, and for storing the hardware mode set when a speed-up circuit operation flag is turned on as the hardware mode for verification of the corresponding speed-up circuit 31 in the hardware mode storage part 11, and for, when the hardware mode for verification is stored in the hardware mode storage part 11 about each speed-up circuit 31, setting the stored hardware mode, and for executing the circuit verification of the verification target device 30.SELECTED DRAWING: Figure 1

Description

本発明は、高速化回路が搭載された装置の回路検証を行う技術に関する。   The present invention relates to a technique for performing circuit verification of a device equipped with a high-speed circuit.

一般に、コンピュータシステムでは、装置に搭載された回路が正常に動作するかどうかを確認するために、テストプログラムを実行させてその結果を確認する回路検証が行われる。ここで、検証対象の装置には、処理の高速化の為、命令の追い越し回路やメモリからのリードデータのバイパス回路などの高速化回路が組み込まれている場合がある。   In general, in a computer system, in order to check whether a circuit mounted on a device operates normally, circuit verification is performed by executing a test program and checking the result. Here, in order to speed up processing, a device to be verified may incorporate a speed-up circuit such as an instruction overtaking circuit or a read data bypass circuit from a memory.

このような高速化回路が搭載された装置の回路検証を行う技術の一例が、特許文献1に記載されている。この特許文献1に記載された関連技術は、追い越しが発生した場合における実行結果が、発生しなかった場合における実行結果とは異なる結果になるようにメモリマッピングを変更することにより、追い越しが発生したか否かを判定する。そして、この関連技術は、追い越しが発生した場合に、追い越した順になるように命令列を並べ替えてシミュレートすることにより実行結果の期待値を生成し、追い越しが発生した場合の実行結果が期待値に一致するか否かを判定する。   An example of a technique for performing circuit verification of a device equipped with such a high-speed circuit is described in Patent Document 1. In the related technique described in Patent Document 1, overtaking occurs by changing the memory mapping so that the execution result when the overtaking occurs differs from the execution result when the overtaking does not occur. It is determined whether or not. And when this overtaking occurs, the expected result of the execution result is generated by rearranging and simulating the instruction sequence in the order of overtaking, and the execution result when overtaking occurs is expected. It is determined whether or not it matches the value.

特開2012−160071号公報JP2012-160071A

しかしながら、上述の関連技術には、回路動作の設定変更に応じた効率的な回路検証ができないという課題がある。   However, the related art described above has a problem in that it cannot perform efficient circuit verification according to a change in setting of circuit operation.

ここで、回路動作の設定変更の一例としては、メモリの構成情報の変更、演算部の構成情報の変更、命令の調停順位の変更、レジスタの使用順番の変更、命令の追い越し機能の有効・無効の変更、演算回路バイパスを抑止するか否かの変更、または、これらの設定変更の組み合わせ等がある。   Here, as an example of circuit operation setting change, memory configuration information change, arithmetic unit configuration information change, instruction arbitration order change, register usage order change, instruction overtaking function enable / disable Change, whether or not to suppress the arithmetic circuit bypass, or a combination of these setting changes.

このような回路動作の設定変更によって、同一のテストプログラムによる回路検証でも、高速化回路が動作する場合と動作しない場合がある。ところが、高速化回路が動作しても動作しなくても、テストプログラムの結果は同じである。そこで、このような場合に、特許文献1に記載された技術を適用することが考えられる。しかしながら、この関連技術は、回路動作の設定変更毎に追い越し判定や期待値の生成を行う必要があり、高速化回路の検証が効率的に行えない。   Depending on the setting change of the circuit operation, even if the circuit verification is performed by the same test program, the high-speed circuit may or may not operate. However, the result of the test program is the same whether the high speed circuit operates or not. In such a case, it is conceivable to apply the technique described in Patent Document 1. However, in this related technique, it is necessary to perform overtaking determination and generation of an expected value every time the setting of the circuit operation is changed, and the high-speed circuit cannot be efficiently verified.

本発明は、上述の課題を解決するためになされたもので、回路動作の設定変更に応じた効率的な回路検証を行う技術を提供することを目的とする。   The present invention has been made to solve the above-described problems, and an object of the present invention is to provide a technique for performing efficient circuit verification according to a change in setting of circuit operation.

本発明の回路検証装置は、被検証装置に搭載された各高速化回路について、検証用のハードウェアモードを記憶するハードウェアモード格納部と、前記ハードウェア格納部に格納されている前記検証用のハードウェアモードを設定して前記被検証装置の回路検証を実行する回路検証部とを備えた回路検証装置において、前記回路検証部は、前記高速化回路について前記ハードウェアモード格納部に前記検証用のハードウェアモードが格納されていない場合、設定可能なハードウェアモードの一覧から1つずつハードウェアモードを取得し、前記ハードウェアモードを変更しながら前記被検証装置の回路検証を実行し、前記高速化回路が動作したときにそれぞれオンとなる高速化回路動作フラグを参照することにより、前記高速化回路動作フラグがオンとなったときに設定されているハードウェアモードを、当該高速化回路の検証用のハードウェアモードとして前記ハードウェアモード格納部に格納する第一の検証処理を実行し、前記高速化回路について前記ハードウェアモード格納部に前記検証用のハードウェアモードが格納されている場合、格納されている前記検証用のハードウェアモードを設定して前記被検証装置の回路検証を実行する第二の検証処理を実行することを特徴とする。   The circuit verification device according to the present invention includes a hardware mode storage unit that stores a hardware mode for verification for each high-speed circuit mounted in the device to be verified, and the verification unit stored in the hardware storage unit. And a circuit verification unit configured to perform circuit verification of the verification target device by setting the hardware mode of the verification target device, wherein the circuit verification unit is configured to verify the speed-up circuit in the hardware mode storage unit. If the hardware mode is not stored, the hardware mode is acquired one by one from the list of settable hardware modes, and the circuit verification of the device to be verified is executed while changing the hardware mode, By referring to the speed-up circuit operation flag that is turned on when the speed-up circuit operates, the speed-up circuit operation flag is set. A first verification process for storing the hardware mode set when the signal is turned on as the hardware mode for verification of the speed-up circuit in the hardware mode storage unit, and the speed-up circuit When the hardware mode for verification is stored in the hardware mode storage unit, the verification hardware mode stored is set and the circuit verification of the device to be verified is executed. A verification process is executed.

また、本発明の回路検証方法は、被検証装置に搭載された各高速化回路について、検証用のハードウェアモードを記憶するハードウェアモード格納部と、前記ハードウェア格納部に格納されている前記検証用のハードウェアモードを設定して前記被検証装置の回路検証を実行する回路検証部とを用いて、前記回路検証部は、前記高速化回路について前記ハードウェアモード格納部に前記検証用のハードウェアモードが格納されていない場合、設定可能なハードウェアモードの一覧から1つずつハードウェアモードを取得し、前記ハードウェアモードを変更しながら前記被検証装置の回路検証を実行し、前記高速化回路が動作したときにそれぞれオンとなる高速化回路動作フラグを参照することにより、前記高速化回路動作フラグがオンとなったときに設定されているハードウェアモードを、当該高速化回路の検証用のハードウェアモードとして前記ハードウェアモード格納部に格納する第一の検証処理を実行し、前記高速化回路について前記ハードウェアモード格納部に前記検証用のハードウェアモードが格納されている場合、格納されている前記検証用のハードウェアモードを設定して前記被検証装置の回路検証を実行する第二の検証処理を実行する。   The circuit verification method of the present invention includes a hardware mode storage unit that stores a hardware mode for verification for each high-speed circuit mounted in the device to be verified, and the hardware storage unit that stores the hardware mode storage unit. A circuit verification unit that sets a hardware mode for verification and executes circuit verification of the device to be verified, and the circuit verification unit stores the verification mode in the hardware mode storage unit for the acceleration circuit. If the hardware mode is not stored, the hardware mode is acquired one by one from the list of settable hardware modes, the circuit verification of the device to be verified is executed while changing the hardware mode, and the high speed The speed-up circuit operation flag is turned on by referring to the speed-up circuit operation flag that is turned on when the circuit is operated. The hardware mode that is sometimes set is stored in the hardware mode storage unit as a hardware mode for verification of the speed-up circuit, and the hardware mode is set for the speed-up circuit. When the verification hardware mode is stored in the storage unit, a second verification process is executed in which the verification hardware mode is stored and the circuit verification of the device to be verified is performed. .

また、本発明のコンピュータ・プログラムは、被検証装置に搭載された各高速化回路について、検証用のハードウェアモードを記憶するハードウェアモード格納部と、前記ハードウェア格納部に格納されている前記検証用のハードウェアモードを設定して前記被検証装置の回路検証を実行する回路検証部とを備えるコンピュータ装置の前記回路検証部に、前記高速化回路について前記ハードウェアモード格納部に前記検証用のハードウェアモードが格納されていない場合、設定可能なハードウェアモードの一覧から1つずつハードウェアモードを取得し、前記ハードウェアモードを変更しながら前記被検証装置の回路検証を実行し、前記高速化回路が動作したときにそれぞれオンとなる高速化回路動作フラグを参照することにより、前記高速化回路動作フラグがオンとなったときに設定されているハードウェアモードを、当該高速化回路の検証用のハードウェアモードとして前記ハードウェアモード格納部に格納する第1の回路検証ステップと、前記高速化回路について前記ハードウェアモード格納部に前記検証用のハードウェアモードが格納されている場合、格納されている前記検証用のハードウェアモードを設定して前記被検証装置の回路検証を実行する第2の回路検証ステップとを実行させる。   The computer program according to the present invention includes a hardware mode storage unit that stores a hardware mode for verification for each high-speed circuit mounted in the device to be verified, and the hardware storage unit that stores the hardware mode storage unit. A circuit verification unit configured to set a hardware mode for verification and execute circuit verification of the device to be verified; and to the circuit verification unit of the computer device, If the hardware mode is not stored, the hardware mode is acquired one by one from the list of settable hardware modes, the circuit verification of the device to be verified is executed while changing the hardware mode, By referring to the speed-up circuit operation flag that is turned on when the speed-up circuit operates, A first circuit verification step of storing the hardware mode set when the circuit operation flag is turned on in the hardware mode storage unit as a hardware mode for verification of the high-speed circuit; When the hardware mode for verification is stored in the hardware mode storage unit for the circuit, the verification hardware mode stored is set and the circuit verification of the device to be verified is executed. 2 circuit verification steps.

本発明は、回路動作の設定変更に応じた効率的な回路検証を行う技術を提供することができる。   The present invention can provide a technique for performing efficient circuit verification according to a change in setting of circuit operation.

本発明の第1の実施の形態としての回路検証システムの構成を示すブロック図である。It is a block diagram which shows the structure of the circuit verification system as the 1st Embodiment of this invention. 本発明の第1の実施の形態としての回路検証システムのハードウェア構成図である。It is a hardware block diagram of the circuit verification system as the 1st Embodiment of this invention. 本発明の第1の実施の形態としての回路検証システムの動作の概略を説明するフローチャートである。It is a flowchart explaining the outline of operation | movement of the circuit verification system as the 1st Embodiment of this invention. 本発明の第1の実施の形態としての回路検証システムの第1の検証処理を説明するフローチャートである。It is a flowchart explaining the 1st verification process of the circuit verification system as the 1st Embodiment of this invention. 本発明の第1の実施の形態としての回路検証システムの第2の検証処理を説明するフローチャートである。It is a flowchart explaining the 2nd verification process of the circuit verification system as the 1st Embodiment of this invention. 本発明の第2の実施の形態としての回路検証システムの構成を示すブロック図である。It is a block diagram which shows the structure of the circuit verification system as the 2nd Embodiment of this invention. 本発明の第2の実施の形態としての回路検証システムの第1の検証処理を説明するフローチャートである。It is a flowchart explaining the 1st verification process of the circuit verification system as the 2nd Embodiment of this invention.

(第1の実施の形態)
以下、本発明の第1の実施の形態について、図面を参照して詳細に説明する。
(First embodiment)
Hereinafter, a first embodiment of the present invention will be described in detail with reference to the drawings.

本発明の第1の実施の形態としての回路検証システム1の構成を図1に示す。図1において、回路検証システム1は、回路検証装置10と、被検証装置30とを備える。回路検証装置10および被検証装置30は、通信経路を介して接続されている。また、回路検証装置10は、ハードウェアモード格納部11と、回路検証部12とを備える。また、被検証装置30は、n個の高速化回路31(31_1〜31_n)を搭載している。なお、nは、1以上の整数である。   FIG. 1 shows a configuration of a circuit verification system 1 as a first embodiment of the present invention. In FIG. 1, the circuit verification system 1 includes a circuit verification device 10 and a device to be verified 30. The circuit verification device 10 and the device under verification 30 are connected via a communication path. The circuit verification device 10 includes a hardware mode storage unit 11 and a circuit verification unit 12. Further, the verification target device 30 includes n speed-up circuits 31 (31_1 to 31_n). Note that n is an integer of 1 or more.

ここで、回路検証装置10は、図2に示すように、プロセッサ1001と、メモリ1002と、通信インタフェース1003とを含む。この場合、ハードウェアモード格納部11は、メモリ1002によって構成される。また、回路検証部12は、通信インタフェース1003と、メモリ1002に格納されたコンピュータ・プログラムを実行するプロセッサ1001とによって構成される。また、被検証装置30は、高速化回路31を含むプロセッサ3001と、メモリ3002と、通信インタフェース3003とを含む。なお、回路検証システム1を構成する各装置および各機能ブロックのハードウェア構成は、上述の構成に限定されない。   Here, the circuit verification device 10 includes a processor 1001, a memory 1002, and a communication interface 1003, as shown in FIG. In this case, the hardware mode storage unit 11 is configured by the memory 1002. The circuit verification unit 12 includes a communication interface 1003 and a processor 1001 that executes a computer program stored in the memory 1002. Further, the device under verification 30 includes a processor 3001 including a speed-up circuit 31, a memory 3002, and a communication interface 3003. Note that the hardware configuration of each device and each functional block constituting the circuit verification system 1 is not limited to the above-described configuration.

被検証装置30は、ハードウェアモードが設定されると、設定されたハードウェアモードに応じて動作するよう構成される。ハードウェアモードは、自装置に搭載された回路の動作に関する設定内容を表す。例えば、ハードウェアモードは、メモリの構成情報の変更、演算部の構成情報の変更、命令の調停順位の変更、レジスタの使用順番の変更、命令の追い越し機能の有効・無効の変更、演算回路バイパスを抑止するか否かの変更、または、これらの組み合わせに関する設定内容を表すものであってもよい。なお、ハードウェアモードは、図示しないハードウェアモード設定部等に設定される。   When the hardware mode is set, the device under verification 30 is configured to operate according to the set hardware mode. The hardware mode represents setting contents related to the operation of the circuit mounted on the own device. For example, the hardware mode is memory configuration information change, arithmetic unit configuration information change, instruction arbitration order change, register use order change, instruction overtaking function enable / disable change, arithmetic circuit bypass It may be a change of whether to suppress or a setting content related to a combination thereof. The hardware mode is set in a hardware mode setting unit (not shown).

また、被検証装置30では、プロセッサ3001が、メモリ3002にアクセスしながらコンピュータ・プログラムを実行する際に、高速化回路31が、必要に応じて動作する。例えば、高速化回路31は、命令の追い越し回路や、メモリからのリードデータのバイパス回路等であってもよい。例えば、高速化回路31が追い越し回路である場合、該高速化回路31は、プロセッサ3001からのメモリ3002に対する後続命令が先行命令に先行して実行可能である場合、後続命令を先行して実行する。なお、n個の高速化回路31は、それぞれが他の少なくとも1つと同種類の高速化回路であってもよいし、他のいずれとも異なる種類の高速化回路であってもよい。   In the verification target device 30, when the processor 3001 executes a computer program while accessing the memory 3002, the acceleration circuit 31 operates as necessary. For example, the speed-up circuit 31 may be an instruction overtaking circuit, a read data bypass circuit from a memory, or the like. For example, when the speed-up circuit 31 is an overtaking circuit, the speed-up circuit 31 executes the succeeding instruction in advance when the succeeding instruction for the memory 3002 from the processor 3001 can be executed before the preceding instruction. . Each of the n speed-up circuits 31 may be the same type of speed-up circuit as at least one other, or may be a type of speed-up circuit different from any other.

また、各高速化回路31は、自回路が動作すると、対応する高速化回路動作フラグをオンに設定する。具体的には、各高速化回路31は、n個のフラグによって構成される高速化回路動作フラグのうち自回路に対応するフラグをオンにすればよい。なお、本実施の形態では、高速化回路動作フラグは、被検証装置30のメモリ3002によって構成されるものとする。ただし、本発明において、高速化回路動作フラグは、検証装置10のメモリ1002によって構成されていてもよい。その場合、各高速化回路31は、自回路が動作したことを検証装置10に通信経路を介して通知し、検証装置10のプロセッサ3001に、対応する高速化回路動作フラグをオンにさせてもよい。   In addition, each speed-up circuit 31 sets a corresponding speed-up circuit operation flag to ON when its own circuit operates. Specifically, each speed-up circuit 31 may turn on a flag corresponding to its own circuit among speed-up circuit operation flags constituted by n flags. In the present embodiment, the high-speed circuit operation flag is configured by the memory 3002 of the device under verification 30. However, in the present invention, the high-speed circuit operation flag may be configured by the memory 1002 of the verification device 10. In that case, each speed-up circuit 31 notifies the verification apparatus 10 that the circuit has been operated via the communication path, and causes the processor 3001 of the verification apparatus 10 to turn on the corresponding speed-up circuit operation flag. Good.

回路検証装置10のハードウェアモード格納部11は、被検証装置30に搭載された各高速化回路31について、検証用のハードウェアモードを記憶する。つまり、ハードウェアモード格納部11は、n個の高速化回路31の検証用として、n個のハードウェアモードを記憶可能に構成される。   The hardware mode storage unit 11 of the circuit verification device 10 stores a hardware mode for verification for each acceleration circuit 31 mounted on the device under verification 30. That is, the hardware mode storage unit 11 is configured to be able to store n hardware modes for verification of the n speed-up circuits 31.

回路検証部12は、被検証装置30に搭載された各高速化回路31についてハードウェアモード格納部11に検証用のハードウェアモードが格納されていない場合、次のように動作するよう構成される。この場合、回路検証部12は、ハードウェアモードを変更しながら被検証装置30の回路検証を実行する。なお、被検証装置30の回路検証の実行とは、被検証装置30にテストプログラムを実行させることである。   The circuit verification unit 12 is configured to operate as follows when the hardware mode for verification is not stored in the hardware mode storage unit 11 for each high-speed circuit 31 mounted in the device under verification 30. . In this case, the circuit verification unit 12 executes circuit verification of the verification target device 30 while changing the hardware mode. The execution of circuit verification of the device under verification 30 is to cause the device under verification 30 to execute a test program.

このとき、回路検証部12は、被検証装置30に設定可能なハードウェアモードの一覧から1つずつハードウェアモードを取得し、被検証装置30に順次設定してテストプログラムを実行させてもよい。そして、回路検証部12は、1つのハードウェアモードを設定して回路検証を実行する度に、前述の高速化回路動作フラグを参照する。そして、高速化回路動作フラグがオンとなっている高速化回路31について、そのときに設定されていたハードウェアモードを、ハードウェアモード格納部11に格納する。   At this time, the circuit verification unit 12 may acquire hardware modes one by one from the list of hardware modes that can be set in the device under verification 30 and sequentially set the devices under verification 30 to execute the test program. . The circuit verification unit 12 refers to the speed-up circuit operation flag described above every time one hardware mode is set and the circuit verification is executed. For the speed-up circuit 31 for which the speed-up circuit operation flag is on, the hardware mode set at that time is stored in the hardware mode storage unit 11.

また、回路検証部12は、各高速化回路31についてハードウェアモード格納部11に検証用のハードウェアモードが格納されている場合、格納されているハードウェアモードを順次設定しながら回路検証を実行する。   When the hardware mode for verification is stored in the hardware mode storage unit 11 for each high-speed circuit 31, the circuit verification unit 12 executes circuit verification while sequentially setting the stored hardware modes. To do.

以上のように構成された回路検証システム1の動作について、図面を参照して説明する。   The operation of the circuit verification system 1 configured as described above will be described with reference to the drawings.

まず、回路検証システム1の動作の概略を図3に示す。   First, an outline of the operation of the circuit verification system 1 is shown in FIG.

図3では、まず、回路検証装置10の回路検証部12は、被検証装置30の各高速化回路31について、ハードウェアモード格納部11に検証用のハードウェアモードが格納されているか否かを判断する(ステップS1)。   In FIG. 3, first, the circuit verification unit 12 of the circuit verification device 10 determines whether or not the hardware mode for verification is stored in the hardware mode storage unit 11 for each acceleration circuit 31 of the device under verification 30. Judgment is made (step S1).

ここで、ハードウェアモード格納部11に、この被検証装置30の各高速化回路31について検証用のハードウェアモードが格納されていない場合、回路検証部12は、この被検証装置30について第1の検証処理を行う(ステップS2)。第1の検証処理の詳細については後述する。   Here, when the hardware mode for verification is not stored in the hardware mode storage unit 11 for each speed-up circuit 31 of the device under verification 30, the circuit verification unit 12 sets the first mode for the device under verification 30. The verification process is performed (step S2). Details of the first verification process will be described later.

一方、ハードウェアモード格納部11に、この被検証装置30の各高速化回路31について検証用のハードウェアモードが格納されている場合、回路検証部12は、この被検証装置30について第2の検証処理を行う(ステップS3)。第2の検証処理の詳細については後述する。   On the other hand, when a hardware mode for verification is stored in the hardware mode storage unit 11 for each speed-up circuit 31 of the device under verification 30, the circuit verification unit 12 uses the second mode for the device under verification 30. A verification process is performed (step S3). Details of the second verification process will be described later.

以上で、回路検証システム1は動作を終了する。   Thus, the circuit verification system 1 ends the operation.

次に、ステップS2における第1の検証処理について、図4を用いて説明する。   Next, the first verification process in step S2 will be described with reference to FIG.

図4では、回路検証部12は、高速化回路31_i(i=1〜n)について、以下のステップS11〜S15の処理を実行する。   In FIG. 4, the circuit verification unit 12 performs the following steps S <b> 11 to S <b> 15 for the speed-up circuit 31 </ b> _i (i = 1 to n).

ここでは、まず、回路検証部12は、被検証装置30に設定可能なハードウェアモードのうちの1つを選択し、被検証装置30に設定する(ステップS11)。   Here, first, the circuit verification unit 12 selects one of the hardware modes that can be set in the device under verification 30 and sets it in the device under verification 30 (step S11).

次に、回路検証部12は、被検証装置30の回路検証を実行する。具体的には、回路検証部12は、被検証装置30にテストプログラムを実行させる(ステップS12)。   Next, the circuit verification unit 12 performs circuit verification of the device under verification 30. Specifically, the circuit verification unit 12 causes the verification target device 30 to execute a test program (step S12).

ここで、被検証装置30の各高速化回路31は、自回路が動作すると、自回路に対応する高速化回路動作フラグをオンに設定する。   Here, when the own circuit operates, each speed-up circuit 31 of the device under test 30 sets the speed-up circuit operation flag corresponding to the own circuit to ON.

次に、回路検証部12は、テストプログラムの実行終了後、高速化回路31_iに対応する高速化回路動作フラグがオンとなっているか否かを確認する(ステップS13)。   Next, the circuit verification unit 12 checks whether or not the speed-up circuit operation flag corresponding to the speed-up circuit 31_i is turned on after the execution of the test program (step S13).

ここで、対応する高速化回路動作フラグがオンとなっている場合(ステップS13でYes)、回路検証部12は、高速化回路31_iの検証用のハードウェアモードとして、ステップS11で設定したハードウェアモードを、ハードウェアモード格納部11に記憶させる(ステップS14)。   If the corresponding speed-up circuit operation flag is on (Yes in step S13), the circuit verification unit 12 sets the hardware set in step S11 as the hardware mode for verification of the speed-up circuit 31_i. The mode is stored in the hardware mode storage unit 11 (step S14).

なお、このとき、回路検証部12は、対応する高速化回路動作フラグがオンとなっている他の高速化回路31があれば、その高速化回路31の検証用のハードウェアモードをさらにハードウェアモード格納部11に記憶させてもよい。   At this time, if there is another speed-up circuit 31 in which the corresponding speed-up circuit operation flag is on, the circuit verification unit 12 further sets the hardware mode for verification of the speed-up circuit 31 to the hardware. You may memorize | store in the mode storage part 11. FIG.

そして、回路検証装置10は、この高速化回路31_iについての検証処理を終了する。   And the circuit verification apparatus 10 complete | finishes the verification process about this speed-up circuit 31_i.

一方、対応する高速化回路動作フラグがオンとなっていない場合(ステップS13でNo)、回路検証装置10は、被検証装置30に設定可能なハードウェアモードのうち、未だ設定していない他のハードウェアモードがあるか否かを確認する(ステップS15)。   On the other hand, when the corresponding high-speed circuit operation flag is not on (No in step S13), the circuit verification device 10 is the hardware mode that can be set in the device under verification 30 that has not been set yet. It is confirmed whether or not there is a hardware mode (step S15).

ここで、他のハードウェアモードがあれば(ステップS15でYes)、回路検証装置10は、他のハードウェアモードの1つについて、ステップS11からの処理を繰り返す。   If there is another hardware mode (Yes in step S15), the circuit verification device 10 repeats the processing from step S11 for one of the other hardware modes.

一方、他のハードウェアモードがなければ(ステップS15でNo)、回路検証装置10は、この高速化回路31_iについての検証処理を終了する。   On the other hand, if there is no other hardware mode (No in step S15), the circuit verification device 10 ends the verification process for the speed-up circuit 31_i.

高速化回路31_1〜31_nについてステップS11〜S15の処理を完了すると、回路検証装置10は、第1の検証処理を終了する。   When the processing of steps S11 to S15 is completed for the high-speed circuits 31_1 to 31_n, the circuit verification device 10 ends the first verification processing.

次に、ステップS3における第2の検証処理について、図5を用いて説明する。   Next, the second verification process in step S3 will be described with reference to FIG.

図5では、回路検証部12は、高速化回路31_i(i=1〜n)について、以下のステップS21〜S22の処理を実行する。   In FIG. 5, the circuit verification unit 12 executes the following steps S <b> 21 to S <b> 22 for the speed-up circuit 31 </ b> _i (i = 1 to n).

ここでは、まず、回路検証部12は、高速化回路31_iについて、ハードウェアモード格納部11に記憶された検証用のハードウェアモードを取得し、被検証装置30に設定する(ステップS21)。   Here, first, the circuit verification unit 12 acquires the hardware mode for verification stored in the hardware mode storage unit 11 for the high-speed circuit 31_i, and sets it in the verification target device 30 (step S21).

次に、回路検証部12は、被検証装置30の回路検証を実行する。具体的には、回路検証部12は、被検証装置30にテストプログラムを実行させ、高速化回路31_iの動作を検証する(ステップS22)。   Next, the circuit verification unit 12 performs circuit verification of the device under verification 30. Specifically, the circuit verification unit 12 causes the verification target device 30 to execute a test program and verify the operation of the high-speed circuit 31_i (step S22).

なお、このとき、回路検証部12は、同一の検証用のハードウェアモードがハードウェアモード格納部11に記憶されている他の高速化回路31についても検証を行うことが可能である。   At this time, the circuit verification unit 12 can also verify other speed-up circuits 31 in which the same hardware mode for verification is stored in the hardware mode storage unit 11.

高速化回路31_1〜31_nについてステップS21〜S22の処理を完了すると、回路検証装置10は、第2の検証処理を終了する。   When the processing of steps S21 to S22 is completed for the high-speed circuits 31_1 to 31_n, the circuit verification device 10 ends the second verification processing.

次に、本発明の第1の実施の形態の効果について述べる。   Next, effects of the first exemplary embodiment of the present invention will be described.

本発明の第1の実施の形態としての回路検証システムは、回路動作の設定変更に応じた効率的な回路検証を行うことができる。   The circuit verification system according to the first exemplary embodiment of the present invention can perform efficient circuit verification according to a change in setting of circuit operation.

その理由は、回路検証部が、被検証装置に搭載された各高速化回路についての検証用のハードウェアモードがハードウェアモード格納部に格納されていない場合、ハードウェアモードを変更しながら回路検証を実行するからである。そして、回路検証部が、高速化回路動作フラグを参照し、高速化回路動作フラグがオンとなったときに設定されているハードウェアモードを、そのフラグに対応する高速化回路の検証用のハードウェアモードとしてハードウェアモード格納部に格納するからである。また、被検証装置に搭載された各高速化回路についての検証用のハードウェアモードがハードウェアモード格納部に格納されている場合、回路検証部が、格納されているハードウェアモードを設定して回路検証を実行するからである。   The reason is that the circuit verification unit verifies the circuit while changing the hardware mode when the hardware mode for verification for each high-speed circuit installed in the device to be verified is not stored in the hardware mode storage unit. It is because it performs. Then, the circuit verification unit refers to the speed-up circuit operation flag, and sets the hardware mode set when the speed-up circuit operation flag is turned on to the hardware for verifying the speed-up circuit corresponding to the flag. This is because the hardware mode is stored in the hardware mode storage unit. In addition, when the hardware mode for verification for each high-speed circuit mounted on the device to be verified is stored in the hardware mode storage unit, the circuit verification unit sets the stored hardware mode. This is because circuit verification is executed.

これにより、本実施の形態は、同種の被検証装置について回路検証を実行する場合、2回目以降は、高速化回路が動作することがわかっているハードウェアモードを設定して回路検証を行うことができ、回路検証の効率化を図ることができる。   As a result, in this embodiment, when performing circuit verification for the same type of device to be verified, the circuit verification is performed by setting a hardware mode in which the high-speed circuit is known to operate after the second time. Therefore, the efficiency of circuit verification can be improved.

(第2の実施の形態)
次に、本発明の第2の実施の形態について図面を参照して詳細に説明する。なお、本実施の形態の説明において参照する各図面において、本発明の第1の実施の形態と同一の構成および同様に動作するステップには同一の符号を付して本実施の形態における詳細な説明を省略する。
(Second Embodiment)
Next, a second embodiment of the present invention will be described in detail with reference to the drawings. Note that, in each drawing referred to in the description of the present embodiment, the same reference numerals are given to the same configuration and steps that operate in the same manner as in the first embodiment of the present invention, and the detailed description in the present embodiment. Description is omitted.

まず、本発明の第2の実施の形態としての回路検証システム2の構成を図6に示す。図6において、回路検証システム2は、本発明の第1の実施の形態としての回路検証システム1に対して、回路検証装置10に替えて回路検証装置20を備える点が異なる。また、回路検証装置20は、本発明の第1の実施の形態としての回路検証装置10に対して、回路検証部12に替えて回路検証部22を備え、さらに、ハードウェアモードテーブル23を備える点が異なる。なお、回路検証システム2を構成する各装置および各機能ブロックは、図2を参照して説明した本発明の第1の実施の形態のハードウェア構成によって構成可能である。ただし、これらの装置および機能ブロックのハードウェア構成は、上述の構成に限定されない。   First, FIG. 6 shows a configuration of a circuit verification system 2 as a second embodiment of the present invention. In FIG. 6, the circuit verification system 2 is different from the circuit verification system 1 according to the first exemplary embodiment of the present invention in that a circuit verification device 20 is provided instead of the circuit verification device 10. The circuit verification device 20 includes a circuit verification unit 22 instead of the circuit verification unit 12 and further includes a hardware mode table 23 with respect to the circuit verification device 10 according to the first embodiment of the present invention. The point is different. Each device and each functional block constituting the circuit verification system 2 can be configured by the hardware configuration according to the first embodiment of the present invention described with reference to FIG. However, the hardware configurations of these devices and functional blocks are not limited to the above configurations.

回路検証部22は、ハードウェアモード格納部11に検証用のハードウェアモードが格納されていない場合の動作が、本発明の第1の実施の形態と異なるよう構成される。   The circuit verification unit 22 is configured so that the operation when the hardware mode for verification is not stored in the hardware mode storage unit 11 is different from that of the first embodiment of the present invention.

この場合、回路検証部22は、高速化回路31毎に用意されたハードウェアモードテーブル23を用いて、ハードウェアモードの変更を行う。具体的には、n個の高速化回路31(31_1〜31_n)があれば、n個のハードウェアモードテーブル23(23_1〜23_n)があらかじめメモリ1002等に用意されている。各ハードウェアモードテーブル23は、被検証装置30について設定可能なm(mは1以上の整数)個のハードウェアモードのうち、対応する高速化回路31について有効な設定変更となる1つ以上のハードウェアモードの一覧を格納している。   In this case, the circuit verification unit 22 changes the hardware mode using the hardware mode table 23 prepared for each speed-up circuit 31. Specifically, if there are n speed-up circuits 31 (31_1 to 31_n), n hardware mode tables 23 (23_1 to 23_n) are prepared in the memory 1002 or the like in advance. Each hardware mode table 23 includes one or more effective setting changes for the corresponding acceleration circuit 31 among m hardware modes (m is an integer of 1 or more) that can be set for the device under verification 30. Stores a list of hardware modes.

具体的には、回路検証部22は、各高速化回路31について、対応するハードウェアモードテーブル23に格納されたハードウェアモードを順次選択して設定しながら、回路検証を行う。そして、回路検証部22は、高速化回路動作フラグがオンとなったときに設定されているハードウェアモードを、その高速化回路31の検証用のハードウェアモードとして、ハードウェアモード格納部11に格納すればよい。   Specifically, the circuit verification unit 22 performs circuit verification for each high-speed circuit 31 while sequentially selecting and setting the hardware mode stored in the corresponding hardware mode table 23. Then, the circuit verification unit 22 sets the hardware mode set when the speed-up circuit operation flag is turned on as the hardware mode for verification of the speed-up circuit 31 in the hardware mode storage unit 11. Store it.

以上のように構成された回路検証システム2の動作について、図面を参照して説明する。なお、回路検証システム2の動作は、本発明の第1の実施の形態としての回路検証システム1の動作に対して、ステップS2における第1の検証処理の詳細が異なる。回路検証システム2の第1の検証処理の詳細を図7に示す。   The operation of the circuit verification system 2 configured as described above will be described with reference to the drawings. The operation of the circuit verification system 2 is different from the operation of the circuit verification system 1 as the first embodiment of the present invention in the details of the first verification process in step S2. Details of the first verification process of the circuit verification system 2 are shown in FIG.

図7では、回路検証部22は、高速化回路31_i(i=1〜n)について、以下のステップS31〜S32、S12〜S14、S35の処理を実行する。   In FIG. 7, the circuit verification unit 22 performs the following steps S31 to S32, S12 to S14, and S35 for the speed-up circuit 31_i (i = 1 to n).

ここでは、まず、回路検証部22は、高速化回路31_iに対応するハードウェアモードテーブル23_iから、ハードウェアモードの一覧を取得する(ステップS31)。   Here, first, the circuit verification unit 22 acquires a list of hardware modes from the hardware mode table 23_i corresponding to the speed-up circuit 31_i (step S31).

次に、回路検証部22は、ステップS31で取得したハードウェアモードの一覧のうちの1つを選択し、被検証装置30に設定する(ステップS32)。   Next, the circuit verification unit 22 selects one of the hardware mode lists acquired in step S31 and sets it in the verification target device 30 (step S32).

次に、回路検証部22は、本発明の第1の実施の形態における第1の検証処理と同様に、ステップS12〜S14を実行する。すなわち、回路検証部22は、被検証装置30にテストプログラムを実行させ、高速化回路31_iに対応する高速化回路動作フラグがオンとなれば、高速化回路31_iの検証用のハードウェアモードを、ハードウェアモード格納部11に記憶させる。この場合、回路検証装置20は、この高速化回路31_iについての検証処理を終了する。   Next, the circuit verification unit 22 executes Steps S12 to S14 in the same manner as the first verification process in the first embodiment of the present invention. That is, the circuit verification unit 22 causes the device under verification 30 to execute the test program, and when the speed-up circuit operation flag corresponding to the speed-up circuit 31_i is turned on, the hardware mode for verification of the speed-up circuit 31_i is changed to The data is stored in the hardware mode storage unit 11. In this case, the circuit verification device 20 ends the verification process for the speed-up circuit 31_i.

一方、対応する高速化回路動作フラグがオンとなっていない場合(ステップS13でNo)、回路検証部22は、ハードウェアモードテーブル23_iから取得した一覧のうち、未だ設定していない他のハードウェアモードがあるかを確認する(ステップS35)。   On the other hand, when the corresponding speed-up circuit operation flag is not on (No in step S13), the circuit verification unit 22 selects other hardware that has not been set from the list acquired from the hardware mode table 23_i. It is confirmed whether there is a mode (step S35).

ここで、他のハードウェアモードがあれば(ステップS35でYes)、回路検証装置20は、他のハードウェアモードの1つについて、ステップS32からの処理を繰り返す。   If there is another hardware mode (Yes in step S35), the circuit verification device 20 repeats the processing from step S32 for one of the other hardware modes.

一方、他のハードウェアモードがなければ(ステップS35でNo)、回路検証装置20は、この高速化回路31_iについての処理を終了する。   On the other hand, if there is no other hardware mode (No in step S35), the circuit verification device 20 ends the process for the speed-up circuit 31_i.

高速化回路31_1〜31_nについてステップS31〜S32、S12〜S14、S35の処理を完了すると、回路検証装置20は、第1の検証処理を終了する。   When the processes of steps S31 to S32, S12 to S14, and S35 are completed for the high-speed circuits 31_1 to 31_n, the circuit verification device 20 ends the first verification process.

次に、本発明の第2の実施の形態の効果について述べる。   Next, the effect of the second exemplary embodiment of the present invention will be described.

本発明の第2の実施の形態としての回路検証システムは、回路動作の設定変更に応じた回路検証を、さらに効率的に行うことができる。   The circuit verification system as the second exemplary embodiment of the present invention can perform the circuit verification according to the change in the setting of the circuit operation more efficiently.

その理由は、回路検証部が、高速化回路毎に用意されたハードウェアモードテーブルを用いて、ハードウェアモードを変更しながら、各高速化回路について回路検証を実行するからである。これにより、本実施の形態は、高速化回路によっては設定を変更しても動作するか否かに影響のないハードウェアモードを設定する必要がなく、各高速化回路について検証用のハードウェアモードを得るための処理を、さらに効率的に行うことができる。また、本発明の第2の実施の形態は、そのようにして得た検証用のハードウェアモードを用いて、同種の被検証装置についての2回目以降の回路検証では、高速化回路が動作するハードウェアモードを設定して回路検証を行うことができ、さらなる効率化を図ることができる。   The reason is that the circuit verification unit executes circuit verification for each acceleration circuit while changing the hardware mode using the hardware mode table prepared for each acceleration circuit. As a result, according to the present embodiment, it is not necessary to set a hardware mode that does not affect whether the operation is performed even if the setting is changed depending on the speed-up circuit. The processing for obtaining can be performed more efficiently. In the second embodiment of the present invention, the speed-up circuit operates in the second and subsequent circuit verifications of the same type of device to be verified using the hardware mode for verification obtained as described above. Circuit verification can be performed by setting the hardware mode, and further efficiency can be achieved.

なお、本発明の各実施の形態において、検証装置の各機能ブロックが、メモリに記憶されたコンピュータ・プログラムを実行するプロセッサによって実現される例を中心に説明したが、各機能ブロックの一部、全部、または、それらの組み合わせが専用のハードウェアにより実現されていてもよい。   In each embodiment of the present invention, each functional block of the verification device has been described mainly with an example realized by a processor that executes a computer program stored in a memory. However, a part of each functional block, All or a combination thereof may be realized by dedicated hardware.

また、本発明の各実施の形態において、検証装置の機能ブロックは、複数の装置に分散されて実現されてもよい。   In each embodiment of the present invention, the functional block of the verification device may be realized by being distributed to a plurality of devices.

また、本発明の各実施の形態において、高速化回路動作フラグは、検証装置側に備えられていてもよい。   In each embodiment of the present invention, the speed-up circuit operation flag may be provided on the verification device side.

また、本発明の各実施の形態において、被検証装置の高速化回路は、高速化回路が動作したことを判定する他の機能ブロックにより、高速化回路動作フラグをオンにしてもよい。   In each embodiment of the present invention, the speed-up circuit of the device to be verified may turn on the speed-up circuit operation flag by another function block that determines that the speed-up circuit has operated.

また、上述した本発明の各実施の形態において、各フローチャートを参照して説明した検証装置の動作を、本発明のコンピュータ・プログラムとしてコンピュータ装置の記憶装置(記憶媒体)に格納しておいてもよい。また、係るコンピュータ・プログラムをコンピュータ装置のプロセッサが読み出して実行するようにしてもよい。そして、このような場合において、本発明は、係るコンピュータ・プログラムのコードあるいは記憶媒体によって構成される。   In each embodiment of the present invention described above, the operation of the verification device described with reference to each flowchart may be stored in a storage device (storage medium) of a computer device as a computer program of the present invention. Good. Further, the computer program may be read and executed by the processor of the computer device. In such a case, the present invention is constituted by the code of the computer program or a storage medium.

また、上述した各実施の形態は、適宜組み合わせて実施されることが可能である。   Moreover, each embodiment mentioned above can be implemented in combination as appropriate.

また、本発明は、上述した各実施の形態に限定されず、様々な態様で実施されることが可能である。   The present invention is not limited to the above-described embodiments, and can be implemented in various modes.

1、2 回路検証システム
10、20 回路検証装置
11 ハードウェアモード格納部
12、22 回路検証部
23 ハードウェアモードテーブル
30 被検証装置
31 高速化回路
1001、3001 プロセッサ
1002、3002 メモリ
1003、3003 通信インタフェース
DESCRIPTION OF SYMBOLS 1, 2 Circuit verification system 10, 20 Circuit verification apparatus 11 Hardware mode storage part 12, 22 Circuit verification part 23 Hardware mode table 30 Device to be verified 31 Speed-up circuit 1001, 3001 Processor 1002, 3002 Memory 1003, 3003 Communication interface

Claims (6)

被検証装置に搭載された各高速化回路について、検証用のハードウェアモードを記憶するハードウェアモード格納部と、
前記ハードウェア格納部に格納されている前記検証用のハードウェアモードを設定して前記被検証装置の回路検証を実行する回路検証部と、
を備えた回路検証装置において、
前記回路検証部は、前記高速化回路について前記ハードウェアモード格納部に前記検証用のハードウェアモードが格納されていない場合、設定可能なハードウェアモードの一覧から1つずつハードウェアモードを取得し、前記ハードウェアモードを変更しながら前記被検証装置の回路検証を実行し、前記高速化回路が動作したときにそれぞれオンとなる高速化回路動作フラグを参照することにより、前記高速化回路動作フラグがオンとなったときに設定されているハードウェアモードを、当該高速化回路の検証用のハードウェアモードとして前記ハードウェアモード格納部に格納する第一の検証処理を実行し、
前記高速化回路について前記ハードウェアモード格納部に前記検証用のハードウェアモードが格納されている場合、格納されている前記検証用のハードウェアモードを設定して前記被検証装置の回路検証を実行する第二の検証処理を実行することを特徴とする回路検証装置。
For each high-speed circuit mounted in the device to be verified, a hardware mode storage unit that stores a hardware mode for verification;
A circuit verification unit that sets the verification hardware mode stored in the hardware storage unit and executes circuit verification of the device to be verified; and
In a circuit verification apparatus provided with
The circuit verification unit acquires hardware modes one by one from a list of settable hardware modes when the hardware mode for verification is not stored in the hardware mode storage unit for the acceleration circuit. , Executing circuit verification of the device under verification while changing the hardware mode, and referring to the speed-up circuit operation flag that is turned on when the speed-up circuit is operated, The first verification process for storing the hardware mode that is set when is turned on in the hardware mode storage unit as the hardware mode for verification of the high-speed circuit,
When the hardware mode for verification is stored in the hardware mode storage unit for the speed-up circuit, the stored hardware mode for verification is set and the circuit verification of the device to be verified is executed. A circuit verification apparatus that executes a second verification process.
予め格納されている前記検証用のハードウェアモード、もしくは、前記第一の検証処理で格納した前記高速化回路の検証用のハードウェアモードを用いて、前記第二の検証処理を実行する、請求項1に記載の回路検証装置。   Executing the second verification process using the hardware mode for verification stored in advance or the hardware mode for verification of the acceleration circuit stored in the first verification process; Item 4. The circuit verification device according to Item 1. 被検証装置に搭載された各高速化回路について、検証用のハードウェアモードを記憶するハードウェアモード格納部と、前記ハードウェア格納部に格納されている前記検証用のハードウェアモードを設定して前記被検証装置の回路検証を実行する回路検証部と、を用いて、
前記回路検証部は、前記高速化回路について前記ハードウェアモード格納部に前記検証用のハードウェアモードが格納されていない場合、設定可能なハードウェアモードの一覧から1つずつハードウェアモードを取得し、前記ハードウェアモードを変更しながら前記被検証装置の回路検証を実行し、前記高速化回路が動作したときにそれぞれオンとなる高速化回路動作フラグを参照することにより、前記高速化回路動作フラグがオンとなったときに設定されているハードウェアモードを、当該高速化回路の検証用のハードウェアモードとして前記ハードウェアモード格納部に格納する第一の検証処理を実行し、
前記高速化回路について前記ハードウェアモード格納部に前記検証用のハードウェアモードが格納されている場合、格納されている前記検証用のハードウェアモードを設定して前記被検証装置の回路検証を実行する第二の検証処理を実行する回路検証方法。
For each high-speed circuit mounted on the device to be verified, a hardware mode storage unit that stores a hardware mode for verification and a hardware mode for verification stored in the hardware storage unit are set. Using a circuit verification unit that performs circuit verification of the device to be verified,
The circuit verification unit acquires hardware modes one by one from a list of settable hardware modes when the hardware mode for verification is not stored in the hardware mode storage unit for the acceleration circuit. , Executing circuit verification of the device under verification while changing the hardware mode, and referring to the speed-up circuit operation flag that is turned on when the speed-up circuit is operated, The first verification process for storing the hardware mode that is set when is turned on in the hardware mode storage unit as the hardware mode for verification of the high-speed circuit,
When the hardware mode for verification is stored in the hardware mode storage unit for the speed-up circuit, the stored hardware mode for verification is set and the circuit verification of the device to be verified is executed. A circuit verification method for executing a second verification process.
予め格納されている前記検証用のハードウェアモード、もしくは、前記第一の検証処理で格納した前記高速化回路の検証用のハードウェアモードを用いて、前記第二の検証処理を実行する、請求項3に記載の回路検証方法。   Executing the second verification process using the hardware mode for verification stored in advance or the hardware mode for verification of the acceleration circuit stored in the first verification process; Item 4. The circuit verification method according to Item 3. 被検証装置に搭載された各高速化回路について、検証用のハードウェアモードを記憶するハードウェアモード格納部と、前記ハードウェア格納部に格納されている前記検証用のハードウェアモードを設定して前記被検証装置の回路検証を実行する回路検証部とを備えるコンピュータ装置の前記回路検証部に、
前記高速化回路について前記ハードウェアモード格納部に前記検証用のハードウェアモードが格納されていない場合、設定可能なハードウェアモードの一覧から1つずつハードウェアモードを取得し、前記ハードウェアモードを変更しながら前記被検証装置の回路検証を実行し、前記高速化回路が動作したときにそれぞれオンとなる高速化回路動作フラグを参照することにより、前記高速化回路動作フラグがオンとなったときに設定されているハードウェアモードを、当該高速化回路の検証用のハードウェアモードとして前記ハードウェアモード格納部に格納する第1の回路検証ステップと、
前記高速化回路について前記ハードウェアモード格納部に前記検証用のハードウェアモードが格納されている場合、格納されている前記検証用のハードウェアモードを設定して前記被検証装置の回路検証を実行する第2の回路検証ステップと、
を実行させるコンピュータ・プログラム。
For each high-speed circuit mounted on the device to be verified, a hardware mode storage unit that stores a hardware mode for verification and a hardware mode for verification stored in the hardware storage unit are set. In the circuit verification unit of the computer device comprising a circuit verification unit that executes circuit verification of the device to be verified,
When the hardware mode for verification is not stored in the hardware mode storage unit for the acceleration circuit, the hardware mode is acquired one by one from a list of settable hardware modes, and the hardware mode is When the speed-up circuit operation flag is turned on by referring to the speed-up circuit operation flag that is turned on when the speed-up circuit is operated, performing circuit verification of the device under verification while changing A first circuit verification step for storing the hardware mode set in the hardware mode storage unit as a hardware mode for verification of the high-speed circuit;
When the hardware mode for verification is stored in the hardware mode storage unit for the speed-up circuit, the stored hardware mode for verification is set and the circuit verification of the device to be verified is executed. A second circuit verification step to:
A computer program that runs
前記第2の回路検証ステップにおいて、
予め格納されている前記検証用のハードウェアモード、もしくは、前記第1の回路検証ステップで格納した前記高速化回路の検証用のハードウェアモードを用いる請求項5に記載のコンピュータ・プログラム。
In the second circuit verification step,
6. The computer program according to claim 5, wherein the hardware mode for verification stored in advance or the hardware mode for verification of the high-speed circuit stored in the first circuit verification step is used.
JP2018220070A 2018-11-26 2018-11-26 Circuit verification device, circuit verification method, and computer program Active JP6669841B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018220070A JP6669841B2 (en) 2018-11-26 2018-11-26 Circuit verification device, circuit verification method, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018220070A JP6669841B2 (en) 2018-11-26 2018-11-26 Circuit verification device, circuit verification method, and computer program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2014150076A Division JP2016024725A (en) 2014-07-23 2014-07-23 Circuit verification device, verification target device, circuit verification system, circuit verification method, and computer program

Publications (2)

Publication Number Publication Date
JP2019040631A true JP2019040631A (en) 2019-03-14
JP6669841B2 JP6669841B2 (en) 2020-03-18

Family

ID=65727410

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018220070A Active JP6669841B2 (en) 2018-11-26 2018-11-26 Circuit verification device, circuit verification method, and computer program

Country Status (1)

Country Link
JP (1) JP6669841B2 (en)

Also Published As

Publication number Publication date
JP6669841B2 (en) 2020-03-18

Similar Documents

Publication Publication Date Title
EP3678346A1 (en) Blockchain smart contract verification method and apparatus, and storage medium
JP6141421B2 (en) Single data buffer parallel processing
US8880871B2 (en) Hash table organization
CN112487492A (en) Data verification method, system and equipment
US9852807B1 (en) Content addressable memory in an emulation system
US8438000B2 (en) Dynamic generation of tests
JP6246239B2 (en) Method and device for prime number generation
CN114365461B (en) System and method for providing traffic generation on a network device
US8645404B2 (en) Memory pattern searching via displaced-read memory addressing
CN115599618B (en) Register dynamic change-allocation verification method and device, storage medium and processor
US20130305198A1 (en) Circuit design support device, circuit design support method and program
JP6669841B2 (en) Circuit verification device, circuit verification method, and computer program
JP2016024725A (en) Circuit verification device, verification target device, circuit verification system, circuit verification method, and computer program
KR102058495B1 (en) Error detection circuit and semiconductor integrated circuit using the same
US9606784B2 (en) Data object with common sequential statements
US8359456B2 (en) Generating random addresses for verification of distributed computerized devices
US11138089B2 (en) Performance benchmark generation
JP5469106B2 (en) Computer system, test apparatus, test method, and test program
CN113051569B (en) Virus detection method and device, electronic equipment and storage medium
JP6949440B2 (en) Vector generator and vector generator program
JP2010102446A (en) Automatic software test device
JP2015036839A (en) Processor test instruction sequence generation method, processor test instruction sequence generation program, and processor test instruction sequence generation device
CN104820574A (en) Method for accessing indirect addressing register and electronic equipment
JP2023014466A (en) Memory access control apparatus, memory access control method, and memory access control program
US9582619B1 (en) Simulation of a circuit design block using pattern matching

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20181126

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20191008

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191121

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20200204

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200227

R150 Certificate of patent or registration of utility model

Ref document number: 6669841

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150