JP5218847B2 - Memory access device - Google Patents

Memory access device Download PDF

Info

Publication number
JP5218847B2
JP5218847B2 JP2009037478A JP2009037478A JP5218847B2 JP 5218847 B2 JP5218847 B2 JP 5218847B2 JP 2009037478 A JP2009037478 A JP 2009037478A JP 2009037478 A JP2009037478 A JP 2009037478A JP 5218847 B2 JP5218847 B2 JP 5218847B2
Authority
JP
Japan
Prior art keywords
master
memory
read request
access device
memory access
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.)
Expired - Fee Related
Application number
JP2009037478A
Other languages
Japanese (ja)
Other versions
JP2010191845A (en
Inventor
光宏 黒野
義徳 小林
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2009037478A priority Critical patent/JP5218847B2/en
Publication of JP2010191845A publication Critical patent/JP2010191845A/en
Application granted granted Critical
Publication of JP5218847B2 publication Critical patent/JP5218847B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Description

本発明は、優先順位の高い1個の第1マスター及びこれより優先順位の低い少なくとも2個の第2マスターからのメモリリード要求を受けるアービターのアービトレーション結果に基づいてメモリにアクセスし、取得したデータを前記第1マスター又は第2マスターに返すメモリアクセス装置に関するものである。   The present invention accesses a memory based on an arbitration result of an arbiter receiving a memory read request from one first master having a higher priority and at least two second masters having a lower priority. Is related to the memory access device that returns to the first master or the second master.

図6は、従来のメモリアクセス装置の構成例を示す機能ブロック図である。メモリにアクセスしたいマスター(CPU)が4個存在する場合を考える。このとき、メインプロセッサのようにメモリアクセス頻度の高い第1マスター10(以下、マスターS)が1個存在し、DMAのようにメモリアクセス頻度の低い複数個の第2マスター20(以下、マスターA),30(以下、マスターB),40(以下、マスターC)が存在するのが一般的である。   FIG. 6 is a functional block diagram showing a configuration example of a conventional memory access device. Consider a case where there are four masters (CPUs) that want to access the memory. At this time, there is one first master 10 (hereinafter referred to as master S) having a high memory access frequency such as a main processor, and a plurality of second masters 20 (hereinafter referred to as master A) having a low memory access frequency such as DMA. ), 30 (hereinafter referred to as “master B”), and 40 (hereinafter referred to as “master C”).

メモリコントローラ50は、マスターSのメモリリード要求Sreq、マスターAのメモリリード要求Areq、マスターBのメモリリード要求Breq、マスターCのメモリリード要求Creqを受け付けるアービター51と、メモリアクセス制御信号生成器52とを備える。   The memory controller 50 includes a memory read request Sreq of the master S, a memory read request Areq of the master A, a memory read request Breq of the master B, and a memory read request Creq of the master C, a memory access control signal generator 52, Is provided.

アービター51は、各マスターからのメモリリード要求を、予め設定されている優先順位に基づいて調停した結果、今回どのマスターがメモリアクセスできるかを決定し、アービトレーション結果ABTを、メモリアクセス制御信号生成器52に送る。   The arbiter 51 determines which master can access the memory this time as a result of arbitrating the memory read request from each master based on a preset priority, and the arbitration result ABT is used as a memory access control signal generator. 52.

メモリアクセス制御信号生成器52は、アービトレーション結果ABTを受け、複数のバンクM1,M2,M3,…Mnに分割されているDRAMで構成されるメモリ60に対する各マスターのリード要求に対応するメモリリードアクセスXS,XA,XB,XCを発生させる。メモリ60から取得されたデータは、逆の経路を経て要求元のマスターに返される。   The memory access control signal generator 52 receives the arbitration result ABT, and the memory read access corresponding to the read request of each master for the memory 60 composed of DRAM divided into a plurality of banks M1, M2, M3,. XS, XA, XB, and XC are generated. Data acquired from the memory 60 is returned to the requesting master via the reverse path.

メモリアクセス制御信号生成器52は、マスターSからブロックリード要求BRを受けた場合には、複数の連続したアドレスを指定してメモリ60にアクセスし、複数の連続データを読み出して要求元のマスターに返す。   When the memory access control signal generator 52 receives a block read request BR from the master S, the memory access control signal generator 52 designates a plurality of continuous addresses, accesses the memory 60, reads a plurality of continuous data, and sends it to the requesting master. return.

特開平05−088990号公報Japanese Patent Laid-Open No. 05-088990

従来構成のメモリアクセス装置では、次のような問題がある。
(1)メモリコントローラ50は、各マスターに1つずつメモリリードアクセスを許可するため、アービター51での競合が起きた場合、時系列的処理のため、メモリ60からのリードデータを返すまでに時間がかかる。
The conventional memory access device has the following problems.
(1) Since the memory controller 50 grants memory read access to each master one by one, when contention occurs in the arbiter 51, it takes time to return read data from the memory 60 for time series processing. It takes.

(2)また、マスターSが特にメモリリードアクセスの頻度が高い場合、メモリコントローラ50は、そのリード要求の度にメモリ60にアクセスしなければならないので、アクセス効率が悪い。 (2) Further, when the frequency of memory read access by the master S is particularly high, the memory controller 50 must access the memory 60 for each read request, so that the access efficiency is poor.

(3)いずれの場合も、DRAMで構成されるメモリ60に複数のバンクがあって、異なるバンクへ同時アクセスが可能であり、更に同一バンク内の異なるアドレスへのアクセスも可能であるという、メモリコントローラとメモリ間のバス帯域が広い特性を上手く活用できていないと言える。 (3) In any case, the memory 60 constituted by the DRAM has a plurality of banks, can access different banks simultaneously, and can access different addresses in the same bank. It can be said that the bus bandwidth between the controller and the memory has not been fully utilized.

本発明の目的は、メモリコントローラとメモリ間の広いバス帯域を活かして、複数のマスターからのリード要求を同時にさばくと共に、特にメモリリードアクセスの頻度が高いマスターに対してより効率的にリードデータを返すことが可能なメモリアクセス装置を実現することにある。   An object of the present invention is to handle a read request from a plurality of masters at the same time by utilizing a wide bus bandwidth between a memory controller and a memory, and more efficiently read data to a master having a high frequency of memory read access. It is to realize a memory access device that can be returned.

このような課題を達成するために、本発明は次の通りの構成になっている。
(1)優先順位の高い1個の第1マスター及びこれより優先順位の低い少なくとも2個の第2マスターからのメモリリード要求を受けるアービターのアービトレーション結果に基づいてメモリにアクセスし、取得したデータを前記第1マスター又は第2マスターに返すメモリアクセス装置において、
前記メモリに対するブロックリード要求並びに前記第1マスターまたは前記第2マスターからのメモリリード要求がある場合に、第1優先順位に設定された前記第1マスターからのメモリリード要求、若しくは、この第1マスターがアクセスする前記メモリのバンクとは異なるバンク対して前記第2マスターからのメモリリード要求があるときに、前記第1マスターのメモリリード要求と同時に、この第1マスターがアクセスするバンクと同一バンクの別データにアクセス可能な、先行リード指令を発行する高効率処理装置を備えたことを特徴とするメモリアクセス装置。
In order to achieve such a subject, the present invention has the following configuration.
(1) The memory is accessed based on the arbitration result of the arbiter receiving a memory read request from one first master having a higher priority and at least two second masters having a lower priority. In the memory access device returning to the first master or the second master,
When there is a block read request to the memory and a memory read request from the first master or the second master, the memory read request from the first master set to the first priority, or the first master When there is a memory read request from the second master for a bank different from the bank of the memory accessed by the first master, simultaneously with the memory read request of the first master, the same bank as the bank accessed by the first master A memory access device comprising a high-efficiency processing device that can access another data and issues a preceding read command.

(2)前記高効率処理装置は、前記メモリに対するブロックリード要求並びに前記第1マスターまたは前記第2マスターからのメモリリード要求がある場合に、前記第1マスターがアクセスする前記メモリのバンクとは異なるバンク対して前記第2マスターからのメモリリード要求があるときに、選択された1個の前記第2マスターに対して同時リード指令を発行することを特徴とする(1)に記載のメモリアクセス装置。 (2) The high-efficiency processing device is different from the bank of the memory accessed by the first master when there is a block read request to the memory and a memory read request from the first master or the second master. The memory access device according to (1), wherein when there is a memory read request from the second master to the bank, a simultaneous read command is issued to the selected one second master. .

(3)前記高効率処理装置は、前記アービターで設定される前記第2マスターの優先順位情報に基づいて、同時リード指令を発行する対象となる1個の前記第2マスターを選択するためのテーブル手段を備えることを特徴とする(2)に記載のメモリアクセス装置。 (3) The high-efficiency processing device is a table for selecting one second master to be issued a simultaneous read command based on the priority information of the second master set by the arbiter. The memory access device according to (2), further comprising: means.

(4)前記ブロックリード要求は、前記第1マスターより発行されることを特徴とする(1)乃至(3)のいずれかに記載のメモリアクセス装置。 (4) The memory access device according to any one of (1) to (3), wherein the block read request is issued from the first master.

(5)前記メモリは、DRAMであることを特徴とする(1)乃至(4)のいずれかに記載のメモリアクセス装置。 (5) The memory access device according to any one of (1) to (4), wherein the memory is a DRAM.

本発明によれば、以下のような効果を期待することができる。
(1)AACT同時リード機能により、メモリコントローラ50は、第1マスターSとその他の第2マスター(マスターA、マスターB、マスターCのいずれか)に同時にメモリアクセスを許可できるため、アービター51での競合が起きても、同時にメモリ60からのリードデータを要求元のマスターに返すことができる。ただし、異なるバンクへのメモリリード要求があった場合である。
According to the present invention, the following effects can be expected.
(1) With the AACT simultaneous read function, the memory controller 50 can permit memory access to the first master S and other second masters (either master A, master B, or master C) at the same time. Even if a conflict occurs, the read data from the memory 60 can be returned to the requesting master at the same time. However, this is a case where there is a memory read request to a different bank.

この機能は、特にメモリリードアクセスの頻度が高いマスターとその他のマスターに同時にメモリアクセスを許可でき、同時にメモリ60からのリードデータを夫々のマスターに返すことができるため、アクセス効率が良い。   This function is particularly efficient because it is possible to permit memory access to a master and other masters with high frequency of memory read access at the same time and to return read data from the memory 60 to each master at the same time.

CCAS先行リード機能により、特にメモリリードアクセスの頻度が高いマスターが存在した場合、同一バンク内のメモリにアクセスし、先行して読み出しておいたデータを返せるためアクセス効率が良い。   With the CCAS advance read function, particularly when there is a master with a high frequency of memory read access, it is possible to access the memory in the same bank and return the data read in advance, so that the access efficiency is good.

本発明を適用したメモリアクセス装置の一実施例を示す機能ブロック図である。It is a functional block diagram which shows one Example of the memory access apparatus to which this invention is applied. 本発明で使用される論理回路の一実施例を示す回路構成図である。It is a circuit block diagram which shows one Example of the logic circuit used by this invention. 本発明で使用されるテーブル手段の一実施例を示す表である。It is a table | surface which shows one Example of the table means used by this invention. 本発明で使用されるテーブル手段の他の実施例を示す表である。It is a table | surface which shows the other Example of the table means used by this invention. 本発明で使用されるテーブル手段の更に他の実施例を示す表である。It is a table | surface which shows other Example of the table means used by this invention. 従来のメモリアクセス装置の構成例を示す機能ブロック図である。It is a functional block diagram which shows the structural example of the conventional memory access apparatus.

以下本発明を、図面を用いて詳細に説明する。図1は、本発明を適用したメモリアクセス装置の一実施例を示す機能ブロック図である。図6で説明した従来装置と同一要素には同一符号を付して説明を省略する。   Hereinafter, the present invention will be described in detail with reference to the drawings. FIG. 1 is a functional block diagram showing an embodiment of a memory access device to which the present invention is applied. The same elements as those of the conventional apparatus described with reference to FIG.

図1において、従来装置に追加された本発明の特徴部は、メモリコントローラ50内において、アービター51とメモリアクセス制御信号生成器52の間に設けられた高効率処理手段100の構成にある。   In FIG. 1, the feature of the present invention added to the conventional apparatus is the configuration of the high-efficiency processing means 100 provided between the arbiter 51 and the memory access control signal generator 52 in the memory controller 50.

高効率処理手段100は、論理回路101及びテーブル手段102を備え、アービター51と同様に各マスターからのメモリリード要求Sreq、Areq、Breq、Creqを入力すると共に、マスターSからのブロックリード要求BR及びアービター51から各マスター間の優先順位情報PRIを入力する。   The high-efficiency processing unit 100 includes a logic circuit 101 and a table unit 102. Similarly to the arbiter 51, the high-efficiency processing unit 100 inputs memory read requests Sreq, Areq, Breq, and Creq from each master, and blocks read requests BR from the master S and Priority information PRI between masters is input from the arbiter 51.

図2は、高効率処理手段100における論理回路101の一実施例を示す回路構成図である。第1マスターまたは第2マスターからのリードアクセス要求有りの論理入力L1とブロックリード要求有りの論理入力L2でオンとなるANDゲートG1の論理出力L3がアンドゲートG2及びG3の論理入力となっている。   FIG. 2 is a circuit configuration diagram showing one embodiment of the logic circuit 101 in the high-efficiency processing means 100. The logical output L3 of the AND gate G1 that is turned on by the logical input L1 with the read access request from the first master or the second master and the logical input L2 with the block read request is the logical input of the AND gates G2 and G3. .

この条件で、マスターSの優先順位が1位の論理入力L4、またはマスターSとは異なるバンクへの他のマスターからのアクセス要求有りの論理入力L5の何れかでオンとなるORゲートG4の論理出力L6がアンドゲートG2に入力される。アンドゲートG2の論理出力L7により、高効率処理手段100は、CCASリード指令をメモリアクセス制御信号生成器52に発行する。   Under this condition, the logic of the OR gate G4 that is turned on at either the logical input L4 having the highest priority of the master S or the logical input L5 with an access request from another master to a bank different from the master S. The output L6 is input to the AND gate G2. The high efficiency processing means 100 issues a CCAS read command to the memory access control signal generator 52 by the logic output L7 of the AND gate G2.

CCASは、Continuous CASの略で、DRAMにおいてブロックリード要求BRがあった場合に、そのアクセスと同時に同一バンク内の別データを読み込むよう指示する信号である。CCAS機能を利用することにより、今回必要なリードデータの他に、別途先行して読み出しておきたいデータを読み出すことが可能とり、アクセス頻度の高いマスターSのメモリアクセス効率を高めることができる。   CCAS is an abbreviation for Continuous CAS, and is a signal for instructing to read another data in the same bank simultaneously with the access when there is a block read request BR in the DRAM. By using the CCAS function, in addition to the read data required this time, it is possible to read data that should be read separately in advance, and the memory access efficiency of the master S with high access frequency can be increased.

論理出力L3がアンドゲートG3の論理入力となっている条件において、マスターSとは異なるメモリバンクへの他のマスターからのアクセス要求有りの論理入力L5は、アンドゲートG3に入力される。アンドゲートG3の論理出力L8により起動されるテーブル手段102の処理で選択されるマスターに対し、高効率処理手段100は、AACT同時リード指令AACT−AまたはAACT−BまたはAACT−Cの何れかをメモリアクセス制御信号生成器52に発行する。   Under the condition that the logical output L3 is the logical input of the AND gate G3, the logical input L5 with an access request from another master to a memory bank different from the master S is input to the AND gate G3. For the master selected by the processing of the table means 102 activated by the logical output L8 of the AND gate G3, the high efficiency processing means 100 sends either the AACT simultaneous read command AACT-A, AACT-B or AACT-C. This is issued to the memory access control signal generator 52.

AACTは、Another ACTの略で、マスターSの他に、マスターA、マスター、マスターCのいずれかも同時にメモリリードアクセスできることを指示する信号である。この機能により、2つのマスターに同時にリードデータを返すことができる。   AACT is an abbreviation for Another ACT, and is a signal for instructing that any one of the master A, the master, and the master C in addition to the master S can simultaneously access the memory. With this function, read data can be returned to two masters simultaneously.

つまり、CCAS機能とAACT機能により、最大で第1マスターであるマスターSの2アクセスと、第2マスター(AorBorC)の1アクセスの計3アクセスを同時に処理することが可能となる。   That is, with the CCAS function and the AACT function, it is possible to simultaneously process a total of three accesses, that is, two accesses of the master S, which is the first master, and one access of the second master (Aor BorC).

図3乃至図5によりテーブル手段102の構成と動作を説明する。ここで、アービター51で設定されるマスターAのメモリアクセス優先順位をApri、マスターBのメモリアクセス優先順位をBpri、マスターCのメモリアクセス優先順位をCpriと表記する。   The configuration and operation of the table means 102 will be described with reference to FIGS. Here, the memory access priority of the master A set by the arbiter 51 is expressed as Apri, the memory access priority of the master B is expressed as Bpri, and the memory access priority of the master C is expressed as Cpri.

図3に示すテーブル1では、アクセス要求Areq、Breq、Creqが単独で発生し、互いに競合がない場合であり、夫々の要求に対してAACT−A,AACT−B,AACT−Cがメモリアクセス制御信号生成器52に発行される。   In the table 1 shown in FIG. 3, the access requests Areq, Breq, and Creq are generated independently and there is no contention with each other. AACT-A, AACT-B, and AACT-C perform memory access control for each request. Issued to the signal generator 52.

図4に示すテーブル2では、アクセス要求AreqとBreqが競合した場合(a)、AreqとCreqが競合した場合(b)、BreqとCreqが競合した場合(c)におけるACT−A,AACT−B,AACT−Cの発行形態を、優先順位に応じて(イ),(ロ),(ハ)で示したものである。   In the table 2 shown in FIG. 4, when the access requests Areq and Breq compete (a), when Areq and Creq compete (b), when Breq and Creq compete (c), ACT-A and AACT-B , AACT-C issuance form is indicated by (A), (B), (C) according to the priority order.

AreqとBreqが競合した場合(a)において、(イ)Apri>(Bpri,Cpri)の優先形態では、AACT−Aが発行される。(ロ)Bpri>(Apri,Cpri)の優先形態では、AACT−Bが発行される。(ハ)Cpri>(Apri,Bpri)の優先形態では、Apri>Bprであれば、AACT−Aが、その他の場合にはAACT−Bが発行される。   When Areq and Breq compete, in (a), (A) AACT-A is issued in the priority form of Apri> (Bpri, Cpri). (B) In the priority form of Bpri> (Apri, Cpri), AACT-B is issued. (C) In the priority form of Cpri> (Apri, Bpri), if Apri> Bpr, AACT-A is issued; otherwise, AACT-B is issued.

AreqとCreqが競合した場合(b)において、(イ)Apri>(Bpri,Cpri)の優先形態では、AACT−Aが発行される。(ロ)Bpri>(Apri,Cpri)の優先形態では、Apri>Cprであれば、AACT−Aが、その他の場合にはAACT−Cが発行される。(ハ)Cpri>(Apri,Bpri)の優先形態では、AACT−Cが発行される。   When Areq and Creq compete with each other (b), (A) AACT-A is issued in the priority form of Apri> (Bpri, Cpri). (B) In the priority form of Bpri> (Apri, Cpri), if Apri> Cpr, AACT-A is issued; otherwise, AACT-C is issued. (C) In the priority form of Cpri> (Apri, Bpri), AACT-C is issued.

BreqとCreqが競合した場合(c)において、(イ)Apri>(Bpri,Cpri)の優先形態では、Bpri>Cpriであれば、AACT−Bが、その他の場合にはAACT−Cが発行される。(ロ)Bpri>(Apri,Cpri)の優先形態では、AACT−Bが発行される。(ハ)Cpri>(Apri,Bpri)の優先形態では、AACT−Cが発行される。   When Breq and Creq compete with each other in (c), (A) In the priority form of Apri> (Bpri, Cpri), if Bpri> Cpri, AACT-B is issued; otherwise, AACT-C is issued. The (B) In the priority form of Bpri> (Apri, Cpri), AACT-B is issued. (C) In the priority form of Cpri> (Apri, Bpri), AACT-C is issued.

図5に示すテーブル3では、AreqとBreqとCreqの3者が競合した場合、(イ)Apri>(Bpri,Cpri)の優先形態では、AACT−Aが発行される。(ロ)Bpri>Cpriの優先形態では、AACT−Bが発行される。(ハ)その他の場合にはAACT−Cが発行される。   In the table 3 shown in FIG. 5, when the three parties Areq, Breq, and Creq compete, AACT-A is issued in the priority form of (a) Apri> (Bpri, Cpri). (B) In the priority form of Bpri> Cpri, AACT-B is issued. (C) In other cases, AACT-C is issued.

以上説明した実施例では、第2マスターとしてマスターA,B,Cの3台を例示したが、4台以上または2台であってもよい。また、実施例ではブロックリード要求BRが第1マスターであるマスターSから発行される形態を例示したが、これに限定されるものではない。   In the embodiment described above, three masters A, B, and C are illustrated as the second master, but may be four or more or two. In the embodiment, the block read request BR is issued from the master S that is the first master. However, the present invention is not limited to this.

10 マスターS
20 マスターA
30 マスターB
40 マスターC
50 メモリコントローラ
51 アービター
52 メモリアクセス制御信号生成器
60 メモリ
100 高効率処理装置
101 論理回路
102 テーブル手段
10 Master S
20 Master A
30 Master B
40 Master C
DESCRIPTION OF SYMBOLS 50 Memory controller 51 Arbiter 52 Memory access control signal generator 60 Memory 100 High efficiency processor 101 Logic circuit 102 Table means

Claims (5)

優先順位の高い1個の第1マスター及びこれより優先順位の低い少なくとも2個の第2マスターからのメモリリード要求を受けるアービターのアービトレーション結果に基づいてメモリにアクセスし、取得したデータを前記第1マスター又は第2マスターに返すメモリアクセス装置において、
前記メモリに対するブロックリード要求並びに前記第1マスターまたは前記第2マスターからのメモリリード要求がある場合に、第1優先順位に設定された前記第1マスターからのメモリリード要求、若しくは、この第1マスターがアクセスする前記メモリのバンクとは異なるバンク対して前記第2マスターからのメモリリード要求があるときに、前記第1マスターのメモリリード要求と同時に、この第1マスターがアクセスするバンクと同一バンクの別データにアクセス可能な、先行リード指令を発行する高効率処理装置を備えたことを特徴とするメモリアクセス装置。
The memory is accessed based on the arbitration result of the arbiter receiving a memory read request from one first master having a higher priority and at least two second masters having a lower priority. In the memory access device returning to the master or the second master,
When there is a block read request to the memory and a memory read request from the first master or the second master, the memory read request from the first master set to the first priority, or the first master When there is a memory read request from the second master for a bank different from the bank of the memory accessed by the first master, simultaneously with the memory read request of the first master, the same bank as the bank accessed by the first master A memory access device comprising a high-efficiency processing device that can access another data and issues a preceding read command.
前記高効率処理装置は、前記メモリに対するブロックリード要求並びに前記第1マスターまたは前記第2マスターからのメモリリード要求がある場合に、前記第1マスターがアクセスする前記メモリのバンクとは異なるバンク対して前記第2マスターからのメモリリード要求があるときに、選択された1個の前記第2マスターに対して同時リード指令を発行することを特徴とする請求項1に記載のメモリアクセス装置。   The high-efficiency processor is configured to perform a block read request for the memory and a memory read request from the first master or the second master for a bank different from the bank of the memory accessed by the first master. 2. The memory access device according to claim 1, wherein when there is a memory read request from the second master, a simultaneous read command is issued to the selected one of the second masters. 前記高効率処理装置は、前記アービターで設定される前記第2マスターの優先順位情報に基づいて、同時リード指令を発行する対象となる1個の前記第2マスターを選択するためのテーブル手段を備えることを特徴とする請求項2に記載のメモリアクセス装置。   The high-efficiency processing apparatus includes table means for selecting one second master to be issued a simultaneous read command based on priority information of the second master set by the arbiter. The memory access device according to claim 2. 前記ブロックリード要求は、前記第1マスターより発行されることを特徴とする請求項1乃至3のいずれかに記載のメモリアクセス装置。   4. The memory access device according to claim 1, wherein the block read request is issued from the first master. 前記メモリは、DRAMであることを特徴とする請求項1乃至4のいずれかに記載のメモリアクセス装置。   The memory access device according to claim 1, wherein the memory is a DRAM.
JP2009037478A 2009-02-20 2009-02-20 Memory access device Expired - Fee Related JP5218847B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009037478A JP5218847B2 (en) 2009-02-20 2009-02-20 Memory access device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009037478A JP5218847B2 (en) 2009-02-20 2009-02-20 Memory access device

Publications (2)

Publication Number Publication Date
JP2010191845A JP2010191845A (en) 2010-09-02
JP5218847B2 true JP5218847B2 (en) 2013-06-26

Family

ID=42817801

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009037478A Expired - Fee Related JP5218847B2 (en) 2009-02-20 2009-02-20 Memory access device

Country Status (1)

Country Link
JP (1) JP5218847B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10228413A (en) * 1997-02-17 1998-08-25 Ge Yokogawa Medical Syst Ltd Memory access controlling method device therefor and memory system
JP2000181787A (en) * 1998-12-15 2000-06-30 Nec Eng Ltd Memory control circuit

Also Published As

Publication number Publication date
JP2010191845A (en) 2010-09-02

Similar Documents

Publication Publication Date Title
JP4480427B2 (en) Resource management device
US7032046B2 (en) Resource management device for managing access from bus masters to shared resources
CA2598734C (en) Switch matrix system with plural bus arbitrations per cycle via higher-frequency arbiter
JPS5837585B2 (en) Keisan Kisouchi
JPH0926933A (en) Pipeline distributed bus arbitration system
KR100555501B1 (en) Dynamic bus arbitration method and bus aribotor
JPH0683763A (en) Method and system for converting central arbiter into slave arbiter
US7058740B2 (en) Effective bus utilization using multiple buses and multiple bus controllers
JP2000315173A (en) Memory control device
JP5218847B2 (en) Memory access device
JP2004038967A (en) Method and device which can control use frequency of bus
KR100626362B1 (en) Arbiter and method for arbitrating high-performance bandwidth system bus and bus system having arbiter
KR101022473B1 (en) Memory bank interleaving method and apparatus in the multi-layer bus system
JP2004246862A (en) Resource management device
JP3447725B2 (en) Competitive mediation device
JP4022719B2 (en) Priority control system
JP6165104B2 (en) Information processing apparatus and arbitration method
JP2005346513A (en) Semiconductor device
KR100210404B1 (en) An apparatus for controlling access of memory in dual bus system
KR20060118875A (en) Bus interface
JP2003091501A (en) Information processing device
JPS60246471A (en) Memory control device
JP4496923B2 (en) Shared memory system
JP2012168773A (en) Bus system and access control method
JPH05189311A (en) Cache memory system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110825

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130207

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130220

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

Free format text: PAYMENT UNTIL: 20160315

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5218847

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees