JPH01237735A - Trace memory - Google Patents
Trace memoryInfo
- Publication number
- JPH01237735A JPH01237735A JP63065120A JP6512088A JPH01237735A JP H01237735 A JPH01237735 A JP H01237735A JP 63065120 A JP63065120 A JP 63065120A JP 6512088 A JP6512088 A JP 6512088A JP H01237735 A JPH01237735 A JP H01237735A
- Authority
- JP
- Japan
- Prior art keywords
- data
- signal
- output
- trace
- input
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 230000015654 memory Effects 0.000 title claims abstract description 46
- 230000004044 response Effects 0.000 claims description 2
- 239000000872 buffer Substances 0.000 abstract description 22
- 230000006870 function Effects 0.000 description 12
- 238000013500 data storage Methods 0.000 description 7
- 238000010586 diagram Methods 0.000 description 3
- 230000000694 effects Effects 0.000 description 2
- 238000000034 method Methods 0.000 description 2
- 230000002093 peripheral effect Effects 0.000 description 2
- 230000000630 rising effect Effects 0.000 description 1
Landscapes
- Test And Diagnosis Of Digital Computers (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明はトレースメモリ、特に、インサーキットエミュ
レータなどのトレース機能で多ビット幅のデータをある
サイクル毎に順次記憶し、読み出し時には一定のバス幅
で読み出すトレースメモリに関する。[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to a trace memory, in particular, a trace function such as an in-circuit emulator, which sequentially stores multi-bit width data every certain cycle, and when reading data, a constant bus width is used. Regarding the trace memory read by .
マイクロコンピュータを使用した応用製品のアプリケー
ションプログラム及びシステム開発時に一般的に用いら
れるインサーキットエミュレータには、大きく分けて2
つの機能がある。There are two main types of in-circuit emulators that are generally used when developing application programs and systems for applied products using microcomputers.
There are two functions.
1つは、作成したアプリケーションプログラムを実行さ
せ、その後、指定したある条件、例えばアクセスアドレ
ス又はデータの一致などで、アプリケーションプログラ
ムの実行を停止する機能であり、他の一つは、アプリケ
ーションプログラムをスタートしてから、実行バスサイ
クル、各種CPUステータスなど、実行中のアプリケー
ションプログラムの実行過程を逐次記憶しておき、記憶
動作終了後に記憶内容をCRTなどの出力装置に表示す
る機能である。一般的に前者をインサーキットエミュレ
ータのブレーク機能、後者をトレース機能と呼んでいる
。One is a function that runs a created application program, and then stops the execution of the application program under certain specified conditions, such as matching access addresses or data.The other is a function that starts the application program. This function sequentially stores the execution process of the application program being executed, such as execution bus cycles and various CPU statuses, and displays the stored contents on an output device such as a CRT after the storage operation is completed. Generally, the former is called the break function of an in-circuit emulator, and the latter is called the trace function.
この様なインサーキットエミュレータのブレーク機能と
トレース機能を用いる事により、インサーキットエミュ
レータを利用してプログラムをモジュール単位に分割し
、実行結果を検証する事が可能となり、効率のよいプロ
グラムの開発を行う事ができる。By using the break and trace functions of such an in-circuit emulator, it becomes possible to divide a program into modules using the in-circuit emulator and verify the execution results, resulting in efficient program development. I can do things.
さて、インサーキットエミュレータのトレース機能を実
現する為には、アプリケーションプログラムの実行中、
バスサイクル発生時に、その時のアドレスバス及びデー
タバス及びバスステータスの値又CPUの内部ステータ
ス値を順次メモリに記憶しておき、記憶動作終了後にメ
モリの記憶内容を読み出し順次、表示すればよい。Now, in order to realize the tracing function of the in-circuit emulator, while the application program is running,
When a bus cycle occurs, the values of the address bus, data bus, and bus status at that time or the internal status value of the CPU may be sequentially stored in the memory, and after the storage operation is completed, the contents of the memory may be read out and displayed sequentially.
アプリケーションプログラム実行中、発生するバスサイ
クル毎に一度に並列的にメモリに記憶しなければならな
いデータ量は、最近のマイクロコンピュータでは100
ビット近くになってきている。又トレースの深さ、つま
りメモリの縦方向の容量は、一般的に4にワード程度の
ものが主流となっている。During the execution of an application program, the amount of data that must be stored in memory in parallel for each bus cycle that occurs is 100 in recent microcomputers.
It's getting a bit close. Furthermore, the depth of the trace, that is, the vertical capacity of the memory, is generally about 4 words.
従って、トレース動作時は、4kX100ビット程度の
メモリ容量が必要となってくる。又トレース動作終了後
、トレースデータを表示する為に、通常8または16ビ
ット幅のデータバスを介してCPUによりトレースデー
タが読み出される。Therefore, during trace operation, a memory capacity of approximately 4k×100 bits is required. Further, after the trace operation is completed, the trace data is read out by the CPU via a data bus, which is usually 8 or 16 bits wide, in order to display the trace data.
この様に、一般的にインサーキットエミュレータのトレ
ース機能を実現する為に必要なメモリ装置には、データ
書き込み時には数にワード程度の深さ×100ビット程
度のビット構成を持ち、データの読み出し時には任意の
深さX8/16ビット構成となる特殊なビット構成のR
AMが要求される。In this way, the memory device required to implement the trace function of an in-circuit emulator generally has a bit configuration of approximately word depth x 100 bits when writing data, and an arbitrary bit configuration when reading data. R with a special bit configuration of depth x 8/16 bit configuration
AM is required.
又バスサイクル発生時にメモリに記憶する前記並列デー
タ群の格納アドレスを生成する為に、バスサイクル発生
時に出力される書き込みタイミング信号により+1イン
クリメントされる専用のアドレス生成回路を設けなけれ
ばならない、このアドレス生成回路は、データ格納アド
レス生成機能の他に、トレース動作終了後蓄積されたト
レースデータの最後尾のアドレス値を保持している為、
この値を利用してトレース表示を、トレース開始点から
終了点まで行う事ができるという機能を持っている。In addition, in order to generate a storage address for the parallel data group to be stored in the memory when a bus cycle occurs, a dedicated address generation circuit must be provided that increments the address by +1 according to the write timing signal output when a bus cycle occurs. In addition to the data storage address generation function, the generation circuit also holds the last address value of the trace data accumulated after the trace operation is completed.
It has a function that allows you to use this value to display a trace from the trace start point to the end point.
従来のこの種のトレースメモリは、アドレス生成用カウ
ンタ及び数kX8〜16ビット構成の汎用RAM十数個
及びデータ読み出し時複数の汎用RAMより必要な8〜
16とットデータをセレクトする為の汎用RAMチップ
セレクト用アドレスデコーダ数個を必要としていた。Conventional trace memories of this type consist of an address generation counter, a dozen or so general-purpose RAMs each having a several kilobyte x 8- to 16-bit configuration, and a plurality of general-purpose RAMs for reading data.
Several address decoders for general-purpose RAM chip selection were required to select 16 bit data.
上述した従来のトレースメモリは、多数の並列データ記
憶手段として、多ビット幅の汎用RAMがない為、8ビ
ット幅の汎用RAMを多数並列に接続して使用しなけれ
ばならないので、制御回路を含めたメモリ装置の構成部
品が多くなってしまうという欠点がある。In the conventional trace memory described above, since there is no multi-bit wide general-purpose RAM as a means of storing a large number of parallel data, it is necessary to use a large number of 8-bit wide general-purpose RAMs connected in parallel, including the control circuit. The disadvantage is that the number of components of the memory device increases.
上述した従来のトレースメモリに対し、本発明は多数の
並列データ記憶手段としてメモリセル単位が並列データ
書き込み時のビット幅に対応している大容量のメモリセ
ルで構成されたメモリセルアレイを使用し、又単一のメ
モリセルアレイを使用することでアドレス生成カウンタ
及びデータ読み出し時の特定ビット幅選択用のデータセ
レクタなどの周辺回路を含めて1デバイスで構成できる
という相違点を有する。In contrast to the conventional trace memory described above, the present invention uses a memory cell array composed of large-capacity memory cells in which each memory cell unit corresponds to the bit width when writing parallel data as a large number of parallel data storage means, Another difference is that by using a single memory cell array, peripheral circuits such as an address generation counter and a data selector for selecting a specific bit width when reading data can be configured in one device.
本発明のトレースメモリは、トレースモード時には多ビ
ット幅のデータが順次に書き込まれ、読み出しモード時
には一定幅で読み出しが行われるトレースメモリにおい
て、
前記トレースモード時に作動するクリア可能なアドレス
生成用のカウンタと、該カウンタ出力又は外部より入力
するアドレス値をモード信号に応答して選択するセレク
タと、
同時にアクセスされるセル単位が前記書き込み時のビッ
ト幅に対応しているメモリセルアレイと、
前記読み出し時のデータの一定幅の並びを選択するデー
タセレクタを有することを特徴とする。The trace memory of the present invention is a trace memory in which multi-bit width data is sequentially written in a trace mode and read out with a constant width in a read mode, and includes a clearable address generation counter that operates in the trace mode. , a selector that selects the counter output or an address value input from the outside in response to a mode signal, a memory cell array in which the cell unit accessed simultaneously corresponds to the bit width at the time of the write, and the data at the time of the read. It is characterized by having a data selector that selects an array of constant width.
次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.
第1図は、本発明の第1の実施例の回路図であり、カウ
ンタ1.4にワード×64ビットのメモリセルアレイ2
,2つのセレクタ3および9,2つのデコーダ4および
5.入出力コントローラ6゜3つのバッファ7.8およ
び10その他のゲート類を有している。FIG. 1 is a circuit diagram of the first embodiment of the present invention, in which a counter 1.4 has a word x 64 bit memory cell array 2.
, two selectors 3 and 9, two decoders 4 and 5. The input/output controller 6 has three buffers 7, 8 and 10 other gates.
カウンタ1は、トレースモードのときに、負論理のパル
スであるトレースタイミング信号14の後端でアップカ
ウントされ、最大4にワードのアドレス値を生成する事
ができる。セレクタ9は、トレースモードのときにはカ
ウンタ1、また読み出しモードのときにはアドレスバス
12の各出力を受入れてデコーダ4と5に出力する。デ
コーダ4とデコーダ5は、セレクタ9の出力のうちの6
ビットずつを受取り、デコードし、メモリセルアレイ2
のロウアドレスとカラムアドレスを出力して、4 、に
ワードのうちの1ワードを選択する。In the trace mode, the counter 1 counts up at the trailing end of the trace timing signal 14, which is a negative logic pulse, and can generate a word address value of up to 4. The selector 9 accepts the outputs of the counter 1 in the trace mode and of the address bus 12 in the read mode, and outputs them to the decoders 4 and 5. Decoder 4 and decoder 5 select six of the outputs of selector 9.
Receives and decodes each bit bit by bit, and sends it to memory cell array 2.
Outputs the row address and column address of , and selects one of the words in 4.
入出力コントローラ6は、内部データバス23に出力さ
れるバッファ8の出力データを、デコーダ4及びデコー
ダ5で示されるメモリセルへ入力し、又メモリセルアレ
イ2の出力データを内部データバス23に出力するコン
トロールを行う。このような入力及び出力のコントロー
ルはそれぞれトレースタイミング信号14及び読み出し
タイミング信号20の論理レベルによりコントロールさ
れる。The input/output controller 6 inputs the output data of the buffer 8 to the internal data bus 23 to the memory cells indicated by the decoder 4 and the decoder 5, and also outputs the output data of the memory cell array 2 to the internal data bus 23. Take control. These input and output controls are controlled by the logic levels of trace timing signal 14 and read timing signal 20, respectively.
セレクタ3は、内部データバス23に出力された64ビ
ットの出力データのうちアドレスバス13によりセレク
トされる8とットデータをバッファ10を通じて入出力
データ11の下位8ビットに出力する。The selector 3 outputs 8-bit data selected by the address bus 13 out of the 64-bit output data output to the internal data bus 23 to the lower 8 bits of the input/output data 11 through the buffer 10.
又トレースアドレス読み出し信号17をロウレベルにす
る事により入出力データ11の下位12ビットには、カ
ウンタ1の出力データをバッファ7を通して出力する事
ができる。Further, by setting the trace address read signal 17 to a low level, the output data of the counter 1 can be outputted through the buffer 7 to the lower 12 bits of the input/output data 11.
バッファ7.8および10は、いずれも3ステートバツ
フアであり、それぞれカウントアドレス出力用、データ
入力用およびデータ読み出し用として使用されるのであ
る。Buffers 7.8 and 10 are both three-state buffers, and are used for count address output, data input, and data reading, respectively.
次に第1図の回路の動作について説明する。Next, the operation of the circuit shown in FIG. 1 will be explained.
本メモリ装置は、従来の技術の項で述べた様に、まずバ
スサイクルの発生など、あるサイクルごとに多数の並列
データを順次記憶し、次に蓄積されたデータを再びある
ビット幅で順次読み出すという使用方法が主となる。従
って、第1の並列データの記憶動作を行う前に、データ
格納アドレス開始点を初期化するべくカウンタ1のクリ
ア動作を行う。As mentioned in the prior art section, this memory device first sequentially stores a large amount of parallel data in each cycle, such as when a bus cycle occurs, and then sequentially reads out the accumulated data again in a certain bit width. This is the main usage method. Therefore, before performing the first parallel data storage operation, the counter 1 is cleared in order to initialize the data storage address starting point.
カウンタ1のクリア動作は、以下の様にして行う事がで
きる。モード信号15をロウレベルとすると、負論理の
トレースタイミング信号14は、論理反転されたモード
信号15によりハイレベルにマスクされる為、カウンタ
1をアップカウントする事はできない。この状態で負論
理のクリア信号16をロウレベルとする事により、カウ
ンタ1のクリア端子がロウレベルとなり、カウンタ1の
出力は“0”となる。カウンタクリア動作を終了したら
、クリア信号16をハイルベルに戻しておく。The clearing operation of counter 1 can be performed as follows. When the mode signal 15 is set to a low level, the negative logic trace timing signal 14 is masked to a high level by the mode signal 15 whose logic is inverted, so that the counter 1 cannot be counted up. In this state, by setting the negative logic clear signal 16 to a low level, the clear terminal of the counter 1 becomes a low level, and the output of the counter 1 becomes "0". When the counter clear operation is completed, the clear signal 16 is returned to Heil Bell.
次に、並列データの記憶動作開始直前に、モード信号1
5をハイレベルとする。モード信号15のハイレベル入
力信号は、負論理のクリア信号16をハイレベルにマス
クする為、この状態で再びカウンタ1をクリアする事は
できない。また、反転されたモード信号15のハイレベ
ル信号は、セレクタ9に入力され、セレクタ9はカウン
タ1の出力信号をデコーダ4.5に出力する。同様にモ
ード信号15のハイレベル入力信号は、負論理のトレー
スアドレス読み出し信号17.及びトレースデータ読み
出し信号18及びデータ読み出しタイミング信号20を
ハイレベルにマスクする為、バッファ7及び10の出力
制御がインアクティブとなり、カウンタ1により出力さ
れるトレースアドレス値及び内部データバス23に出力
されるデ−タは入出力データ11に出力されない。Next, immediately before starting the parallel data storage operation, the mode signal 1
5 is considered a high level. Since the high level input signal of the mode signal 15 masks the negative logic clear signal 16 to a high level, the counter 1 cannot be cleared again in this state. Further, the high level signal of the inverted mode signal 15 is input to the selector 9, and the selector 9 outputs the output signal of the counter 1 to the decoder 4.5. Similarly, the high level input signal of the mode signal 15 is the negative logic trace address read signal 17. In order to mask the trace data read signal 18 and the data read timing signal 20 to high level, the output control of the buffers 7 and 10 becomes inactive, and the trace address value output by the counter 1 and the internal data bus 23 are output. No data is output to the input/output data 11.
以上の様な状態で、入出力データ11に記憶したい64
ビット幅のデータをセットし、トレースタイミング信号
14をある一定期間ロウレベルとする事により、バッフ
ァ8の出力制御がアクティブとなり入出力データ11が
内部データバス23に入力される。64 that you want to store in the input/output data 11 in the above state
By setting the bit width data and keeping the trace timing signal 14 at a low level for a certain period of time, the output control of the buffer 8 becomes active and the input/output data 11 is input to the internal data bus 23.
内部データバス23に入力された64ビット幅の書き込
みデータは、カウンタ1の出力データ“0°°をデコー
ダ4及び5がデコードして得られるアドレス値“0“の
1メモリセルに、入出力コントローラ6を通してセット
される。The 64-bit width write data inputted to the internal data bus 23 is transferred to one memory cell with an address value "0" obtained by decoding the output data "0°" of the counter 1 by the decoders 4 and 5, and then sent to the input/output controller. Set through 6.
次に、トレースタイミング信号14がロウレベルからハ
イレベルに戻るが、そのときの信号の立上がりエツジで
カウンタ1のカウント値が+1されると同時にバッファ
8の出力制御はインアクティブとなり、入出力データ1
1は内部バス23に出力されなくなる。又、入出力コン
トローラ6もトレースタイミング信号14がインアクテ
ィブとなる為メモリセルへの書き込み動作を終了する。Next, the trace timing signal 14 returns from the low level to the high level, but at the rising edge of the signal at that time, the count value of the counter 1 is increased by 1, and at the same time, the output control of the buffer 8 becomes inactive, and the input/output data 1
1 is no longer output to the internal bus 23. Further, the input/output controller 6 also ends the write operation to the memory cell because the trace timing signal 14 becomes inactive.
この様にして、次々と入出力データ11に記憶したいデ
ータをセットし、トレースタイミング信号14にある一
定幅をもった負論理のパルス信号を入力する事で、自動
的にデータ格納アドレスを生成し、順次に、メモリセル
アレイ2に記憶していく。In this way, by sequentially setting the data to be stored in the input/output data 11 and inputting a negative logic pulse signal with a certain width to the trace timing signal 14, a data storage address is automatically generated. , are sequentially stored in the memory cell array 2.
必要なデータの記憶処理がすべて終了したら、モード信
号15を再びロウレベルに戻す。この状態では、論理反
転されたモード信号15により、トレースタイミング信
号14がハイレベルにマスクされる為、前述の書き込み
動作を行う事はできない。When all necessary data storage processing is completed, the mode signal 15 is returned to the low level again. In this state, the trace timing signal 14 is masked to a high level by the logically inverted mode signal 15, so that the write operation described above cannot be performed.
次に、メモリセルアレイ2に順次蓄積されたデータを順
次読み出す動作について説明する。Next, the operation of sequentially reading data sequentially accumulated in the memory cell array 2 will be described.
従来の技術で述べた様に、通常データの読み出しは、C
PUが行う為、1度に読み出す事のできるビット幅は、
読み出す側のCPUのデータバス幅により決められてし
まう。本メモリ装置では、読み出し時のビット幅が8ビ
ット幅となっている。As mentioned in the conventional technology, reading data is usually done using C
Since the PU performs this, the bit width that can be read at one time is
This is determined by the data bus width of the CPU on the reading side. In this memory device, the bit width at the time of reading is 8 bits.
前述の様にメモリセルアレイ2は64ビットのセル単位
で構成されている為、読み出し時には64ビット中の特
定の8ビットをセレクトし、入出力データ11の下位8
ビットに出力しなければならない。As mentioned above, the memory cell array 2 is composed of 64-bit cells, so when reading, specific 8 bits out of 64 bits are selected, and the lower 8 bits of the input/output data 11 are
Must be output in bits.
読み出し動作は、以下の様にして行う事ができる。The read operation can be performed as follows.
前述のモード信号15をロウレベルにした状態で、まず
書き込み動作終了後のアドレス値を読み出して置く為に
、負論理のトレースアドレス信号17をロウレベルとす
る。チップセレクト19及び読み出しタイミング信号2
0をロウレベルとする事で、カウンタ1の出力データ、
即ちアドレス値がバッファ7を通して入出力データ11
の下位12ビットに出力される為、この値を外部で読み
出す事ができる。次に、トレースアドレス読み出し信号
17をハイレベルに戻すと、バッファ7はインアクティ
ブとなり、カウンタ1の出力データは入出力データ11
に出力されない。With the aforementioned mode signal 15 set to a low level, the trace address signal 17 of negative logic is set to a low level in order to read and store the address value after the write operation is completed. Chip select 19 and read timing signal 2
By setting 0 to low level, the output data of counter 1,
That is, the address value passes through the buffer 7 to the input/output data 11.
This value can be read externally because it is output to the lower 12 bits. Next, when the trace address read signal 17 is returned to high level, the buffer 7 becomes inactive and the output data of the counter 1 becomes the input/output data 11.
is not output to .
記憶データの読み出し動作は以下の様にして行う。The read operation of stored data is performed as follows.
前述の様に、モード信号15はロウレベルとなっている
為、セレクタ9は、4にワードのアドレス空間を持つア
ドレスバス12のデータをデコーダ4及び5に入力し、
64ビット単位の特定のメモリセルがセレクトされる。As mentioned above, since the mode signal 15 is at a low level, the selector 9 inputs the data on the address bus 12, which has a word address space in 4, to the decoders 4 and 5.
A specific memory cell in units of 64 bits is selected.
次にチップセレクト19及び読み出しタイミング信号2
0をロウレベルとする事により、入出力コントローラ6
が出力制御され、64ビットのセルデータが内部データ
バス23に出力されセレクタ3に入力される。この時セ
レクタ3にアドレスバス12と同タイミングで入力する
セレクトデータ指定用のアドレスバス13の3ビットの
値により、64ビット中の特定の8とットデータがバッ
ファ10へ出力される。Next, chip select 19 and read timing signal 2
By setting 0 to low level, the input/output controller 6
is output-controlled, and 64-bit cell data is output to the internal data bus 23 and input to the selector 3. At this time, specific 8-bit data among 64 bits is output to the buffer 10 according to the 3-bit value of the address bus 13 for select data designation, which is input to the selector 3 at the same timing as the address bus 12.
バッファ10の上記入力データは、チップセレクト19
及び読み出しタイミング信号20が共にロウレベルの為
、入出力データ11の下位8ビットへ出力される。The above input data of the buffer 10 is sent to the chip select 19.
Since the read timing signal 20 and the read timing signal 20 are both at low level, they are output to the lower 8 bits of the input/output data 11.
この様にして、アドレスバス12に入力する4にワード
のアドレス空間と、64ビット単位のデ−夕の特定の8
ビットを指定するアドレスバス13の3ビットアドレス
により、擬似的に32にワード×8ビットのビット構成
を持つメモリとしてメモリセルアレイ2のすべてのセル
データを読み出す事ができる。In this way, the address space of four words input to the address bus 12 and the specific eight of the data in units of 64 bits are
By using a 3-bit address on the address bus 13 that specifies bits, all cell data in the memory cell array 2 can be read out as a memory having a pseudo bit configuration of 32 words x 8 bits.
第2図は、本発明の第2の実施例の回路であり、第1の
実施例に対して、セレクタ22とバッファ24並びにこ
れらの制御のためのゲートが付加されている。FIG. 2 shows a circuit according to a second embodiment of the present invention, in which a selector 22, a buffer 24, and a gate for controlling these are added to the first embodiment.
本実施例の基本動作は第1の実施例と同じなので、本節
では第1の実施例と異なる点についてのみ説明する。Since the basic operation of this embodiment is the same as that of the first embodiment, only the points different from the first embodiment will be explained in this section.
セレクタ22は、内部データバス23に出力された64
ビット幅のデータのうちの特定の16ビットデータをセ
レクトする。また、バッファ24は、セレクタ22より
出力される16ビットデータを入出力データ11の下位
16ビットに出力する。出力制御付きバッファである。The selector 22 selects the 64 bits output to the internal data bus 23.
Select specific 16-bit data from the bit-width data. Further, the buffer 24 outputs the 16-bit data output from the selector 22 to the lower 16 bits of the input/output data 11. It is a buffer with output control.
本メモリ装置のカウンタのクリア動作及びメモリセルア
レイ2へのデータ書き込み動作及びカウンタ値の外部出
力動作は第1の実施例と同様である。The operation of clearing the counter of this memory device, the operation of writing data to the memory cell array 2, and the operation of outputting the counter value to the outside are the same as in the first embodiment.
前述の様に、データの読み出し動作は、CPUが行う為
、1度に読み出す事のできるデータのビット幅は、読み
出し側のCPUのデータバス幅により決められてしまう
。As described above, since the data read operation is performed by the CPU, the bit width of data that can be read at one time is determined by the data bus width of the CPU on the read side.
本メモリ装置では、読み出し時のビット幅を、読み出し
幅指定信号21の論理レベルにより8ビット幅又は16
ビット幅を任意に選択できる。In this memory device, the bit width at the time of reading is set to 8 bits or 16 bits depending on the logic level of the read width designation signal 21.
Bit width can be selected arbitrarily.
メモリセル2からのデータ読み出し時、読み出し幅指定
信号21がロウレベルならばバッファ10の出力制御が
アクティブとなり、バ;ンファ24の出力制御がインア
クティブとなる。この状態では、第1の実施例と同様の
動作をする。When reading data from the memory cell 2, if the read width designation signal 21 is at a low level, the output control of the buffer 10 becomes active and the output control of the buffer 24 becomes inactive. In this state, the same operation as in the first embodiment is performed.
次に読み出し幅指定信号21がハイレベルならばバッフ
ァ10の出力制御がインアクティブとなり、バッファ2
4の出力制御がアクティブとなる。Next, if the read width designation signal 21 is at a high level, the output control of the buffer 10 becomes inactive, and the buffer 2
4 output control becomes active.
この時は、内部データバス23に出力されている64ビ
ットの読み出しデータのうち、アドレスバス13の2ビ
ットのセレクトデータ入力によってセレクタ22でセレ
クトされた特定の16とットデータが入出力データ11
の下位16ビットに出力される。つまり、アドレスバス
12に入力する4にワードのアドレス空間と、64ビッ
ト単位のデータの特定の16ビットを指定するアドレス
バス13の2ビットアドレス値により擬似的に16にワ
ード×16ビットのビット構成を持つメモリとして、メ
モリセルアレイ2のすべてのセルデータを読み出す事が
できる。At this time, among the 64-bit read data output to the internal data bus 23, specific 16 bit data selected by the selector 22 by the 2-bit select data input of the address bus 13 are input to the input/output data 11.
is output to the lower 16 bits. In other words, a pseudo bit configuration of 16 words x 16 bits is created using the address space of 4 words input to the address bus 12 and the 2-bit address value of the address bus 13 that specifies specific 16 bits of data in units of 64 bits. All cell data in the memory cell array 2 can be read out.
以上説明した様に本発明は、多数の並列データ記憶手段
としてメモリセル単位が並列データ書き込み時のビット
幅に対応している大容量のメモリセルで構成された単一
のメモリセルアレイを使用することにより、従来は必要
だった多数の汎用RAMを使用する必要がなくなり、又
、単一メモリセルアレイを使用することで、アドレス生
成カウンタ及びデータ読み出し時の特定ビット幅選択用
のデータセレクタなどの周辺回路を含めて1デバイスで
構成できることにより、メモリ装置の部品点数を減らす
事ができるという効果がある。As explained above, the present invention uses a single memory cell array composed of large-capacity memory cells whose memory cell unit corresponds to the bit width when writing parallel data as a means for storing a large number of parallel data. This eliminates the need to use a large number of general-purpose RAMs that were previously required, and by using a single memory cell array, peripheral circuits such as an address generation counter and a data selector for selecting a specific bit width when reading data can be saved. Since the memory device can be configured with one device including the memory device, there is an effect that the number of parts of the memory device can be reduced.
第1図は本発明の第1の実施例の回路図、第2図は本発
明の第2の実施例の回路図を表わしている。
1・・・カウンタ、2・・・メモリセルアレイ、3,9
゜22・・・セレクタ、4.5・・・デコーダ、6・・
・入出力コントローラ、?、8.10.24・・・バッ
ファ、11・・・入出力データ、12.13・・・アド
レスバス、14・・・トレースタイミング信号、15・
・・モード信号、16・・・クリア信号、17・・・ト
レースアドレス読み出し信号、18・・・トレースデー
タ読み出し信号、19・・・チップセレクト、20・・
・読み出しタイミング信号、21・・・読み出し幅指定
信号、23・・・内部バス。FIG. 1 shows a circuit diagram of a first embodiment of the invention, and FIG. 2 shows a circuit diagram of a second embodiment of the invention. 1... Counter, 2... Memory cell array, 3, 9
゜22... Selector, 4.5... Decoder, 6...
・Input/output controller? , 8.10.24...Buffer, 11...I/O data, 12.13...Address bus, 14...Trace timing signal, 15.
...Mode signal, 16...Clear signal, 17...Trace address read signal, 18...Trace data read signal, 19...Chip select, 20...
- Read timing signal, 21... Read width designation signal, 23... Internal bus.
Claims (1)
込まれ、読み出しモード時には一定幅で読み出しが行わ
れるトレースメモリにおいて、前記トレースモード時に
作動するクリア可能なアドレス生成用のカウンタと、該
カウンタ出力又は外部より入力するアドレス値をモード
信号に応答して選択するセレクタと、 同時にアクセスされるセル単位が前記書き込み時のビッ
ト幅に対応しているメモリセルアレイと、 前記読み出し時のデータの一定幅の並びを選択するデー
タセレクタを有することを特徴とするトレースメモリ。[Scope of Claims] In a trace memory in which multi-bit width data is sequentially written in a trace mode and read out with a constant width in a read mode, a clearable address generation counter that operates in the trace mode; a selector that selects the counter output or an address value input from the outside in response to a mode signal; a memory cell array in which the cell unit accessed simultaneously corresponds to the bit width at the time of writing; A trace memory characterized by having a data selector for selecting an array of a constant width.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP63065120A JPH01237735A (en) | 1988-03-17 | 1988-03-17 | Trace memory |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP63065120A JPH01237735A (en) | 1988-03-17 | 1988-03-17 | Trace memory |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH01237735A true JPH01237735A (en) | 1989-09-22 |
Family
ID=13277706
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP63065120A Pending JPH01237735A (en) | 1988-03-17 | 1988-03-17 | Trace memory |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH01237735A (en) |
-
1988
- 1988-03-17 JP JP63065120A patent/JPH01237735A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5210862A (en) | Bus monitor with selective capture of independently occuring events from multiple sources | |
JPH0212541A (en) | Computing system and operation thereof | |
JPH0528765A (en) | Memory control circuit | |
KR100495755B1 (en) | Digital circuit using memory for monitoring signals for occurrences of predefined breakpoint conditions | |
KR950014901B1 (en) | Address decoder which variably selects multiple rows and/or columns and semiconductor memory device using same | |
US5142673A (en) | Bus monitor with dual port memory for storing selectable trigger patterns | |
JPS5995660A (en) | Data processor | |
JPH01237735A (en) | Trace memory | |
JPH03138742A (en) | Memory system | |
US6108803A (en) | Memory cell circuit for executing specific tests on memory cells that have been designated by address data | |
US4638454A (en) | Digital data storage apparatus | |
JP3021577B2 (en) | RAM test circuit | |
JP3039054B2 (en) | Image processing device | |
JPH0512071A (en) | Trace circuit | |
JPS61262945A (en) | Storage device | |
JPS61289449A (en) | High speed memory diagnozing processor | |
JPS5927937B2 (en) | information processing circuit | |
JPS6160516B2 (en) | ||
JPH01211395A (en) | Ic memory | |
JPS63298176A (en) | Ic test system | |
JPS6054055A (en) | Storage device | |
JPH0793039B2 (en) | Memory address control circuit | |
JPH04147500A (en) | Test circuit for semiconductor integrated circuit | |
JPH023143A (en) | Semiconductor memory device | |
JPS6323299A (en) | Memory device test system |