JPH04372030A - Memory access system for processor - Google Patents

Memory access system for processor

Info

Publication number
JPH04372030A
JPH04372030A JP3149134A JP14913491A JPH04372030A JP H04372030 A JPH04372030 A JP H04372030A JP 3149134 A JP3149134 A JP 3149134A JP 14913491 A JP14913491 A JP 14913491A JP H04372030 A JPH04372030 A JP H04372030A
Authority
JP
Japan
Prior art keywords
access
memory
memory bank
bank
processor
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
JP3149134A
Other languages
Japanese (ja)
Inventor
Koichi Hirauma
浩一 平馬
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.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing Co 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 Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP3149134A priority Critical patent/JPH04372030A/en
Publication of JPH04372030A publication Critical patent/JPH04372030A/en
Pending legal-status Critical Current

Links

Landscapes

  • Dram (AREA)

Abstract

PURPOSE:To perform the high-speed consecutive access of an address latch function of a CPU to a memory element (DRAM). CONSTITUTION:A memory bank composed of DRAMs 2 and 4 and DRAM controllers 3 and 5 is interleaved with banks 0 and 1. When a CPU 10 performs the read access to the memory bank 0, the other memory bank prepares for the access in the next bus cycle, and starts the read access of the other memory bank 1 before the end 4 the read access of the memory bank 0. At the time of the consecutive write access, the write access end time of the memory bank 0 is estimated by the other memory bank 1, performing the write access of the other memory bank 1 after the end time.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、アドレスラッチ機能を
有するメモリ素子にアドバンスド・アドレス・モードを
用いて連続アクセスするときのプロセッサのメモリアク
セス方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a memory access method for a processor when successively accessing a memory element having an address latch function using an advanced address mode.

【0002】0002

【従来の技術】近年のプロセッサ(以下CPUと呼称す
る)の主流である32ビットCPUでは、高速データ転
送を行うため、通常モードのほか、アドバンスド・アド
レス・モード(以下アドバンスド・モードと略称する)
を備えている。
[Background Art] In order to perform high-speed data transfer, 32-bit CPUs, which are the mainstream of recent processors (hereinafter referred to as CPUs), operate in an advanced address mode (hereinafter referred to as advanced mode) in addition to the normal mode.
It is equipped with

【0003】アドバンスド・モードについては、本発明
者による特願平1−273181号明細書および特願平
1−280332号明細書に詳細に記載されているが、
要するに、アドレス出力を1クロック早く出力して前回
のバスサイクルとのオーバーラップを行うもので、CP
Uはこの機能により外部でのバスサイクルのパイプライ
ン化が可能になり、アクセスタイム3クロック、サイク
ルタイム2クロックのバスサイクルを実現し、メモリア
クセスを高速化している。
The advanced mode is described in detail in Japanese Patent Application No. 1-273181 and Japanese Patent Application No. 1-280332 filed by the present inventor.
In short, the address output is output one clock earlier to overlap with the previous bus cycle, and the CP
This function enables the U to pipeline bus cycles externally, realizing a bus cycle with an access time of 3 clocks and a cycle time of 2 clocks, thereby speeding up memory access.

【0004】図5はアドバンスド・モードを用いた従来
のメモリアクセス方式を実行するための回路構成図であ
り、10はCPU、11はデコーダ、12は内部にアド
レスラッチ機能を有するメモリ素子(DRAM)、13
は内部にアドレスラッチ機能のないメモリ素子(ROM
)、14はDRAM12の制御手段たるDRAMコント
ローラである。
FIG. 5 is a circuit configuration diagram for executing the conventional memory access method using the advanced mode, in which 10 is a CPU, 11 is a decoder, and 12 is a memory element (DRAM) having an internal address latch function. , 13
is a memory element (ROM) that does not have an internal address latch function.
), 14 is a DRAM controller which is a control means for the DRAM 12.

【0005】CPU10にはデコーダ11からADAE
N信号が入力されており、このADAEN信号がHig
hレベル(以下”H”と略して表現する)のときは通常
モード、Lowレベル(以下”L”と略して表現する)
のときはアドバンスド・モードになる。
[0005] The CPU 10 receives ADAE from the decoder 11.
N signal is input, and this ADAEN signal is High.
At h level (hereinafter abbreviated as "H"), normal mode, low level (hereinafter abbreviated as "L")
When , the mode becomes advanced mode.

【0006】図6は上記回路によるメモリアクセスタイ
ミング図であり、(a)は通常モードの場合、(b)は
アドバンスド・モードの場合を示している。これらの図
を参照すると、例えばDRAMとROMとに連続してア
クセスするような場合、通常モードでは4クロック+4
クロックで合計8クロックかかるのに対し、アドバンス
ド・モードでは4クロック+2クロックの合計6クロッ
クで済み、結局、2クロック分アクセスタイムが短くな
ることがわかる。
FIG. 6 is a memory access timing diagram by the above circuit, in which (a) shows the normal mode and (b) shows the advanced mode. Referring to these figures, for example, when accessing DRAM and ROM continuously, in normal mode, 4 clocks + 4
While it takes a total of 8 clocks, in advanced mode it only takes 4 clocks + 2 clocks, a total of 6 clocks, which means that the access time is shortened by 2 clocks.

【0007】[0007]

【発明が解決しようとする課題】このように、DRAM
アクセスとROMアクセスとが連続する場合にアドバン
スド・モードの効果が発揮されるのであるが、例えばD
RAMアクセスが連続する場合には問題がある。DRA
Mアクセスでは、RAS信号のパルス幅とRASプリチ
ャージ時間とを合計した規定時間を確保しなければなら
ず、これを満足するようにRAS,CASジェネレータ
を構成する必要がある。ちなみに、80[ns]のDR
AMでは、RAS信号のパルス幅が80[ns]、RA
Sプリチャージ時間が70[ns]となる。
[Problem to be solved by the invention] In this way, DRAM
The effect of advanced mode is demonstrated when access and ROM access are consecutive, but for example, D
There is a problem when RAM accesses are continuous. DRA
In M access, it is necessary to secure a prescribed time that is the sum of the pulse width of the RAS signal and the RAS precharge time, and it is necessary to configure the RAS and CAS generators to satisfy this. By the way, DR of 80[ns]
In AM, the pulse width of the RAS signal is 80 [ns], and the RA
The S precharge time is 70 [ns].

【0008】図7はアドバンスド・モードでDRAMア
クセスが連続した場合のタイミング図である。この図を
参照すると、DRAMサイクル(1)の実行中にDRA
Mサイクル(2)のAddress信号が出力され、D
RAMサイクル(2)のDRAM信号(セレクト信号:
斜線部)が出力される。DRAMサイクル(2)はこの
DRAM信号が出た時点から次のアクセスを開始できる
が、RAS信号のパルス幅、RASプリチャージ時間を
確保するまで次のサイクルに入れない。そしてRAS信
号のパルス幅、RASプリチャージ時間を確保した後に
DRAMサイクル(2)を開始すると、実質4クロック
づつかかり、アドバンスド・モードのメリットが生かさ
れない。
FIG. 7 is a timing diagram when DRAM accesses are made consecutively in the advanced mode. Referring to this figure, during the execution of DRAM cycle (1), the DRA
Address signal of M cycle (2) is output, and D
DRAM signal of RAM cycle (2) (select signal:
The shaded area) is output. In the DRAM cycle (2), the next access can be started from the moment this DRAM signal is output, but the next cycle cannot be started until the pulse width of the RAS signal and the RAS precharge time are secured. If the DRAM cycle (2) is started after securing the pulse width of the RAS signal and the RAS precharge time, it will actually take four clocks each, making it impossible to take advantage of the advantages of the advanced mode.

【0009】実際にアプリケーションプログラムを実行
する場合は、DRAMアクセスとROMアクセスとが連
続する機会よりもDRAMアクセスが連続する機会の方
が遥かに多いので、従来のメモリアクセス方式では、ア
ドバンスド・モードを用いるメリットが極めて少なかっ
た。本発明はかかる課題に鑑みて創案されたものであり
、その目的とするところは、RASプリチャージ時間の
無駄を省き、アドバンスド・モードの利点を最大限に活
用してCPUのパフォーマンスを向上し得るメモリアク
セス方式を提供することにある。
When an application program is actually executed, there are far more opportunities for consecutive DRAM accesses than for consecutive DRAM accesses and ROM accesses, so in the conventional memory access method, advanced mode is not used. There were very few benefits to using it. The present invention was devised in view of such problems, and its purpose is to eliminate wasted RAS precharge time, maximize the benefits of advanced mode, and improve CPU performance. The purpose is to provide a memory access method.

【0010】0010

【課題を解決するための手段および作用】上記目的を達
成するための本発明の構成は、アドレス出力を1クロッ
ク早く出力して前回のバスサイクルとのオーバーラップ
を行うアドバンスド・アドレス・モードを用い、アドレ
スラッチ機能を有するメモリ素子へのアクセスを所定の
プリチャージ時間毎に連続して行うCPUのメモリアク
セス方式であって、前記メモリ素子と該メモリ素子を制
御する制御手段とからなるメモリバンクを二バンクのイ
ンターリーブ構成とし、前記CPUが一方のメモリバン
クにリードアクセスしているときは他方のメモリバンク
が前記プリチャージ時間を確保して次回のバスサイクル
におけるアクセス準備を整え、一方のメモリバンクへの
リードアクセスが終了する前に他方のメモリバンクへの
リードアクセスを開始させるようにしたことを特徴とす
る。
[Means and Operations for Solving the Problems] The configuration of the present invention to achieve the above object uses an advanced address mode in which address output is output one clock earlier to overlap with the previous bus cycle. , a memory access method for a CPU that continuously accesses a memory element having an address latch function at every predetermined precharge time, the memory bank comprising the memory element and a control means for controlling the memory element. The two banks are interleaved, and when the CPU is making read access to one memory bank, the other memory bank secures the precharge time and prepares for access in the next bus cycle, and then transfers the data to one memory bank. The present invention is characterized in that a read access to the other memory bank is started before the read access to the other memory bank is completed.

【0011】また、上記目的を達成するための本発明の
構成は、前記メモリバンクの各々に、他バンクのアクセ
ス状態を監視するとともに当該アクセスの終了時刻を予
測してその時刻が経過するまで自バンクのアクセスタイ
ミングを待機させる待機手段を設け、一方のメモリバン
クがライトアクセス中であり、且つ、前記CPUのライ
トアクセスが連続するときは、前記待機手段により他方
のメモリバンクを待機させ、一方のメモリバンクのライ
トアクセス終了時刻以後に他方のメモリバンクのライト
アクセスを開始するようにしたことを特徴とする。
[0011] Furthermore, the configuration of the present invention for achieving the above object is such that each of the memory banks monitors the access state of other banks, predicts the end time of the access, and automatically controls the memory bank until the end time of the access. A standby means for waiting the access timing of the bank is provided, and when one memory bank is in the process of write access and the write access by the CPU continues, the standby means causes the other memory bank to standby, and when one of the memory banks The present invention is characterized in that write access to the other memory bank is started after the end time of write access to the other memory bank.

【0012】0012

【実施例】以下、図面を参照して本発明の実施例を詳細
に説明する。なお、本発明はアドバンスド・モードを利
用した従来のメモリアクセス方式を改良したものなので
、従来と同一構成、同一機能の部品については同一名称
、同一符号を付してその説明を省略する。
Embodiments Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. It should be noted that the present invention is an improvement on the conventional memory access method using the advanced mode, so parts having the same configuration and the same function as the conventional ones will be given the same names and symbols, and their explanation will be omitted.

【0013】図1は本発明のメモリアクセス方式を実行
するための回路構成例を示した図である。この図に示す
ように、本実施例ではCPU10がアクセスするメモリ
構成を、0,8,10,18・・・番地(アドレス)の
バンク0と、4,C,14,1C・・・番地(アドレス
)のバンク1からなる二バンクのインターリーブ構成と
したものである。
FIG. 1 is a diagram showing an example of a circuit configuration for implementing the memory access method of the present invention. As shown in this figure, in this embodiment, the memory structure accessed by the CPU 10 is bank 0 at addresses 0, 8, 10, 18, . . ., bank 0 at addresses 4, C, 14, 1C, . It has an interleaved configuration of two banks, including bank 1 of address).

【0014】具体的には、バンク0に対応する部品とし
て、第一のDRAM2と該第一のDRAM2の制御手段
たる第一のDRAMコントローラ3とを設け、また、バ
ンク1に対応する部品として、第二のDRAM4と該第
二のDRAM4の制御手段たる第二のコントローラ5と
を設けている。バンク0およびバンク1は、また、図示
を省略した各々独立のRAS,CASジェネレータと、
各々別々のセレクト信号DRAM0、DRAM1をもっ
ている。
Specifically, as components corresponding to bank 0, a first DRAM 2 and a first DRAM controller 3 as control means for the first DRAM 2 are provided, and as components corresponding to bank 1, A second DRAM 4 and a second controller 5 serving as control means for the second DRAM 4 are provided. Bank 0 and bank 1 also include independent RAS and CAS generators (not shown),
Each has separate select signals DRAM0 and DRAM1.

【0015】このような回路構成でアドバンスド・モー
ドを備えたCPU10からDRAM連続リードサイクル
を行う場合のメモリアクセスタイミングを図2に示す。 この図を参照すると、CPU10がアドバンスド・モー
ドで動作しているときは、バンク0のDRAMアクセス
中に、次のバス・サイクルであるバンク1のDRAMア
クセスのアドレスが出力され、DRAM1信号が出力さ
れる。これにより、第一のDRAM2へのアクセス中に
アドレスデコードを終了させ、第二のDRAM4へのア
クセスをスタートさせることができる。このため、図5
に示した従来の回路例では4クロック+4クロック+4
クロック+4クロックかかっていたものが図4の回路構
成にすることで4クロック+2クロック+3クロック+
2クロックで済むようになり、アドバンスド・モードの
アドレス先出し機能を最大限に活用してCPU10のパ
フォーマンスを大幅に向上させることができる。
FIG. 2 shows the memory access timing when a DRAM continuous read cycle is performed from the CPU 10 equipped with the advanced mode in such a circuit configuration. Referring to this figure, when the CPU 10 is operating in advanced mode, during bank 0 DRAM access, the address for bank 1 DRAM access in the next bus cycle is output, and the DRAM1 signal is output. Ru. Thereby, address decoding can be ended during access to the first DRAM 2, and access to the second DRAM 4 can be started. For this reason, Figure 5
In the conventional circuit example shown in 4 clocks + 4 clocks + 4
What used to take 4 clocks + 4 clocks now requires 4 clocks + 2 clocks + 3 clocks by changing the circuit configuration shown in Figure 4.
Only two clocks are required, and the performance of the CPU 10 can be greatly improved by making full use of the advanced mode's address first-out function.

【0016】次にアドバンスド・モードでの連続ライト
サイクルの場合について説明する。ライトサイクルのと
き、CPU10はライトデータをT1Aのクロックの立
ち下がりのタイミングで出力し、各DRAM2,4はC
AS0信号,CAS1信号の立ち下がりでこのライトデ
ータを取り込む。したがって図2のタイミングでライト
処理を行うとDRAM2,4の書き込み時にはCPU1
0のライトデータは確定しておらず、当該処理は失敗す
る。このため、ライトサイクルではCAS0信号および
CAS1信号の立ち下がりにCPU10のライトデータ
が確定するようRAS、CASジェネレータを待機させ
なくてはならない。
Next, the case of continuous write cycles in advanced mode will be explained. During a write cycle, the CPU 10 outputs write data at the falling edge of the T1A clock, and each DRAM 2, 4 outputs write data at the falling edge of the T1A clock.
This write data is captured at the falling edge of the AS0 and CAS1 signals. Therefore, if the write process is performed at the timing shown in Figure 2, when writing to DRAM2 and DRAM4, CPU1
Write data of 0 is not finalized, and the process fails. Therefore, in the write cycle, the RAS and CAS generators must wait so that the write data of the CPU 10 is determined at the falling edge of the CAS0 signal and the CAS1 signal.

【0017】この待機手段として、本実施例では、図3
のようなRAS、CASジェネレータのウエイト回路を
各バンク0,1に設けた。この図において各信号名に付
された拡張子.Lは夫々Lowレベルで意味をもつもの
とし、以後の説明ではこの拡張子.Lを省略する。また
、図4はこのウエイト回路の動作タイミングを示した図
であり、概説すると、他バンクの状態がアクセス中であ
るか否かを監視してアクセス中ならばそのサイクルの終
了時刻を予測し、次のサイクルのライトデータが確定す
る時刻以後に各CAS信号の立ち下がりがくるよう各々
のRAS,CASジェネレータの動作を一時待機させる
ようにしたものである。
As this standby means, in this embodiment, FIG.
Wait circuits for RAS and CAS generators are provided in each bank 0 and 1. Extension given to each signal name in this figure. Each L has a meaning at the Low level, and in the following explanation, this extension. Omit L. Further, FIG. 4 is a diagram showing the operation timing of this wait circuit. To summarize, it monitors whether or not the state of another bank is being accessed, and if it is being accessed, predicts the end time of the cycle, The operation of each RAS and CAS generator is temporarily put on standby so that each CAS signal falls after the time when the write data of the next cycle is determined.

【0018】各ウエイト回路の構成および動作を具体的
に説明すると、各DRAMコントローラ3,5内のDL
Aジェネレータ3a,5aで生成されるDLA0信号,
DLA1信号(セレクト信号)の発出タイミングを、各
々、DRAM0信号あるいはDRAM1信号およびCL
K信号(クロック信号)で調整し、他方のバンクのDR
AMコントローラ3,5のOTHER端子に入力してい
る。これらDLA0信号,DLA1信号は、図4に示す
ように、他方のDRAMのバスサイクルが終了する1ク
ロック前にネゲートされるので、該DRAMの動作終了
時刻を容易に予測することができる。また、OTHER
端子に入力されるDLA0信号あるいはDLA1信号は
、RASジェネレータ3b,5bで生成されるRAS0
信号,RAS1信号の発出タイミングを他方のDRAM
コントローラの動作終了時刻まで待機させ、該動作終了
と同時にバスアクセスをスタートさせるので、連続ライ
トサイクルの場合であってもライトデータが各メモリバ
ンク0,1のDRAM2,4に正しく書き込まれ、DR
AM2,4およびDRAMコントローラ3,5をインタ
ーリーブ構成としたことによる問題の発生を防止するこ
とができる。
To specifically explain the configuration and operation of each wait circuit, the DL in each DRAM controller 3, 5
DLA0 signal generated by A generators 3a and 5a,
The timing at which the DLA1 signal (select signal) is issued is determined by the DRAM0 signal or the DRAM1 signal and the CL
Adjust with the K signal (clock signal) and adjust the DR of the other bank.
It is input to the OTHER terminals of AM controllers 3 and 5. As shown in FIG. 4, these DLA0 and DLA1 signals are negated one clock before the end of the bus cycle of the other DRAM, so it is possible to easily predict the end time of the operation of the other DRAM. Also, OTHER
The DLA0 signal or DLA1 signal input to the terminal is the RAS0 signal generated by the RAS generators 3b and 5b.
signal, RAS1 signal output timing to the other DRAM.
Since the controller waits until the operation end time and starts bus access at the same time as the end of the operation, the write data is correctly written to DRAM2 and 4 of each memory bank 0 and 1 even in the case of continuous write cycles, and the DR
It is possible to prevent problems caused by having the AMs 2 and 4 and the DRAM controllers 3 and 5 in an interleaved configuration.

【0019】尚、本実施例のようにDRAM2,4およ
びDRAMコントローラ3,5のインターリーブ構成を
二ポートメモリに適用すると、システムアクセスとロー
カルアクセスとが別々のDRAMコントローラにアクセ
ス要求する場合、二ポート調停によるウエイトがなくな
るか、待たされる回数が1/2となり、システムパフォ
ーマンスを向上させることができる。
It should be noted that if the interleaved configuration of DRAMs 2, 4 and DRAM controllers 3, 5 is applied to a two-port memory as in this embodiment, if system access and local access request access to separate DRAM controllers, two-port The wait time due to arbitration is eliminated or the number of times of waiting is reduced to 1/2, thereby improving system performance.

【0020】[0020]

【発明の効果】以上の説明のとおり、本発明では、CP
Uがアクセスするメモリ構成を二バンクのインターリー
ブ構成とし、CPUが一方のメモリバンクにリードアク
セスしているときは他方のメモリバンクがRASプリチ
ャージ時間を確保して次回のバスサイクルにおけるアク
セス準備を整え、一方のメモリバンクへのリードアクセ
スが終了する前に他方のメモリバンクへのリードアクセ
スを開始させるようにしたので、RASプリチャージ時
間の無駄が無くなり、アドバンスド・モードの利点を最
大限に活用できるようになった。特に、DRAMアクセ
スが連続するようなアプリケーションプログラムを実行
する場合、従来の方式では全体のバスアクセス時間の1
/4を占めていたRASプリチャージ時間の無駄が本発
明の方式ではゼロになるので、1.25倍の能力アップ
が図れるようになった。
[Effects of the Invention] As explained above, in the present invention, CP
The memory configuration accessed by U is an interleaved configuration of two banks, and when the CPU is making read access to one memory bank, the other memory bank secures RAS precharge time and prepares for access in the next bus cycle. Since the read access to one memory bank is started before the read access to the other memory bank is completed, there is no wasted RAS precharge time, and the advantages of advanced mode can be maximized. It became so. In particular, when executing an application program that requires continuous DRAM access, the conventional method uses only 1% of the total bus access time.
The method of the present invention reduces the waste of RAS precharge time, which used to be 40%, to zero, making it possible to increase the capacity by 1.25 times.

【0021】また、本発明では、メモリバンクの各々に
、他バンクのアクセス状態を監視するとともに当該アク
セスの終了時刻を予測してその時刻が経過するまで自バ
ンクのアクセスタイミングを待機させる待機手段を設け
、一方のメモリバンクがライトアクセス中であり、且つ
、このライトアクセスが連続するときは、前記待機手段
により他方のメモリバンクを待機させ、一方のメモリバ
ンクのライトアクセス終了時刻以後に他方のメモリバン
クのライトアクセスを開始するようにしたので、連続サ
イクルで送出されるライトデータが各メモリバンクのD
RAMに正しくライトデータが書き込まれ、インターリ
ーブ構成にしたことによる問題の発生を防止することが
できる。
Furthermore, in the present invention, each memory bank is provided with a standby means that monitors the access state of other banks, predicts the end time of the access, and waits for the access timing of the own bank until that time has elapsed. and when one memory bank is in the process of write access and the write access continues, the standby means causes the other memory bank to stand by, and after the write access end time of the one memory bank, the other memory bank is stopped. Since write access of the bank is started, the write data sent in consecutive cycles is transferred to the D of each memory bank.
Write data is correctly written to the RAM, and problems caused by the interleaved configuration can be prevented.

【0022】したがって、リードアクセスとライトアク
セスとを各々連続に行う場合であってもアドバンスド・
モードの利点を最大限に活用することができるので、C
PUのパフォーマンスが向上し得るメモリアクセス方式
を提供することができる。
Therefore, even if read access and write access are performed consecutively, the advanced
Since you can take full advantage of the advantages of C
A memory access method that can improve PU performance can be provided.

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

【図1】本発明の一実施例に係るメモリアクセス方式を
実行するための回路構成図である。
FIG. 1 is a circuit configuration diagram for executing a memory access method according to an embodiment of the present invention.

【図2】上記回路によるDRAM連続リードアクセスの
タイミング図である。
FIG. 2 is a timing diagram of DRAM continuous read access by the above circuit.

【図3】本実施例で用いるRAS,CASジェネレータ
のウエイト回路の構成図である。
FIG. 3 is a configuration diagram of a wait circuit of the RAS and CAS generators used in this embodiment.

【図4】上記ウエイト回路によるDRAM連続ライトア
クセスのタイミング図である。
FIG. 4 is a timing diagram of DRAM continuous write access by the wait circuit.

【図5】従来のメモリアクセス方式を実行するための回
路構成図である。
FIG. 5 is a circuit configuration diagram for executing a conventional memory access method.

【図6】従来の回路によるメモリアクセスのタイミング
図であり、(a)は通常モードによる場合、(b)はア
ドバンスド・モードによる場合を示したものである。
FIG. 6 is a timing diagram of memory access by a conventional circuit, in which (a) shows the case in the normal mode, and (b) shows the case in the advanced mode.

【図7】従来の回路におけるアドバンスド・モードでの
DRAM連続アクセスのタイミング図である。
FIG. 7 is a timing diagram of continuous DRAM access in advanced mode in a conventional circuit.

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

0,1…メモリバンク、 2,4…アドレスラッチ機能を有するメモリ素子(DR
AM) 3,5…制御手段(DRAMコントローラ)、10…プ
ロセッサ(CPU)
0, 1...Memory bank, 2, 4...Memory element with address latch function (DR
AM) 3, 5...Control means (DRAM controller), 10...Processor (CPU)

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】  アドレス出力を1クロック早く出力し
て前回のバスサイクルとのオーバーラップを行うアドバ
ンスド・アドレス・モードを用い、アドレスラッチ機能
を有するメモリ素子へのアクセスを所定のプリチャージ
時間毎に連続して行うプロセッサのメモリアクセス方式
であって、前記メモリ素子と該メモリ素子を制御する制
御手段とからなるメモリバンクを二バンクのインターリ
ーブ構成とし、前記プロセッサが一方のメモリバンクに
リードアクセスしているときは他方のメモリバンクが前
記プリチャージ時間を確保して次回のバスサイクルにお
けるアクセス準備を整え、一方のメモリバンクへのリー
ドアクセスが終了する前に他方のメモリバンクへのリー
ドアクセスを開始させるようにしたことを特徴とするプ
ロセッサのメモリアクセス方式。
Claim 1: Using an advanced address mode in which address output is output one clock earlier to overlap with the previous bus cycle, access to a memory element having an address latch function is performed every precharge time. A continuous memory access method for a processor, wherein a memory bank consisting of the memory element and a control means for controlling the memory element has an interleaved configuration of two banks, and the processor read accesses one memory bank. If so, the other memory bank secures the precharge time to prepare for access in the next bus cycle, and starts read access to the other memory bank before the read access to one memory bank ends. A memory access method for a processor characterized by:
【請求項2】  請求項1記載のプロセッサのメモリア
クセス方式において、前記メモリバンクの各々に、他バ
ンクのアクセス状態を監視するとともに当該アクセスの
終了時刻を予測してその時刻が経過するまで自バンクの
アクセスタイミングを待機させる待機手段を設け、一方
のメモリバンクがライトアクセス中であり、且つ、前記
プロセッサのライトアクセスが連続するときは、前記待
機手段により他方のメモリバンクを待機させ、一方のメ
モリバンクのライトアクセス終了時刻以後に他方のメモ
リバンクのライトアクセスを開始するようにしたことを
特徴とするプロセッサのメモリアクセス方式。
2. A memory access method for a processor according to claim 1, wherein each of said memory banks monitors the access state of other banks, predicts the end time of said access, and maintains access to the own bank until that time elapses. A standby means is provided for waiting for the access timing of the memory bank, and when one memory bank is in the process of write access and the write access by the processor continues, the standby means causes the other memory bank to wait, and when one memory bank A memory access method for a processor, characterized in that write access to another memory bank is started after a write access end time for one bank.
JP3149134A 1991-06-21 1991-06-21 Memory access system for processor Pending JPH04372030A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3149134A JPH04372030A (en) 1991-06-21 1991-06-21 Memory access system for processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3149134A JPH04372030A (en) 1991-06-21 1991-06-21 Memory access system for processor

Publications (1)

Publication Number Publication Date
JPH04372030A true JPH04372030A (en) 1992-12-25

Family

ID=15468489

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3149134A Pending JPH04372030A (en) 1991-06-21 1991-06-21 Memory access system for processor

Country Status (1)

Country Link
JP (1) JPH04372030A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5696917A (en) * 1994-06-03 1997-12-09 Intel Corporation Method and apparatus for performing burst read operations in an asynchronous nonvolatile memory
US6785833B2 (en) 1993-10-15 2004-08-31 Renesas Technology Corp. Data processing system and image processing system
KR100524575B1 (en) * 1996-11-15 2006-01-27 매그나칩 반도체 유한회사 Reordering a plurality of memory access request signals in a data processing system

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6785833B2 (en) 1993-10-15 2004-08-31 Renesas Technology Corp. Data processing system and image processing system
US6789210B2 (en) 1993-10-15 2004-09-07 Renesas Technology Corp. Data processing system having memory including mode register
US7254737B2 (en) 1993-10-15 2007-08-07 Renesas Technology Corp. Data processing system and image processing system
US7711976B2 (en) 1993-10-15 2010-05-04 Renesas Technology Corp. Data processing system and image processing system
US8332683B2 (en) 1993-10-15 2012-12-11 Renesas Electronics Corporation Data processing system and image processing system
US5696917A (en) * 1994-06-03 1997-12-09 Intel Corporation Method and apparatus for performing burst read operations in an asynchronous nonvolatile memory
US6026465A (en) * 1994-06-03 2000-02-15 Intel Corporation Flash memory including a mode register for indicating synchronous or asynchronous mode of operation
US6385688B1 (en) 1994-06-03 2002-05-07 Intel Corporation Asynchronous interface for a nonvolatile memory
US6564285B1 (en) 1994-06-03 2003-05-13 Intel Corporation Synchronous interface for a nonvolatile memory
KR100524575B1 (en) * 1996-11-15 2006-01-27 매그나칩 반도체 유한회사 Reordering a plurality of memory access request signals in a data processing system

Similar Documents

Publication Publication Date Title
JP3532932B2 (en) Randomly accessible memory with time overlapping memory access
US5448742A (en) Method and apparatus for local memory and system bus refreshing with single-port memory controller and rotating arbitration priority
US20030070049A1 (en) Memory control method, memory control circuit using the control method, and integrated circuit device with the memory control circuit
JP3728468B2 (en) Memory control device
JP2704113B2 (en) Data processing device
JP4266436B2 (en) Semiconductor memory device
JP3153078B2 (en) Data processing device
JPH04372030A (en) Memory access system for processor
US6954873B2 (en) Implementation of wait-states
EP0550976B1 (en) Memory accessing device using address pipeline
JP3489497B2 (en) Memory controller
JP4174835B2 (en) Microcontroller
JP3180877B2 (en) Memory interface circuit
JPS6258348A (en) Memory control integrated circuit
JP3389152B2 (en) DRAM control circuit
JPH07129462A (en) Memory controller
JPH1116339A (en) Memory command control circuit
JPH0731439Y2 (en) Static column DRAM access device
JPH0636558A (en) Method for refreshing dram
JPH08194658A (en) Microcomputer system
JPH06231032A (en) Access controller
JP3250377B2 (en) Memory control device
JP2001014214A (en) Method for sharing memory and multiprocessor facility using this method
JPH03127162A (en) Access method for shared memory of cpu
JPH06119275A (en) Recovery time automatic insertion circuit