JPS638838A - Logic verifying system - Google Patents

Logic verifying system

Info

Publication number
JPS638838A
JPS638838A JP61152058A JP15205886A JPS638838A JP S638838 A JPS638838 A JP S638838A JP 61152058 A JP61152058 A JP 61152058A JP 15205886 A JP15205886 A JP 15205886A JP S638838 A JPS638838 A JP S638838A
Authority
JP
Japan
Prior art keywords
memory
logical memory
logical
logic
physical
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
JP61152058A
Other languages
Japanese (ja)
Other versions
JPH0823832B2 (en
Inventor
Midori Yamamoto
緑 山本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP61152058A priority Critical patent/JPH0823832B2/en
Publication of JPS638838A publication Critical patent/JPS638838A/en
Publication of JPH0823832B2 publication Critical patent/JPH0823832B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

PURPOSE:To automatize setting of a status value to a logical memory and reduce the man-hour for logic verification of a logic circuit including the memory by providing a logical memory defining means. CONSTITUTION:A logical memory definition description (a) from an input means 1 and physical memory information (c) in the definition description (a) from a design data base A are inputted to a logical memory defining means 2 to generate logical memory definition information (d) indicating correspondence between the logical memory and a physical memory. Logical memory definition information (d) is referred to input a status value (e) to a status value setting means 3 from one status value file B corresponding to the capacity of the logical memory, and the means 3 sets a status value of the logical memory. A logical memory (f) whose status value is already set and another circuit information, which is required for operation execution of the logical memory (f), from the design data base A are inputted to a simulation model generating means 4 to generate a simulation model (h). The simulation model (h) is inputted to a simulation means 5 to simulate the logic.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明はメモリを含む論理回路に対する設計結果デー
タ(以下設計データと記す)を、その論理回路をシミュ
レーションすることにより正しいか否か検証する論理検
証方式に関する。
[Detailed Description of the Invention] [Industrial Application Field] This invention is a logic system that verifies whether design result data (hereinafter referred to as design data) for a logic circuit including a memory is correct by simulating the logic circuit. Regarding verification method.

〔従来の技術〕[Conventional technology]

この種の論理検証方式においては、メ゛モリに出来上っ
た後に格納されるべきプログラム、ファームウェアなど
の状態値を、見掛上格納し、その状態値を読出し解読実
行をシミュレートし、その結果から論理回路設計が正し
いか否かの検証を行う。
In this type of logic verification method, the state values of programs, firmware, etc. that are to be stored after completion in memory are apparently stored, the state values are read out, deciphering is simulated, and the state values are simulated. Verify whether the logic circuit design is correct or not based on the results.

実際に装置として構成する場合には例えば市販のメモリ
チップ(物理メモ1月の複数個を組合せて1つの例えば
プログラムメモリ (論理メモ1月として動作させるよ
うな場合、設計データベースには物理メモリを単位とし
て記憶されている。一方、ファームウェアのような状態
値は1つの論理メモリに対して割付けられる。
When actually configuring it as a device, for example, if a plurality of commercially available memory chips (physical memory chips) are combined into one program memory (logical memory chip), the design database contains physical memory as a unit. On the other hand, state values such as firmware are allocated to one logical memory.

このため従来においてはメモリの論理シミュレーション
に先立って状態値ファイルを設計データベース内の物理
メモリ単位に作成する必要があった。そして、状態値フ
ァイルから物理メモリ単位で物理メモリに状態値の設定
を行なっていた。
For this reason, in the past, it was necessary to create a state value file for each physical memory in the design database prior to logical simulation of the memory. Then, state values are set in the physical memory from the state value file in units of physical memory.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来の論理検証方式は、物理メモリの数だけ状
態値ファイルを作成し、物理メモリ単位に状態値の設定
を行うために、その作業に多くの工数を必要とするとい
う欠点がある。また、状態値ファイルが複数個存在する
ために、ファイル管理面でのトラブルが発生しやすいと
いう欠点がある。
The conventional logic verification method described above has the disadvantage that it requires a large number of man-hours to create state value files as many as the number of physical memories and to set state values for each physical memory. Furthermore, since there are multiple status value files, there is a drawback that troubles are likely to occur in terms of file management.

〔問題点を解決するための手段〕[Means for solving problems]

この発明の論理検証方式は、論理回路の設計データベー
ス中にあるメモリチップ(以下、物理メモリと呼ぶ)を
グループ化して、シミュレーションモデル上回路設計者
がひとまとまりのメモリ空間として扱うメモリ (以下
、論理メモリと呼ぶ)を定義する論理メモリ定義記述を
人力する手段と、その論理メモリ定義記述と設計データ
ベース中のその定義記述の物理メモリについての情報と
から論理メモリ定義情報を作成する手段と、その論理メ
モリ定義情報を参照して状態値ファイルから所要の状態
値を読出して、論理メモリに状態値を設定する手段と、
その状態値設定手段理メモリおよび前記設計データベー
スを得たその論理メモリの動作に必要とする残の回路情
報からシミュレーションモデルを作成する手段と、その
シミュレーションモデルを論理シミュレーションする手
段と、その論理シミュレーション結果を出力する手段と
を有している。
The logic verification method of this invention groups memory chips (hereinafter referred to as physical memory) in a logic circuit design database, and uses the memory chips (hereinafter referred to as logical A means for manually creating a logical memory definition description that defines a memory (referred to as memory), a means for creating logical memory definition information from the logical memory definition description and information about the physical memory of the definition description in a design database, means for reading a required state value from a state value file with reference to memory definition information and setting the state value in the logical memory;
means for creating a simulation model from the remaining circuit information required for the operation of the state value setting means logical memory and the logical memory obtained from the design database; means for logically simulating the simulation model; and means for logically simulating the simulation model; and means for outputting.

〔実施例〕〔Example〕

第1図は、この発明の論理検証方式の一実施例を示すブ
ロック図である。
FIG. 1 is a block diagram showing an embodiment of the logic verification method of the present invention.

入力手段1により外部より論理メモリのワード数、ビッ
ト数、使用する物理メモリ、そのアドレス対応などの論
理メモリ定義記述aを入力する。
A logical memory definition description a, such as the number of words and bits of the logical memory, the physical memory to be used, and its address correspondence, is input from the outside through the input means 1.

論理メモリ定義手段2は人力手段lより論理メモリ定義
記述aと、設計データベースAがらその定義記述a中の
物理メモリ情報C(その物理メモリ特性、つまり負極性
メモリが否が、負極性アドレスであるか否かなど)とを
おのおの入力し、論理メモリと物理メモリとの対応を示
す論理メモリ定義情報dを作成する。状態値設定手段3
は論理メモリ定義情報dを参照して論理メモリの大きさ
に対応したひとつの状態値ファイルBから状態値eを入
力し、論理メモリの状態値設定を行う。
The logical memory definition means 2 obtains the logical memory definition description a from the manual means l and the physical memory information C in the definition description a from the design database A (its physical memory characteristics, that is, whether it is a negative polarity memory or not, is a negative polarity address). (such as whether the logical memory is a physical memory or not) and creates logical memory definition information d indicating the correspondence between the logical memory and the physical memory. Status value setting means 3
refers to the logical memory definition information d, inputs the state value e from one state value file B corresponding to the size of the logical memory, and sets the state value of the logical memory.

シミニレ−ジョンモデル作成手段4は状態値設定済の論
理メモリfと設計データベースAがら、その論理メモリ
fの動作実行に必要とする他の回路情flagとを入力
し、シミュレーションモデルhを作成する。ンユミレー
ション手段5はシミュレーションモデルhを入力し、論
理シミュレーションを行う、出力手段6はその論理シミ
ュレーション結果iを外部に出力する。
The simulation model creation means 4 inputs the logic memory f for which state values have been set, the design database A, and other circuit information flags necessary for executing the operation of the logic memory f, and creates a simulation model h. The simulation means 5 inputs the simulation model h and performs a logic simulation, and the output means 6 outputs the logic simulation result i to the outside.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、この発明は、論理メモリ定義手段
を設けることにより、論理メモリに対する状態値設定が
自動的に行われ、メモリを含む論理回路の論理検証工数
を削減し、状態値ファイルの管理が容易になるという効
果がある。
As explained above, by providing a logical memory definition means, the present invention automatically sets state values for the logic memory, reduces the number of steps required for logic verification of logic circuits including the memory, and manages state value files. This has the effect of making it easier.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図はこの発明の論理検証方式の一実施例を示すブロ
ック図である。
FIG. 1 is a block diagram showing an embodiment of the logic verification method of the present invention.

Claims (1)

【特許請求の範囲】[Claims] (1)メモリチップ(以下物理メモリと記す)を含む論
理回路に対する設計結果を記憶した設計データベースと
、 上記物理メモリの複数を1つのメモリ空間として設計さ
れたメモリ(以下そのメモリを論理メモリと記す)に記
憶されるべき状態値を記憶したファイルと、 上記論理メモリの物理メモリとの対応を示す論理メモリ
定義記述を入力する手段と、 その入力された論理メモリ定義記述の物理メモリに関す
るデータを上記設計データベースから読出して論理メモ
リと物理メモリとの対応を示す論理メモリ定義情報を作
成する手段と、 その論理メモリ定義情報を参照して上記状態値ファイル
を読出して上記論理メモリに状態値を設定する手段と、 その状態値設定済論理メモリおよび上記設計データベー
ス中のその論理メモリの状態値の実効に必要とする回路
情報とからシミュレーションモデルを作成する手段と、 そのシミュレーションモデルを論理シミュレーションす
る手段と、 その論理シミュレーション結果を出力する手段とから構
成される論理検証方式。
(1) A design database that stores design results for logic circuits including memory chips (hereinafter referred to as physical memory), and a memory that is designed with multiple of the above physical memories as one memory space (hereinafter referred to as logical memory) ), a means for inputting a logical memory definition description indicating the correspondence between a file storing state values to be stored in the above logical memory and the physical memory, and a means for inputting data regarding the physical memory of the input logical memory definition description. Means for reading from a design database to create logical memory definition information indicating the correspondence between logical memory and physical memory, and reading the above-mentioned state value file with reference to the logical memory definition information to set state values in the above-mentioned logical memory. means for creating a simulation model from the logic memory with its state value set and circuit information necessary for effecting the state value of the logic memory in the design database; means for logically simulating the simulation model; A logic verification method comprising means for outputting the logic simulation results.
JP61152058A 1986-06-27 1986-06-27 Logic verification method Expired - Fee Related JPH0823832B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61152058A JPH0823832B2 (en) 1986-06-27 1986-06-27 Logic verification method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61152058A JPH0823832B2 (en) 1986-06-27 1986-06-27 Logic verification method

Publications (2)

Publication Number Publication Date
JPS638838A true JPS638838A (en) 1988-01-14
JPH0823832B2 JPH0823832B2 (en) 1996-03-06

Family

ID=15532130

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61152058A Expired - Fee Related JPH0823832B2 (en) 1986-06-27 1986-06-27 Logic verification method

Country Status (1)

Country Link
JP (1) JPH0823832B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01243136A (en) * 1988-03-24 1989-09-27 Hitachi Ltd Logic simulation system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01243136A (en) * 1988-03-24 1989-09-27 Hitachi Ltd Logic simulation system

Also Published As

Publication number Publication date
JPH0823832B2 (en) 1996-03-06

Similar Documents

Publication Publication Date Title
JP2699377B2 (en) Hardware logic simulator
EP0099135B1 (en) Dynamic gate array whereby an assembly of gates is simulated by logic operations on variables selected according to the gates
US5960182A (en) Hardware-software co-simulation system, hardware-software co-simulation method, and computer-readable memory containing a hardware-software co-simulation program
JPH07507407A (en) Process and test platform for developing integrated circuits
JPH0713654B2 (en) Hardware simulator
JPS63145549A (en) Simulation method for logic circuit
TW201642058A (en) Program generation device, program generation method, and program generation program
JPS638838A (en) Logic verifying system
US4995037A (en) Adjustment method and apparatus of a computer
JP3212709B2 (en) Logic simulation device
JP2585460B2 (en) Test data creation method
JP2539049B2 (en) Satomi simulation device
JP2729061B2 (en) Zero-delay operation processing method for simulation equipment
JPH0638268B2 (en) Logic verification system
JPS5860361A (en) Real time system available for on-line debugging
JPS6311715B2 (en)
JPH02118849A (en) Simulation system for input output device
JPH09319604A (en) Testing system
JP2000035809A (en) Programmable controller
JPS61177532A (en) Area control system
JPH0612468A (en) Automatic circuit synthesizing method
JPH05266124A (en) Method for preparing circuit element library for logic circuit simulation
JPS63123136A (en) Logical simulator
JPH03250225A (en) Logical simulation environment setting system
JPH031279A (en) Simulator

Legal Events

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