JPH09204352A - Storage device - Google Patents

Storage device

Info

Publication number
JPH09204352A
JPH09204352A JP8011494A JP1149496A JPH09204352A JP H09204352 A JPH09204352 A JP H09204352A JP 8011494 A JP8011494 A JP 8011494A JP 1149496 A JP1149496 A JP 1149496A JP H09204352 A JPH09204352 A JP H09204352A
Authority
JP
Japan
Prior art keywords
address
access
signal
output
memory array
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8011494A
Other languages
Japanese (ja)
Inventor
Hirobumi Yokosuka
博文 横須賀
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP8011494A priority Critical patent/JPH09204352A/en
Publication of JPH09204352A publication Critical patent/JPH09204352A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System (AREA)
  • Read Only Memory (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce time for reading consecutive addresses by providing a means comparing an address inputted from an external controller and an output from a preceding address latch means and controlling the latch timing of the preceding address latch means based on a comparing result and a means selecting reading data from plural memory array areas. SOLUTION: An address comparing means 101 compares addresses A19 to A1 inputted from the external controller and an address provided for a memory array 105 on a bus 111 to output the result to a signal 112. A preceding address latch control means 102 outputs an address latch control signal 113 from an address comparing result signal 112 and a CS signal. Then a 2to1 selector 107 converts data outputted from the memory arrays 105 and 106 by an address A0 inputted from the external controller.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は記憶装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a storage device.

【0002】[0002]

【従来の技術】ROMは、電源を切断してもデータが消
失しないという特性から、情報処理装置には、電源投入
時のイニシャルプログラムやプログラムのローダ或い
は、文字フォントデータ等が格納されていた。また、ハ
ードディスクドライブを持たないような小型の情報処理
装置では、アプリケーションプログラムをROMに格納
する場合もあった。
2. Description of the Related Art Since a ROM does not lose data even when the power is turned off, an information processing apparatus stores an initial program at the time of turning on the power, a program loader, character font data, and the like. Further, in a small-sized information processing device having no hard disk drive, the application program may be stored in the ROM.

【0003】また、ROMはアクセス速度がランダムア
クセスメモリ(RAM)に比べて遅いため、ROMに格
納されたプログラムを走らせると処理速度が低くなると
いう問題があった。これに対し、プログラムは連続した
アドレスから読みだされるという特性から、ページモー
ドアクセス機能付きROMが提案されている。公知例と
しては、NEC技報Vol.47 No.3/1994 9
3〜94頁がある。
Further, since the access speed of the ROM is slower than that of the random access memory (RAM), there is a problem that the processing speed becomes low when the program stored in the ROM is run. On the other hand, a ROM with a page mode access function has been proposed because of the characteristic that the program is read from consecutive addresses. As a known example, NEC Technical Report Vol. 47 No. 3/1994 9
There are pages 3-94.

【0004】[0004]

【発明が解決しようとする課題】図3にページモードア
クセス機能付きROMの概略構成を示す。本従来例は、
読みだしデータ幅を16ビット(D15〜0)とし、記
憶容量を16メガビットとしている。アドレスは、記憶
容量からワード単位で20ビット(A19〜0)が入力
される。また、本ROMの選択信号としてCS信号、読
みだしデータの出力許可信号としてOE信号が設けられ
ている。
FIG. 3 shows a schematic configuration of a ROM with a page mode access function. In this conventional example,
The read data width is 16 bits (D15-0) and the storage capacity is 16 megabits. As the address, 20 bits (A19 to 0) are input in word units from the storage capacity. Further, a CS signal is provided as a selection signal of this ROM, and an OE signal is provided as an output permission signal of read data.

【0005】従来の構成では、ROM内部のメモリアレ
イから同時に四つのデータを出力させ、下位アドレス
(A1,A0)により四つの出力データを4to1 セレク
タで切替ることで、上位アドレス(A19〜A2)で選
択されるデータの中から一つを選択して出力するもので
あった。
In the conventional configuration, four data are simultaneously output from the memory array in the ROM, and the four output data are switched by the 4to1 selector according to the lower address (A1, A0), so that the upper address (A19 to A2). One of the data selected in step 1 was selected and output.

【0006】従来の構成では、上位アドレスが変化せず
同一ページにアクセスする場合には高速に読みだし可能
であるが、ページに変更のあるアクセスをする場合に
は、アクセス時間が長くなるという性質があった。よっ
て、プログラムは連続したアドレスから読みだされる確
率が高いため、図3のように16ビット×4ワードのペ
ージ構成の場合、ほぼ4ワードアクセスに1回の割合で
アクセス時間が長くなるという問題があった。
In the conventional configuration, high-speed reading is possible when the same page is accessed without changing the upper address, but the access time is long when the page is modified. was there. Therefore, since there is a high probability that the program will be read from consecutive addresses, in the case of a page configuration of 16 bits × 4 words as shown in FIG. 3, the access time becomes long at a rate of almost every four word accesses. was there.

【0007】本発明の目的は、連続したアドレスの読み
だし時にアクセス時間の短い、高速なROMを提供する
ことにある。
An object of the present invention is to provide a high-speed ROM which has a short access time when reading consecutive addresses.

【0008】[0008]

【課題を解決するための手段】複数(n個)に分割され
たメモリアレイ領域と、外部制御装置から入力されたア
ドレスに対し次にアクセスされる可能性の高いアドレス
を生成するアドレス加算手段と、前記アドレス加算手段
から出力されたアドレスを保持する先行アドレスラッチ
手段と、外部制御装置から入力されたアドレスと前記先
行アドレスラッチ手段からの出力を比較するアドレス比
較手段と、前記アドレス比較手段の比較結果をもとに先
行アドレスラッチ手段のラッチタイミングを制御する先
行アドレスラッチ制御手段と、前記複数のメモリアレイ
領域から一つの読みだしデータを選択する読みだしデー
タセレクト手段とにより構成できる。
A plurality of (n) memory array areas are divided, and an address adding means for generating an address which is likely to be accessed next with respect to an address input from an external control device. Comparing the preceding address latching means for holding the address output from the address adding means, the address comparing means for comparing the address input from the external control device with the output from the preceding address latching means, and the address comparing means. It can be constituted by a leading address latch control means for controlling the latch timing of the leading address latch means based on the result and a read data selecting means for selecting one read data from the plurality of memory array areas.

【0009】従来例と同様に、n個のメモリアレイ領域
からの出力データは下位アドレスを用いて読みだしデー
タセレクト手段により選択され出力される。従来例で
は、上位アドレスは固定であったため、上位アドレスの
切替時にアクセス速度が遅くなったが、本発明では次に
アクセスされる可能性の高いアクセス中のアドレスの近
傍のアドレス(アクセス中のアドレスの+1乃至(n−
1)まで)を、アドレス加算手段により生成し、アクセ
ス要求を受け取る前からメモリアレイ領域に先行アドレ
スを供給しアクセスを開始することで、従来構成のよう
にページに関係無く高速にアクセスすることができる。
Similar to the conventional example, the output data from the n memory array areas is read out by using the lower address and selected by the data selecting means and output. In the conventional example, since the upper address is fixed, the access speed becomes slower when the upper address is switched. However, in the present invention, the address near the address being accessed that is likely to be accessed next (the address being accessed is +1 to (n-
(1)) is generated by the address adding means and the preceding address is supplied to the memory array area before the access request is received to start the access, so that the access can be performed at high speed regardless of the page as in the conventional configuration. it can.

【0010】先行アドレスラッチ制御手段は、先行アド
レスをアドレス加算手段から出力された先行アドレスを
ラッチし、先行アドレスラッチ制御手段はアドレス比較
手段から出力される比較結果をもとにアドレスラッチ手
段のラッチタイミングを制御する。
The preceding address latch control means latches the preceding address output from the address adding means, and the preceding address latch control means latches the address latch means based on the comparison result output from the address comparing means. Control timing.

【0011】また、外部制御装置から入力さるアドレス
がアクセス中のアドレスの近傍にならない場合もあるた
め、アドレス加算手段により生成された先行アドレスと
外部制御装置から入力されたアドレスをアドレス比較手
段により比較し、アドレスが一致すればアドレスラッチ
手段に保持されたアドレスデータを保持し、不一致であ
ればアドレスラッチ手段に外部制御装置から入力された
アドレスを保持し直して新しいアドレスがメモリアレイ
領域に供給されるようにする。これにより、外部制御装
置から入力さるアドレスがアクセス中のアドレスの近傍
にならなかった場合の正常なアクセスを保証する。
Further, since the address input from the external control device may not be close to the address being accessed, the preceding address generated by the address addition device and the address input from the external control device are compared by the address comparison device. If the addresses match, the address data held in the address latch means is held, and if the addresses do not match, the address input from the external control device is held again in the address latch means and a new address is supplied to the memory array area. To do so. This guarantees normal access when the address input from the external control device does not come close to the address being accessed.

【0012】以上のような動作により、従来の構成では
ページの切替ごとに必ず発生していた遅いアクセスが、
本発明によればアクセス中のアドレスに対し次のアクセ
スのアドレスが+1乃至〜(n−1)までであれば遅い
アクセスは発生しない。
Due to the above-described operation, the slow access which always occurs in each page switching in the conventional configuration,
According to the present invention, if the address of the next access to the address being accessed is from +1 to (n-1), the slow access does not occur.

【0013】よって、本発明によれば、連続したアドレ
スの読みだし時にアクセス時間の短い、高速なROMを
実現できる。
Therefore, according to the present invention, it is possible to realize a high-speed ROM having a short access time when reading consecutive addresses.

【0014】[0014]

【発明の実施の形態】以下、本発明の実施例を各図によ
り説明する。図1は、本発明の記憶装置の一構成例を示
している。本実施例は、読みだしデータ幅及び記憶容量
を従来例と同じくそれぞれ16ビット(D15〜0)、
16メガビットとし、アドレスも20ビット(A19〜
0)が入力される。また、メモリアレイの個数は説明の
簡単化の為、n=2としている。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 shows an example of the configuration of the storage device of the present invention. In this embodiment, the read data width and storage capacity are 16 bits (D15 to 0), respectively, as in the conventional example.
16 megabits and 20 bits for the address (A19-
0) is input. Further, the number of memory arrays is n = 2 for simplification of description.

【0015】アドレス加算手段103は、外部制御装置
(図示せず)から入力されたアドレスのA0ビットが0
のときはアドレス加算を行わずアドレスA19〜A1を
そのままバス110に出力し、A0ビットが1のときは
アドレスA19〜A1に対し+1のアドレス加算を行
い、バス110に出力する。
The address adder 103 has an A0 bit of an address input from an external control device (not shown) set to 0.
When the A0 bit is 1, the addresses A19 to A1 are directly output to the bus 110 without performing the address addition.

【0016】先行アドレスラッチ手段104は、後述す
るアドレスラッチ制御信号113に基づいてバス110
のアドレスデータをラッチしバス111に出力する。バ
ス111のアドレスデータは、メモリアレイ105に供
給される。
The preceding address latch means 104 is based on an address latch control signal 113 which will be described later, and the bus 110.
Address data is latched and output to the bus 111. The address data on the bus 111 is supplied to the memory array 105.

【0017】アドレス比較手段101は、外部制御装置
から入力されたアドレスのA19〜1と、バス111上
のメモリアレイ105に供給されているアドレスの比較
を行い、結果を信号112に出力する。
The address comparison means 101 compares A19 to 1 of the address input from the external control device with the address supplied to the memory array 105 on the bus 111, and outputs the result as a signal 112.

【0018】先行アドレスラッチ制御手段102は、ア
ドレス比較結果信号112及びCS信号から、アドレス
ラッチ制御信号113を出力する。本信号113は、上
述したように先行アドレスラッチ手段104を制御す
る。本制御手段102の動作は次式で表される。
The preceding address latch control means 102 outputs an address latch control signal 113 from the address comparison result signal 112 and the CS signal. This signal 113 controls the preceding address latch means 104 as described above. The operation of the control means 102 is expressed by the following equation.

【0019】アドレスラッチ信号113=CS信号+
(!CS信号・アドレス比較結果信号112) 記号「!」は論理的な否定を、記号「+」は論理和を、
記号「・」は論理積を示している。
Address latch signal 113 = CS signal +
(! CS signal / address comparison result signal 112) The symbol “!” Is a logical negation, the symbol “+” is a logical sum,
The symbol “•” indicates a logical product.

【0020】メモリアレイ105は、メモリアレイの個
数(n)が2のため、アドレスA0=0のデータが記憶
されている。メモリアレイ106は、上記と同様にアド
レスA0=1のデータが記憶されている。
Since the number (n) of memory arrays is 2, the memory array 105 stores data at address A0 = 0. In the memory array 106, data of address A0 = 1 is stored as in the above.

【0021】2to1 セレクタ107は、メモリアレイ1
05から出力されるデータとメモリアレイ106から出
力されるデータとを外部制御装置から入力されたアドレ
スのA0にて選択する。
The 2to1 selector 107 is used for the memory array 1
The data output from 05 and the data output from the memory array 106 are selected by the address A0 input from the external control device.

【0022】3ステート出力バッファ108は、2to1
セレクタ107から出力されたデータを、データ出力制
御信号114が有効の時にデータ(D15〜0)を出力
する。
The 3-state output buffer 108 has 2to1
The data output from the selector 107 is output as data (D15-0) when the data output control signal 114 is valid.

【0023】データ出力制御信号114は、論理積回路
109によりCS信号とOE信号の論理積をとったもの
である。
The data output control signal 114 is a logical product of the CS signal and the OE signal by the logical product circuit 109.

【0024】図2は本構成例の動作をタイミング図とし
て示したものである。次に、本構成例の動作を説明す
る。
FIG. 2 is a timing chart showing the operation of this configuration example. Next, the operation of this configuration example will be described.

【0025】本ROMの読みだし動作は、アドレス(A
19〜0)の入力、本ROMの選択信号(CS信号)の
入力、さらに出力許可信号(OE信号)の入力により、
データ(D15〜0)を出力することで実行される。
The read operation of this ROM is carried out at the address (A
19-0), the selection signal (CS signal) of this ROM, and the output enable signal (OE signal),
It is executed by outputting the data (D15-0).

【0026】まず、アドレスA19〜1=X,A0=0
が入力されることにより、A0=0であるため、アドレ
ス加算手段103は、アドレス加算を行わずアドレスX
をそのままバス110に出力する。ここで、既にラッチ
されていた先行アドレス111とアドレスXとをアドレス
比較手段101で比較する。このとき、先行アドレス1
11はY(Y≦X,X+n−1<Y)であったとし、ア
ドレス比較結果112は「不一致」=0が出力される。
上述したようにアドレスラッチ制御手段102は、アド
レス比較結果112とCS信号によりアドレスラッチ制
御信号113(ラッチ許可=1)を出力する。該アドレ
スラッチ制御信号113により先行アドレスラッチ手段
104は、バス110のアドレスデータXをラッチし先
行アドレスバス111へ出力する。
First, addresses A19 to 1 = X, A0 = 0
Since A0 = 0 by the input of, the address addition means 103 does not perform address addition and
Is output to the bus 110 as it is. Here, the preceding address 111 and the address X which have already been latched are compared by the address comparison means 101. At this time, the preceding address 1
It is assumed that 11 is Y (Y ≦ X, X + n−1 <Y), and the address comparison result 112 is “mismatch” = 0.
As described above, the address latch control means 102 outputs the address latch control signal 113 (latch permission = 1) according to the address comparison result 112 and the CS signal. In response to the address latch control signal 113, the preceding address latch means 104 latches the address data X on the bus 110 and outputs it to the preceding address bus 111.

【0027】メモリアレイ105は、バス111から入
力されるアドレスXにより記憶データを出力する。デー
タは、2to1 セレクタ107でアドレスA0信号により
選択され3ステート出力バッファ108を通して出力さ
れる。3ステート出力バッファ108は、CS信号とO
E信号の論理積をとった信号114にて出力許可され
る。
The memory array 105 outputs stored data at the address X input from the bus 111. The data is selected by the 2to1 selector 107 by the address A0 signal and output through the 3-state output buffer 108. The 3-state output buffer 108 has a CS signal and an O signal.
The output is enabled by the signal 114 which is the logical product of the E signals.

【0028】以上がROMへの第1回目のアクセスの動
作である。
The above is the operation of the first access to the ROM.

【0029】次に、第1回目のアクセスのアドレス(A
19〜1=X,A0=0)に対し、第2回目のアクセス
としてアドレス(A19〜1=X,A0=1)が入力さ
れたとして説明する。
Next, the address (A
It is assumed that the address (A19 to 1 = X, A0 = 1) is input as the second access to 19 to 1 = X, A0 = 0.

【0030】アドレス(A19〜1=X)は、第1回目
のアクセス時から既にメモリアレイ106に供給されて
いたため、アドレスA0が1に切り替わったところで直
ちに2to1 セレクタ107で記憶データを選択するのみ
で、データ(D15〜0)を出力できる。
Since the address (A19-1 = X) has already been supplied to the memory array 106 from the time of the first access, it is only necessary to select the stored data by the 2to1 selector 107 immediately after the address A0 is switched to 1. , Data (D15-0) can be output.

【0031】よって、メモリアレイ105アクセスから
メモリアレイ106アクセスへ切り替わるとき、すなわ
ち偶数アドレスから奇数アドレスへの+1された連続ア
ドレスアクセス時に、高速にアクセスができることがわ
かる。
Therefore, it is understood that the access can be performed at high speed when the memory array 105 access is switched to the memory array 106 access, that is, when the even address is incremented by 1 to the consecutive address access.

【0032】次に、第2回目のアクセスのアドレス(A
19〜1=X,A0=1)に対し、第3回目のアクセス
としてアドレス(A19〜1=X+1,A0=0)が入
力されたとして説明する。
Next, the address (A
It is assumed that an address (A19-1 = X + 1, A0 = 0) is input as the third access to 19-1 = X, A0 = 1).

【0033】第2回目のアクセスのアドレスA0が1と
なった時点で、アドレス加算手段103はアドレス(A
19〜0=X)に対し1を加算し、バス110に出力し
てある。先行アドレスラッチ手段104,アドレス比較
手段101,先行アドレスラッチ制御手段102は、第
1回目のアクセスと同様にアドレス(A19〜1=X+
1)をメモリアレイ105に供給してある。第3回目の
アクセスが始まると、先行アドレスラッチ手段104の
出力しているアドレスと第3回目のアクセスのアドレス
を比較し、この場合一致するためアドレス比較手段10
1は「一致」=1を出力する。先行アドレスラッチ制御
手段102はラッチ制御信号を0のままとし先行アドレ
スラッチ手段104はアドレスデータのラッチを行わな
い。
At the time when the address A0 of the second access becomes 1, the address adding means 103 determines that the address (A
19 to 0 = X) is added with 1 and is output to the bus 110. The preceding address latch means 104, the address comparing means 101, and the preceding address latch control means 102 have the same address (A19 to 1 = X +) as the first access.
1) is supplied to the memory array 105. When the third access is started, the address output from the preceding address latch means 104 is compared with the address of the third access, and in this case, the addresses match, so the address comparison means 10
1 outputs “match” = 1. The preceding address latch control means 102 keeps the latch control signal at 0, and the preceding address latch means 104 does not latch the address data.

【0034】このようにして、アドレス(A19〜1=
X+1)は、第2回目のアクセス時から既にメモリアレ
イ105に供給できるため、アドレスA0が0に切り替
わったところで直ちに2to1 セレクタ107で記憶デー
タを選択するのみで、データ(D15〜0)を出力でき
る。
In this way, the address (A19-1 =
Since (X + 1) can be already supplied to the memory array 105 from the second access, the data (D15 to 0) can be output only by selecting the storage data by the 2to1 selector 107 immediately when the address A0 is switched to 0. .

【0035】よって、メモリアレイ106アクセスから
メモリアレイ105アクセスへ切り替わるとき、すなわ
ち奇数アドレスから偶数アドレスへの+1された連続ア
ドレスアクセス時にも、高速にアクセスができることが
わかる。
Therefore, it can be understood that high speed access can be achieved even when the memory array 106 access is switched to the memory array 105 access, that is, even when the consecutive address is incremented by 1 from the odd address to the even address.

【0036】以上により、ROMに対するアクセスのア
ドレスが連続する場合は、高速に記憶データの読みだし
ができることがわかる。
From the above, it can be seen that the stored data can be read at high speed when the addresses for accessing the ROM are continuous.

【0037】つぎに、ROMに対するアクセスが連続し
なかった場合を、第4回目のアクセスで説明する。第4
回目のアクセスのアドレスは、A19〜1=X+1+
2,A0=0とし、第3回目のアクセスのアドレス(A
19〜1=X+1,A0=0)に対し連続性がない。こ
の場合は、アドレスA0=0のためメモリアレイ105
へのアクセスであり、先行アドレス111と第4回目の
アクセスのアドレスA19〜1は一致しないため、第4回
目のアドレスアドレスA19〜1を再度ラッチしてアク
セスする。これにより、ROMに対するアクセスのアド
レスが連続しない場合には、記憶データの読みだしが低
速になるが、正しいデータを読みだすことができること
がわかる。
Next, the case where access to the ROM is not continuous will be described in the fourth access. 4th
The address of the second access is A19-1 = X + 1 +
2, A0 = 0, and the address (A
19-1 = X + 1, A0 = 0), there is no continuity. In this case, since the address A0 = 0, the memory array 105
Since the preceding address 111 and the address A19-1 of the fourth access do not match, the fourth address address A19-1 is latched again and accessed. As a result, it can be seen that when the addresses for accessing the ROM are not consecutive, the reading of the stored data is slow, but the correct data can be read.

【0038】プログラムやデータの読みだしは、連続し
たアドレスで発生する場合が非常に高く、上記の実施例
によれば連続したアドレスの読みだし時にアクセス時間
の短いROMを実現でき、ページといったアドレスの区
切れによるアクセス速度の低下がない。
Reading of programs and data is very likely to occur at consecutive addresses. According to the above embodiment, it is possible to realize a ROM having a short access time at the time of reading consecutive addresses, and to address addresses such as pages. There is no decrease in access speed due to breaks.

【0039】本実施例ではメモリアレイの個数をn=2
としたが、本実施例と同様の方法でnを大きくすること
は容易に可能である。nを大きくすれば、先行してアク
セスを始めるアドレス数が大きくなり低速なアクセスの
発生する頻度を下げることができる。
In this embodiment, the number of memory arrays is n = 2.
However, it is possible to easily increase n by the same method as in this embodiment. If n is increased, the number of addresses that start access in advance increases, and the frequency of low-speed access can be reduced.

【0040】本発明のROMを使用する場合、従来のペ
ージアクセス機能付きROMと同じように、高速なアク
セスと低速なアクセスが発生するため外部制御装置はア
クセスタイミングの制御を行わなければならない。本発
明ではアドレス比較手段101を有しているので、比較結
果からアクセスのタイミング制御情報を生成し外部制御
装置に出力することで、外部制御装置のタイミング制御
を簡単化できる。
When the ROM of the present invention is used, high-speed access and low-speed access occur as in the conventional ROM with a page access function, so that the external control device must control the access timing. Since the present invention has the address comparison means 101, the timing control of the external control device can be simplified by generating the access timing control information from the comparison result and outputting it to the external control device.

【0041】[0041]

【発明の効果】本発明によれば、連続したアドレスの読
みだし時にアクセス時間の短い、高速なROMを提供す
ることができる。
According to the present invention, it is possible to provide a high-speed ROM which has a short access time when reading consecutive addresses.

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

【図1】本発明の記憶装置の構成を示す実施例のブロッ
ク図。
FIG. 1 is a block diagram of an embodiment showing a configuration of a storage device of the present invention.

【図2】図1の動作を示すタイミングチャート。FIG. 2 is a timing chart showing the operation of FIG.

【図3】従来の記憶装置のブロック図。FIG. 3 is a block diagram of a conventional storage device.

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

101…アドレス比較手段、102…先行アドレスラッ
チ制御手段、103…アドレス加算手段、104…先行
アドレスラッチ手段、105,106…メモリアレイ、
107…2to1 セレクタ、108…3ステート出力バッ
ファ、109…論理積回路、110,111…バス、1
12…アドレス比較結果信号、113…先行アドレスラ
ッチ制御信号、114…データ出力制御信号。
101 ... Address comparison means, 102 ... Leading address latch control means, 103 ... Address adding means, 104 ... Leading address latch means, 105, 106 ... Memory array,
107 ... 2to1 selector, 108 ... 3-state output buffer, 109 ... AND circuit, 110, 111 ... Bus, 1
12 ... Address comparison result signal, 113 ... Leading address latch control signal, 114 ... Data output control signal.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】任意のアドレスから読みだし可能な記憶装
置において、複数に分割されたメモリアレイ領域と、外
部制御装置から入力されたアドレスに対し次にアクセス
される可能性の高いアドレスを生成するアドレス加算手
段と、前記アドレス加算手段から出力されたアドレスを
保持する先行アドレスラッチ手段と、前記外部制御装置
から入力されたアドレスと前記先行アドレスラッチ手段
からの出力を比較するアドレス比較手段と、前記アドレ
ス比較手段の比較結果をもとに前記先行アドレスラッチ
手段のラッチタイミングを制御する先行アドレスラッチ
制御手段と、前記複数のメモリアレイ領域から一つの読
みだしデータを選択する読みだしデータセレクト手段と
を有することを特徴とする記憶装置。
1. A storage device capable of reading from an arbitrary address, which generates a memory array area divided into a plurality of addresses and an address which is likely to be accessed next with respect to an address input from an external control device. Address adding means, preceding address latching means for holding the address output from the address adding means, address comparing means for comparing the address input from the external control device with the output from the preceding address latching means, Leading address latch control means for controlling the latch timing of the leading address latch means based on the comparison result of the address comparing means, and read data selecting means for selecting one read data from the plurality of memory array areas. A storage device having.
JP8011494A 1996-01-26 1996-01-26 Storage device Pending JPH09204352A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8011494A JPH09204352A (en) 1996-01-26 1996-01-26 Storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8011494A JPH09204352A (en) 1996-01-26 1996-01-26 Storage device

Publications (1)

Publication Number Publication Date
JPH09204352A true JPH09204352A (en) 1997-08-05

Family

ID=11779600

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8011494A Pending JPH09204352A (en) 1996-01-26 1996-01-26 Storage device

Country Status (1)

Country Link
JP (1) JPH09204352A (en)

Similar Documents

Publication Publication Date Title
JP3532932B2 (en) Randomly accessible memory with time overlapping memory access
US5604714A (en) DRAM having multiple column address strobe operation
US5806082A (en) Wrap-around mechanism for memory split-wordline read
US6826115B2 (en) Circuits and methods for providing page mode operation in semiconductor memory device having partial activation architecture
KR100499623B1 (en) Internal command signal generator and its method
KR20050027829A (en) Dual buffering memory system for reducing data transmission time and control method thereof
US5949737A (en) Memory device and method for reading data therefrom
KR0161868B1 (en) Memory address control circuit
JPH11355536A (en) Image processing method and image processor
JPH09204352A (en) Storage device
KR100263636B1 (en) Device and method for fast-controlling dynamic random access memory
US6515924B2 (en) Semiconductor memory device
KR940001590B1 (en) Method and device for shortening memory access time in reading and writing
JP3343556B2 (en) Storage system
KR940003632B1 (en) Method and circuit extending memory space in micro-processor
KR950003883B1 (en) Memory logic controller
US5541882A (en) Method of performing a column decode in a memory device and apparatus thereof
JPH0757459A (en) Semiconductor memory
KR950008663B1 (en) Dram access control apparatus
JPS5960787A (en) Memory access system
KR100907932B1 (en) Semiconductor memory device to reduce power consumption
JPH06215559A (en) Page memory access system
JPH0830434A (en) Memory access controller
JPH05120880A (en) Memory
JPH11176165A (en) Sequential-access semiconductor memory device

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 12

Free format text: PAYMENT UNTIL: 20101218

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131218

Year of fee payment: 15

LAPS Cancellation because of no payment of annual fees