JPH08212126A - Dram controller - Google Patents

Dram controller

Info

Publication number
JPH08212126A
JPH08212126A JP1458295A JP1458295A JPH08212126A JP H08212126 A JPH08212126 A JP H08212126A JP 1458295 A JP1458295 A JP 1458295A JP 1458295 A JP1458295 A JP 1458295A JP H08212126 A JPH08212126 A JP H08212126A
Authority
JP
Japan
Prior art keywords
dram
address
read
write
signal
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
JP1458295A
Other languages
Japanese (ja)
Inventor
Yasuo Nakano
泰生 中野
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.)
JFE Engineering Corp
Original Assignee
NKK Corp
Nippon Kokan 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 NKK Corp, Nippon Kokan Ltd filed Critical NKK Corp
Priority to JP1458295A priority Critical patent/JPH08212126A/en
Publication of JPH08212126A publication Critical patent/JPH08212126A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To shorten time for performing access to a DRAM. CONSTITUTION: This device is provided with a multiplexer 23 for supplying address signals to designate write and read addresses to a DRAM 40 during a term excepting for a refresh cycle, timing generator 24 for generating a prescribed control signal in a sequence suitable for write and read, and read/write buffer 25 for storing the plural pairs of the address signals supplied from the multiplexer 23 to the DRAM 40 for write and data to be wirtten in the addresses of the DRAM 40 designated by these address signals together. Further, a buffer managing circuit 26 is provided for detecting the storage of the address signal supplied to the DRAM 40 for reading in a buffer 25 and changing the generation sequence of the prescribed control signal in order to output the data stored in the buffer 25 as the read result together with this address signal.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ダイナミックRAM
(DRAM)の動作を制御するDRAMコントローラに
関する。
BACKGROUND OF THE INVENTION The present invention relates to a dynamic RAM.
The present invention relates to a DRAM controller that controls the operation of (DRAM).

【0002】[0002]

【従来の技術】コンピュータシステムでは、一般にDR
AMがメインメモリとして用いられる。このDRAMは
例えば図4に示すような構造を有する。このDRAMに
1ワードのデータを書込む場合、このデータが外部から
読出/書込データレジスタ10に格納され、ライトイネ
ーブル信号WEバーの立ち下がりに伴って入出力回路1
1を介してメモリアレイ12に供給される。データの書
込アドレス信号は外部からマルチプレクサ13に供給さ
れる。マルチプレクサ13はこのアドレス信号を行アド
レス信号RAおよび列アドレス信号CAに分離し、それ
ぞれ行アドレスレジスタ14および列アドレスレジスタ
15に供給する。行アドレスレジスタ14は行アドレス
ストローブ信号RASバーの立ち下がりに伴って行アド
レス信号RAを行デコーダ16に供給し、列アドレスレ
ジスタ15は列アドレスストローブ信号CASバーの立
ち下がりに伴って列アドレス信号CAを列デコーダ17
に供給する。行デコーダ16は行アドレス信号RAに応
じたメモリアレイ12の行を選択し、列デコーダ17は
列アドレス信号CAに応じたメモリアレイ12の列を選
択する。データはこうして選択されたメモリアレイの行
および列に位置する1ワード分のメモリセルに格納され
る。
2. Description of the Related Art In computer systems, DR is generally used.
AM is used as the main memory. This DRAM has, for example, a structure as shown in FIG. When writing 1-word data to this DRAM, this data is externally stored in the read / write data register 10, and the input / output circuit 1 is driven by the fall of the write enable signal WE bar.
1 to the memory array 12. The data write address signal is externally supplied to the multiplexer 13. The multiplexer 13 separates this address signal into a row address signal RA and a column address signal CA, and supplies them to a row address register 14 and a column address register 15, respectively. The row address register 14 supplies the row address signal RA to the row decoder 16 with the fall of the row address strobe signal RAS bar, and the column address register 15 has the column address signal CA with the fall of the column address strobe signal CAS bar. The column decoder 17
Supply to. The row decoder 16 selects a row of the memory array 12 according to the row address signal RA, and the column decoder 17 selects a column of the memory array 12 according to the column address signal CA. The data is stored in one word worth of memory cells located in the row and column of the memory array thus selected.

【0003】ところで、上述したDRAMは定期的なリ
フレッシュ必要であるため、DRAMコントローラがア
クセスタイミングをCPUとDRAMとの間で決定する
ために用いられる。このCPUがデータの読出または書
込リクエストを発生すると、DRAMはリクエストに応
じたアクセス処理を行うためCPUにビジー状態である
ことを知らせ、この間に適切なシーケンスで上述の制御
信号およびデータの転送を行ない、データの読出しまた
は書込みが完了したときにビジー状態を解除する。
By the way, since the above-mentioned DRAM requires periodic refreshing, it is used by the DRAM controller for determining the access timing between the CPU and the DRAM. When this CPU issues a data read or write request, the DRAM notifies the CPU that it is in a busy state in order to perform an access process according to the request, and in the meantime, transfers the control signals and data described above in an appropriate sequence. Operation, clear the busy state when reading or writing of data is completed.

【0004】[0004]

【発明が解決しようとする課題】CPUは内部において
極めて高速なデータ処理を行なうことができるが、DR
AMをアクセスする必要が頻繁に生じると、その実効的
な処理速度がDRAMの性能に依存して低下してしま
う。
Although the CPU can perform extremely high-speed data processing internally, the DR
When it becomes necessary to access the AM frequently, its effective processing speed is lowered depending on the performance of the DRAM.

【0005】本発明の目的はDRAMのアクセス時間を
短縮することが可能なDRAMコントローラを提供する
ことにある。
An object of the present invention is to provide a DRAM controller capable of shortening DRAM access time.

【0006】[0006]

【課題を解決するための手段】本発明によれば、書込お
よび読出アドレスを指定するアドレス信号をリフレッシ
ュサイクルを除く期間にDRAMに供給するアドレス指
定部と、書込みおよび読出しに適合するシーケンスで所
定の制御信号を発生する制御信号発生部と、アドレス指
定部から書込みのためにDRAMに供給されるアドレス
信号とこのアドレス信号によって指定されるDRAMの
アドレスに書込まれるデータとを一緒にして複数組格納
するバッファメモリと、アドレス指定部からDRAMに
読出しのために供給されるアドレス信号が既にバッファ
メモリに格納されていることを検出し、このアドレス信
号と一緒にバッファメモリに格納されたデータを読出結
果として出力するために所定制御信号の発生シーケンス
を変更する制御回路とを備えるDRAMコントローラが
提供される。
According to the present invention, an addressing unit for supplying an address signal designating a write and read address to a DRAM during a period excluding a refresh cycle and a predetermined sequence in a sequence suitable for write and read. A plurality of sets of a control signal generating section for generating the control signal of the above, an address signal supplied from the address designating section to the DRAM for writing, and data written at the address of the DRAM designated by the address signal. Detects that the buffer memory to store and the address signal supplied from the addressing unit to the DRAM for reading are already stored in the buffer memory, and reads the data stored in the buffer memory together with this address signal. A control circuit that modifies the sequence of generation of a given control signal for output as a result. DRAM controller with bets is provided.

【0007】[0007]

【作用】このDRAMコントローラでは、アドレス指定
部が書込アドレスを指定するアドレス信号をDRAMに
供給する場合、このアドレス信号はこのアドレス信号に
よって指定されるDRAMのアドレスに書込まれるデー
タとを一緒にバッファメモリに格納される。DRAMに
読出しのために供給されるアドレス信号が既にバッファ
メモリに格納されていることが制御回路によって検出さ
れると、所定制御信号の発生シーケンスが変更され、こ
のアドレス信号と一緒にバッファメモリに格納されたデ
ータを読出結果として出力可能となる。これによりDR
AMを実際にアクセスすることなくバッファメモリから
データを得ることができるため、実効的なDRAMのア
クセス時間を短縮することができる。
In this DRAM controller, when the address designating section supplies the address signal designating the write address to the DRAM, the address signal together with the data written at the address of the DRAM designated by the address signal. Stored in buffer memory. When the control circuit detects that the address signal supplied to the DRAM for reading is already stored in the buffer memory, the generation sequence of the predetermined control signal is changed and stored in the buffer memory together with this address signal. The read data can be output as a read result. This makes DR
Since the data can be obtained from the buffer memory without actually accessing the AM, the effective DRAM access time can be shortened.

【0008】[0008]

【実施例】以下、本発明の一実施例に係るDRAMコン
トローラを図面を参照して説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A DRAM controller according to an embodiment of the present invention will be described below with reference to the drawings.

【0009】図1はこのDRAMコントローラの構成を
概略的に示す。このDRAMコントローラ20はコンピ
ュータシステムにおいてCPU30とDRAM40と間
に接続され、CPU30の制御によりDRAM40をア
クセスする。CPU30はDRAM20を制御するため
読出/書込リクエスト、書込および読出アドレスを指定
するアドレス信号、および書込データ等を発生する。D
RAM40は図4に示す従来のものと同様に構成され、
DRAMコントローラ20からのアドレス信号によって
指定されるアドレスにおいてデータの書込みおよび読出
しを行なう。DRAMコントローラ20およびCPU3
0は外部から供給されるクロック信号CLKに同期して
動作する。
FIG. 1 schematically shows the structure of this DRAM controller. The DRAM controller 20 is connected between the CPU 30 and the DRAM 40 in the computer system, and accesses the DRAM 40 under the control of the CPU 30. CPU 30 generates a read / write request, an address signal designating a write and read address, write data, etc. for controlling DRAM 20. D
The RAM 40 has the same structure as the conventional one shown in FIG.
Data is written and read at an address designated by an address signal from DRAM controller 20. DRAM controller 20 and CPU 3
0 operates in synchronization with the clock signal CLK supplied from the outside.

【0010】DRAMコントローラ20はアービタ2
1、リフレッシュカウンタ22、マルチプレクサ23、
タイミングジェネレータ24、読出/書込バッファ2
6、およびバッファ管理回路26を備える。CPU30
はデータを転送するデータバスおよび読出/書込リクエ
ストを転送する制御線を介してアービタ21に接続され
る。このアービタ21は読出/書込リクエストに基づく
データ転送をDRAM40のリフレッシュサイクルに対
して調停し、読出/書込リクエストをリフレッシュカウ
ンタ22、タイミングジェネレータ24およびバッファ
管理回路26に供給する。リフレッシュカウンタ22は
読出/書込リクエストがアービタ21から供給されない
期間を利用してリフレッシュアドレス信号を発生し、マ
ルチプレクサ23に供給する。タイミングジェネレータ
24はアービタ21から供給される読出/書込リクエス
トに応答し、書込用および読出用の所定シーケンスで行
アドレスストローブ信号RASバー、列アドレスストロ
ーブ信号CASバー、ライトイネーブル信号WEバー、
レディ信号READYバーのような制御信号を発生す
る。これら制御信号はクロック信号CLKに同期して発
生される。行アドレスストローブ信号RASバー、列ア
ドレスストローブ信号CASバー、およびライトイネー
ブル信号WEバーは従来と同様にDRAM40に供給さ
れる。レディ信号READYバーはDRAM40のアク
セスが完了したときに立ち下がる信号であり、CPU3
0に供給される。読出/書込バッファ25はCPU30
から書込みおよび読出しのために供給されるアドレス信
号およびCPU30からアービタ21を介して供給され
る書込データを格納すると共に、DRAM40から供給
される読出データを格納する。書込データは読出/書込
バッファ25からDRAM40に供給される。読出デー
タは読出/書込バッファ25からアービタ21を介して
CPU30に供給される。アドレス信号は読出/書込バ
ッファ25からマネチプレクサ23に供給される。マル
チプレクサ23はリフレッシュカウンタ22からのリフ
レッシュアドレス信号および読出/書込バッファ25か
らのアドレス信号の一方を選択的にDRAM40に供給
する。
The DRAM controller 20 is an arbiter 2
1, refresh counter 22, multiplexer 23,
Timing generator 24, read / write buffer 2
6, and a buffer management circuit 26. CPU30
Are connected to the arbiter 21 via a data bus for transferring data and a control line for transferring a read / write request. The arbiter 21 arbitrates the data transfer based on the read / write request with respect to the refresh cycle of the DRAM 40 and supplies the read / write request to the refresh counter 22, the timing generator 24 and the buffer management circuit 26. The refresh counter 22 generates a refresh address signal during the period when the read / write request is not supplied from the arbiter 21, and supplies it to the multiplexer 23. The timing generator 24 responds to the read / write request supplied from the arbiter 21, and in a predetermined sequence for writing and reading, a row address strobe signal RAS bar, a column address strobe signal CAS bar, a write enable signal WE bar,
It generates a control signal such as a ready signal READY bar. These control signals are generated in synchronization with the clock signal CLK. The row address strobe signal RAS bar, the column address strobe signal CAS bar, and the write enable signal WE bar are supplied to the DRAM 40 as in the conventional case. The ready signal READY bar is a signal which falls when the access to the DRAM 40 is completed, and the CPU 3
0 is supplied. The read / write buffer 25 is the CPU 30
It stores the address signal supplied for writing and reading from and the write data supplied from CPU 30 through arbiter 21, and also stores the read data supplied from DRAM 40. The write data is supplied from read / write buffer 25 to DRAM 40. The read data is supplied from the read / write buffer 25 to the CPU 30 via the arbiter 21. The address signal is supplied from the read / write buffer 25 to the maniplexer 23. Multiplexer 23 selectively supplies one of a refresh address signal from refresh counter 22 and an address signal from read / write buffer 25 to DRAM 40.

【0011】このDRAMコントローラ20では、読出
/書込バッファ25がDRAM40から読出されるデー
タを一時的に格納するためのメモリ領域だけでなく、D
RAM40の書込アドレスを指定するアドレス信号とこ
のアドレス信号によって指定されるDRAMのアドレス
に書込まれるデータとを一緒にして格納する複数のメモ
リ領域を有する。バッファ管理回路26は書込みおよび
読出しおいて読出/書込バッファ25に格納されるアド
レス信号およびデータを管理する。
In the DRAM controller 20, the read / write buffer 25 not only has a memory area for temporarily storing the data read from the DRAM 40, but also has a D area.
It has a plurality of memory areas for storing together an address signal designating a write address of RAM 40 and data written at an address of DRAM designated by the address signal. Buffer management circuit 26 manages address signals and data stored in read / write buffer 25 during writing and reading.

【0012】次にこのDRAMコントローラ20の動作
を図2および図3を参照して説明する。
Next, the operation of the DRAM controller 20 will be described with reference to FIGS.

【0013】ここでは、アドレス信号A1により先頭ア
ドレスを指定してデータD1−D4のブロックをDRA
M40に書込む場合を考える。CPU30が書込リクエ
ストと共にアドレス信号A1およびデータD1−D4を
クロック信号CLKに同期して発生すると、アドレス信
号A1は読出/書込バッファ25、マルチプレクサ23
を介してDRAM40に供給され、データD1−D4は
アービタ21、読出/書込バッファ25を介してDRA
M40に供給される。他方、タイミングジェネレータ2
4はアービタ21の制御により行アドレスストローブ信
号RASバー、列アドレスストローブ信号CASバー、
およびライトイネーブル信号WEバーを図2に示すよう
に立ち下げると共にレディ信号READYバーを立ち上
げる。CPU30はレディ信号READYバーの立ち上
がりによりDRAM40のアクセスが開始されたことを
確認する。DRAM40は図4に示す従来例で説明した
ように動作する。すなわち、データD1はデータレジス
タ10にラッチされ、入出力回路11を介してメモリア
レイ12に供給される。他方、アドレス信号は行アドレ
スレジスタ14および列アドレスレジスタ15において
行アドレス信号RA1および列アドレス信号CA1とし
てラッチされ、行アドレスストローブ信号RASバーお
よび列アドレスストローブ信号CASバーの立ち下がり
に応答してそれぞれ行デコーダ16および列デコーダ1
7に供給される。行デコーダ16および列デコーダ17
はそれぞれアドレス信号RA1および列アドレス信号C
A1に対応するメモリアレイの行および列を選択し、選
択された行および列(アドレス)に位置する1ワード分
のメモリセルにデータD1を格納させる。バッファ管理
回路26は列アドレスストローブ信号CASバーが立ち
下がる毎にアドレス信号A1を1ずつインクリメントし
て、列アドレス信号をCA2、CA3、およびCA4と
いうように更新すると共にデータD2,D3,およびD
4を読出/書込バッファ25から出力する。これによ
り、データD1−D4がアドレス信号によって指定され
る先頭アドレスから順番に格納される。
Here, the head address is specified by the address signal A1 and the blocks of the data D1-D4 are DRA'd.
Consider the case of writing to M40. When CPU 30 generates a write request and an address signal A1 and data D1-D4 in synchronization with clock signal CLK, address signal A1 is read / write buffer 25 and multiplexer 23.
Data D1-D4 are supplied to the DRAM 40 via the arbiter 21 and read / write buffer 25.
It is supplied to M40. On the other hand, the timing generator 2
4 is a row address strobe signal RAS bar, a column address strobe signal CAS bar, under the control of the arbiter 21.
And the write enable signal WE bar is lowered as shown in FIG. 2 and the ready signal READY bar is raised. The CPU 30 confirms that access to the DRAM 40 has started by the rise of the ready signal READY bar. The DRAM 40 operates as described in the conventional example shown in FIG. That is, the data D1 is latched by the data register 10 and supplied to the memory array 12 via the input / output circuit 11. On the other hand, the address signal is latched as row address signal RA1 and column address signal CA1 in row address register 14 and column address register 15, and responds to the fall of row address strobe signal RAS bar and column address strobe signal CAS bar, respectively. Decoder 16 and column decoder 1
7 is supplied. Row decoder 16 and column decoder 17
Are the address signal RA1 and the column address signal C, respectively.
The row and column of the memory array corresponding to A1 are selected, and the data D1 is stored in the memory cells for one word located in the selected row and column (address). The buffer management circuit 26 increments the address signal A1 by 1 every time the column address strobe signal CAS bar falls to update the column address signals as CA2, CA3, and CA4, and at the same time, the data D2, D3, and D.
4 is output from the read / write buffer 25. As a result, the data D1 to D4 are stored in order from the head address designated by the address signal.

【0014】図3に示すように、アドレス信号A1およ
びデータD1−D4はバッファ管理回路26の制御によ
り読出/書込バッファ25に格納される。読出/書込バ
ッファ25には、DRAM40が書込みのためにアクセ
スされる毎にこうした書込アドレス信号およびデータの
組合せが蓄積される。(読出/書込バッファ25がオー
バーフローする場合には、最も古い順番に削除され
る。) バッファ管理回路26は図3に示すようなデータD1−
D4の書込みが読出/書込バッファ25に書き込まれた
とき、読出リクエストがある場合にレディ信号READ
Yバーを立ち下げるようタイミングジェネレータ24を
制御する。読出しアドレスを指定するアドレス信号がレ
ディ信号READYバーの立ち下がりに伴ってCPU3
0から供給されると、バッファ管理回路26はこのアド
レス信号を読出/書込バッファ25において検索し、こ
のアドレス信号が既に読出/書込バッファ25に格納さ
れていることを検出したときDRAM40をアクセスす
るために必要なシーケンスを省略し、レディ信号REA
DYバーを立ち下げるようタイミングジェネレータ24
を制御する。さらに、バッファ管理回路26は上述のア
ドレス信号と一緒に読出/書込バッファ25に格納され
たデータを読出結果としてCPU30側に出力する。
As shown in FIG. 3, address signal A1 and data D1-D4 are stored in read / write buffer 25 under the control of buffer management circuit 26. The read / write buffer 25 stores such a combination of write address signal and data each time the DRAM 40 is accessed for writing. (When the read / write buffer 25 overflows, it is deleted in the oldest order.) The buffer management circuit 26 uses the data D1- as shown in FIG.
When the write of D4 is written in the read / write buffer 25, when there is a read request, the ready signal READ
The timing generator 24 is controlled to lower the Y bar. An address signal designating a read address is sent to the CPU 3 along with the fall of the ready signal READY bar.
When supplied from 0, the buffer management circuit 26 searches the read / write buffer 25 for this address signal, and accesses the DRAM 40 when it detects that this address signal is already stored in the read / write buffer 25. The sequence necessary for the
Timing generator 24 to make DY bar fall
Control. Further, the buffer management circuit 26 outputs the data stored in the read / write buffer 25 together with the above-mentioned address signal to the CPU 30 side as a read result.

【0015】上述した実施例のDRAMコントローラ2
0では、マルチプレクサ23が書込みアドレスを指定す
るアドレス信号をDRAM40に供給する場合、このア
ドレス信号はこのアドレス信号によって指定されるDR
AM40のアドレスに書込まれるデータとを一緒に読出
/書込バッファ25に格納される。DRAM40に読出
しのために供給されるアドレス信号が既に読出/書込バ
ッファ25に格納されていることがバッファ管理回路2
6によって検出されると、所定制御信号の発生シーケン
スが変更され、このアドレス信号と一緒に読出/書込バ
ッファ25に格納されたデータを読出結果として出力可
能となる。これによりDRAM40を実際にアクセスす
ることなく読出/書込バッファ25からデータを得るこ
とができるため、実効的なDRAM40のアクセス時間
を短縮することができる。
DRAM controller 2 of the above-described embodiment
At 0, when the multiplexer 23 supplies the address signal designating the write address to the DRAM 40, this address signal is the DR designated by this address signal.
The data written to the address of AM 40 is stored in read / write buffer 25 together. The buffer management circuit 2 means that the address signal supplied to the DRAM 40 for reading is already stored in the read / write buffer 25.
When detected by 6, the generation sequence of the predetermined control signal is changed, and the data stored in read / write buffer 25 together with this address signal can be output as the read result. As a result, data can be obtained from the read / write buffer 25 without actually accessing the DRAM 40, so that the effective access time of the DRAM 40 can be shortened.

【0016】尚、本発明は上述の実施例に限られず、そ
の要旨を逸脱しない範囲で様々に変形することが可能で
ある。
The present invention is not limited to the above-described embodiments, but can be variously modified without departing from the scope of the invention.

【0017】[0017]

【発明の効果】本発明によれば、DRAMのアクセス時
間を短縮することができる。
According to the present invention, the access time of DRAM can be shortened.

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

【図1】本発明の一実施例に係るDRAMコントローラ
の構成を示す回路図である。
FIG. 1 is a circuit diagram showing a configuration of a DRAM controller according to an embodiment of the present invention.

【図2】図1に示すDRAMコントローラの動作を説明
するためのタイムチャートである。
FIG. 2 is a time chart for explaining the operation of the DRAM controller shown in FIG.

【図3】図1に示す読出/書込バッファに書込アドレス
信号と書込データを格納する動作を説明するためのタイ
ムチャートである。
FIG. 3 is a time chart for explaining an operation of storing a write address signal and write data in the read / write buffer shown in FIG.

【図4】従来のDRAMの構成を示す回路図である。FIG. 4 is a circuit diagram showing a configuration of a conventional DRAM.

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

20…DRAMコントローラ、21…アービタ、22…
リフレッシュカウンタ、23…マルチプレクサ、24…
タイミングジェネレータ、25…読出/書込バッファ、
26…バッファ管理回路、30…CPU、40…DRA
M。
20 ... DRAM controller, 21 ... Arbiter, 22 ...
Refresh counter, 23 ... Multiplexer, 24 ...
Timing generator, 25 ... Read / write buffer,
26 ... Buffer management circuit, 30 ... CPU, 40 ... DRA
M.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 書込みおよび読出アドレスを指定するア
ドレス信号をリフレッシュサイクルを除く期間にDRA
Mに供給するアドレス指定部と、 書込みおよび読出しに適合するシーケンスで所定の制御
信号を発生する制御信号発生部と、 前記アドレス指定部から書込みのために前記DRAMに
供給されるアドレス信号とこのアドレス信号によって指
定される前記DRAMのアドレスに書込まれるデータと
を一緒にして複数組格納するバッファメモリと、 前記アドレス指定部から前記DRAMに読出しのために
供給されるアドレス信号が既に前記バッファメモリに格
納されていることを検出し、このアドレス信号と一緒に
前記バッファメモリに格納されたデータを読出結果とし
て出力するために所定制御信号の発生シーケンスを変更
する制御手段とを備えることを特徴とするDRAMコン
トローラ。
1. An address signal for designating a write and read address is DRA during a period excluding a refresh cycle.
An address designating section supplied to M, a control signal generating section for generating a predetermined control signal in a sequence suitable for writing and reading, an address signal supplied to the DRAM for writing from the address designating section, and this address A buffer memory for storing a plurality of sets together with data written in the address of the DRAM designated by a signal; and an address signal supplied from the address designating unit to the DRAM for reading is already stored in the buffer memory. Control means for detecting that the data is stored and changing the generation sequence of the predetermined control signal so as to output the data stored in the buffer memory together with the address signal as a read result. DRAM controller.
JP1458295A 1995-01-31 1995-01-31 Dram controller Pending JPH08212126A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1458295A JPH08212126A (en) 1995-01-31 1995-01-31 Dram controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1458295A JPH08212126A (en) 1995-01-31 1995-01-31 Dram controller

Publications (1)

Publication Number Publication Date
JPH08212126A true JPH08212126A (en) 1996-08-20

Family

ID=11865166

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1458295A Pending JPH08212126A (en) 1995-01-31 1995-01-31 Dram controller

Country Status (1)

Country Link
JP (1) JPH08212126A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003044354A (en) * 2001-07-26 2003-02-14 Matsushita Electric Ind Co Ltd Memory controller
JP2012190232A (en) * 2011-03-10 2012-10-04 Ricoh Co Ltd Memory access controller

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003044354A (en) * 2001-07-26 2003-02-14 Matsushita Electric Ind Co Ltd Memory controller
JP2012190232A (en) * 2011-03-10 2012-10-04 Ricoh Co Ltd Memory access controller

Similar Documents

Publication Publication Date Title
JP3099931B2 (en) Semiconductor device
EP0919029B1 (en) Memory control unit providing optimal timing of memory control sequences between different memory segments
US5999472A (en) Multi-bank synchronous semiconductor memory device with easy control
JP2909592B2 (en) Computer memory system
RU2435237C1 (en) System and method of reducing power consumption of dynamic ram by using valid data indicators
JPH01146187A (en) Semiconductor memory device built-in cache memory
KR20030067494A (en) Memory system
KR20070094429A (en) Semiconductor memory, memory system, and operation method of memory system
JP2004536417A (en) Memory device for performing addressing with different burst order in read and write operations
JP4229958B2 (en) Memory control system and memory control circuit
KR100279137B1 (en) Semiconductor memory, data reading method and writing method of semiconductor memory
TW491970B (en) Page collector for improving performance of a memory
JPH0419896A (en) Refresh method for dynamic memory
TWI226637B (en) SRAM-compatible memory and method of driving the same
JPH08212126A (en) Dram controller
JP2002197858A (en) Semiconductor memory
JP2000268566A (en) Synchronous type semiconductor storage device
JPH08129881A (en) Sdram controller
US7103707B2 (en) Access control unit and method for use with synchronous dynamic random access memory device
JP3967921B2 (en) Data processing apparatus and data processing system
JP3962850B2 (en) Control device for SDRAM
JP2004318500A (en) Memory circuit
JPH036763A (en) High speed data transfer method between dram type memory devices
JP2552366B2 (en) Bit block transfer controller
JP2600137Y2 (en) Memory expansion device