JP2002082901A - Bus controller - Google Patents

Bus controller

Info

Publication number
JP2002082901A
JP2002082901A JP2000269976A JP2000269976A JP2002082901A JP 2002082901 A JP2002082901 A JP 2002082901A JP 2000269976 A JP2000269976 A JP 2000269976A JP 2000269976 A JP2000269976 A JP 2000269976A JP 2002082901 A JP2002082901 A JP 2002082901A
Authority
JP
Japan
Prior art keywords
request
write
master
resource
read
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
JP2000269976A
Other languages
Japanese (ja)
Inventor
Hideo Furuno
英夫 古野
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2000269976A priority Critical patent/JP2002082901A/en
Publication of JP2002082901A publication Critical patent/JP2002082901A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Information Transfer Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a bus controller capable of reducing the deterioration of shared bus access performance due to a writing queue generated in a posted write system to such a level or below that no problem will occur. SOLUTION: When a reading request is issued after a writing request is issued from a master 11 to a resource 42 in a period that a shared bus 50 is occupied by a master 12, a writing detecting device 61 detects the reading request, and a reading generating device 71 inserts a dummy reading request following the writing request based on this detection. Thus, any writing request queue can be prevented from being jammed in a writing buffer 31. Therefore, the reading request is allowed to immediately reach the resource 42, and the cycle is quickly ended so that even when any access request from the master 12 to the resource 41 is present in that period, the processing can be executed without being left waiting.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、産業用プログラマ
ブルコントローラ装置等の制御装置におけるバス制御装
置に関する。
The present invention relates to a bus control device in a control device such as an industrial programmable controller device.

【0002】[0002]

【従来の技術】マイクロプロセッサ応用装置のうち、マ
ルチマスタシステム構成を取るものでは、PCIバスシ
ステムなどの共有バスを採用するものが有る。
2. Description of the Related Art Among microprocessor application apparatuses, there are apparatuses employing a multi-master system configuration which employ a shared bus such as a PCI bus system.

【0003】複数のマスタを有する共有バスにおいて、
特定のマスタがバスを占有し続けることは、他のマスタ
の処理効率を著しく低下させ、結果的にはシステム全体
の効率を低下させる。このため、できるだけ特定のマス
タがバスを占有しないように構成することが重要であ
る。このバス効率を改善する方法として、ポステッドラ
イトあるいは遅延書込みと呼ばれるものがある。
In a shared bus having a plurality of masters,
Keeping the bus occupied by a particular master significantly reduces the processing efficiency of other masters, and consequently the efficiency of the entire system. For this reason, it is important to configure the bus so that a specific master does not occupy the bus as much as possible. As a method for improving the bus efficiency, there is a method called posted write or delayed write.

【0004】これは、共有バス上に発行された書込み要
求を一旦バッファに蓄えておき、バスが空いたときに書
込みを行う方法である。この際、マスタは書込み要求が
バッファに蓄えられた時点でアクセスが完了するので、
バスの占有状況にかかわらず次の処理に取り掛かること
ができるためバス効率が向上する。
In this method, a write request issued on a shared bus is temporarily stored in a buffer, and writing is performed when the bus is free. At this time, the master completes the access when the write request is stored in the buffer,
Regardless of the occupation state of the bus, the next process can be started, so that the bus efficiency is improved.

【0005】このようなバス制御装置の従来の構成例を
図4に示す。同図において、11、12はマスタ、2
1、22はバスインタフェース、31、32は書込みバ
ッファ、41、42は例えばメモリなどの資源、50は
共有バス、51、52はローカルバスである。
FIG. 4 shows a conventional configuration example of such a bus control device. In the figure, 11 and 12 are master, 2
Numerals 1 and 22 denote bus interfaces, 31 and 32 denote write buffers, 41 and 42 denote resources such as memories, 50 denotes a shared bus, and 51 and 52 denote local buses.

【0006】図5に、この従来の動作例をタイムチャー
ト形式で示す。同図において、100はマスタ11から
資源42への書込み要求、101はマスタ11から資源
42への読出し要求、102はマスタ12の共有バス占
有を示す。
FIG. 5 shows an example of this conventional operation in the form of a time chart. In the figure, 100 indicates a write request from the master 11 to the resource 42, 101 indicates a read request from the master 11 to the resource 42, and 102 indicates the master 12 occupying the shared bus.

【0007】この動作を説明する。最初マスタ12が共
有バスを占有している。この占有102期間中にマスタ
11から資源42に連続して書込み要求100が発行さ
れ、続いてマスタ11から資源42に読出し要求101
が発行される。
This operation will be described. First, the master 12 occupies the shared bus. During this occupation period 102, the master 11 issues a write request 100 continuously to the resource 42, and then the master 11 issues a read request 101 to the resource 42.
Is issued.

【0008】マスタ11の読出し要求101発行時、書
込みバッファ31に書込み要求100の待ち行列が生成
されており、読出し要求101はこの待ち行列が解消さ
れない限り完了されないため長いアクセスサイクルとな
る。
When the master 11 issues the read request 101, a queue of the write request 100 is generated in the write buffer 31, and the read request 101 is not completed unless this queue is canceled, resulting in a long access cycle.

【0009】このとき、ローカルバス51がマスタ11
の読出し要求101により占有されているため、マスタ
12から資源41への書込みまたは読出しのアクセス要
求が有ったとしても、マスタ11の読出し要求101が
完了しない限りマスタ12のアクセス要求も待たされる
ことになる。(図5において、マスタ12から資源41
への書込みまたは読出しのアクセス要求は、リトライを
繰り返しても、マスタ11の読出し要求101が完了す
るaの時点まで待たされることになる。)
At this time, the local bus 51
Therefore, even if there is a write or read access request from the master 12 to the resource 41, the access request of the master 12 is also kept waiting until the read request 101 of the master 11 is completed. become. (In FIG. 5, the resources 41
The write or read access request to the master 11 is kept waiting until the point a at which the read request 101 of the master 11 is completed, even if retry is repeated. )

【0010】[0010]

【発明が解決しようとする課題】上述のように、従来の
ポステッドライト方式では、いくつかの書込み要求をバ
ッファに溜め込み、書込み待ち行列を生成するが、読出
し要求が同じアドレスまたは同じ資源に発行された場
合、書込み待ち行列を全て解消してから読出し要求を行
う仕組みとなる。
As described above, in the conventional posted write system, several write requests are stored in a buffer and a write queue is generated, but read requests are issued to the same address or the same resource. In such a case, all the write queues are cleared and a read request is made.

【0011】この際、読出し要求を発行したマスタは書
込み待ち行列の解消と読出し要求が処理されている期間
はずっと待ち状態となる。
At this time, the master that has issued the read request remains in a waiting state while the write queue is cleared and the read request is being processed.

【0012】このとき、他のマスタが、前述の待ち状態
に入ったマスタの管理する資源に読出し要求を発行する
と、先のマスタの待ち状態が解消されるまでさらに待た
されることになる。
At this time, if another master issues a read request to the resource managed by the master in the waiting state, the master waits further until the waiting state of the previous master is resolved.

【0013】この状況が、繰り返されるとシステム上の
全てのマスタがまったく動くことのできない期間が増大
していくという問題が無視できなくなる。
When this situation is repeated, the problem that the period during which all masters on the system cannot operate at all increases, cannot be ignored.

【0014】リアルタイム制御システムにおいては、極
端に性能の低下する瞬間が有ると制御の不連続性を招い
たり、情報の送受のもれが生じたりする危険がある。
In a real-time control system, if there is a moment when the performance is extremely reduced, there is a danger that control discontinuity may occur or information may be leaked.

【0015】このため、本問題の解決が重要になる。Therefore, it is important to solve this problem.

【0016】本発明は、このような従来の問題点に鑑み
為されたもので、ポステッドライト方式で発生する書込
み待ち行列に起因する共有バスアクセス性能の低下を、
問題の発生しないレベル以下に抑制できるバス制御装置
を提供することを目的とする。
The present invention has been made in view of such a conventional problem, and reduces the shared bus access performance caused by the write queue generated in the posted write system.
It is an object of the present invention to provide a bus control device that can be suppressed to a level at which no problem occurs.

【0017】[0017]

【課題を解決するための手段】請求項1に記載の本発明
は、マルチマスタ機能を有し、マスタの書込み要求を一
旦バッファに蓄えることにより、書込み動作を遅らせる
ことができるようにしたバス制御装置において、バッフ
ァに蓄えられる書込み要求が所定の深さに達したとき、
書込み要求に続いて読出し要求を発行する手段を備えた
ことを特徴とする。
According to the present invention, there is provided a bus control having a multi-master function, wherein a write operation of a master is temporarily stored in a buffer so that a write operation can be delayed. In the device, when the write request stored in the buffer reaches a predetermined depth,
A means for issuing a read request following a write request is provided.

【0018】即ち、この請求項1に記載の本発明におい
ては、書込み待ち行列に起因する処理能力の極端な低下
を制限する方法として、書込み待ち行列の深さを制限す
る手段を設ける。これは書込み待ち行列がある一定の深
さに達した時、ダミーの読出し要求を発行する手段によ
り実現される。
That is, according to the present invention, as a method for limiting an extremely lowering of the processing capability caused by the write queue, means for limiting the depth of the write queue is provided. This is accomplished by means for issuing a dummy read request when the write queue has reached a certain depth.

【0019】上記の読出し要求が発行されると書込み待
ち行列は直ちに解消されるように動作する。この際の最
悪の待ち時間は、書込み待ち行列を格納するバッファの
容量によらず、設定された書込み待ち行列の深さとアク
セスを共有バスに発行可能なマスタの数によって制限す
ることができる。
When the above read request is issued, the write queue operates so as to be immediately released. The worst wait time at this time can be limited by the set depth of the write queue and the number of masters that can issue access to the shared bus, regardless of the capacity of the buffer storing the write queue.

【0020】請求項2に記載の本発明は、請求項1に記
載のバス制御装置において、書込み要求に続いて読出し
要求を発行する手段が、マスタの書込み要求を検出する
書込み要求検出装置と、この書込み要求検出装置の検出
結果に基き、書込み要求に続いて読出し要求を発行する
読出し要求発行装置とを備えたものであることを特徴と
する。
According to a second aspect of the present invention, in the bus control device of the first aspect, the means for issuing a read request subsequent to the write request includes a write request detecting device for detecting a master write request; And a read request issuing device for issuing a read request following the write request based on the detection result of the write request detecting device.

【0021】即ち、この請求項2に記載の本発明におい
ては、請求項1に記載のバス制御装置におけるダミーの
読出し要求を実現する方法として、書込み要求を検出す
る装置と、マスタの要求がなくても必要に応じ読出し要
求を発行できる装置を設ける。
That is, in the present invention according to the second aspect, as a method for realizing a dummy read request in the bus control device according to the first aspect, an apparatus for detecting a write request and a request for a master are provided. A device capable of issuing a read request as needed is provided.

【0022】この構成で、書込み要求を検出した場合、
必要に応じ読み出し要求を発行することにより、自動的
に書込み待ち行列が解消されるため、書込み待ち行列が
危険なほど深くなる状態を回避できる。
In this configuration, when a write request is detected,
Issuing a read request as needed automatically eliminates the write queue, thereby avoiding a situation where the write queue becomes dangerously deep.

【0023】[0023]

【発明の実施の形態】以下、図面を参照して本発明の実
施形態について詳細に説明する。なお、以下の図におい
て、従来例の構成及び動作を示す図を含めて、同符号は
同一部分または対応部分を示す。
Embodiments of the present invention will be described below in detail with reference to the drawings. In the following drawings, the same reference numerals indicate the same or corresponding portions, including those showing the configuration and operation of the conventional example.

【0024】本発明に係るバス制御装置の一実施形態の
構成を図1に示す。
FIG. 1 shows the configuration of an embodiment of the bus control device according to the present invention.

【0025】図1に示すように、本発明の一実施形態
は、図4に示す従来例の構成と比較して、書込み検出装
置61、62および読出し発生装置71、72を新たに
有することが特徴である。図1において、53、54は
書込み検出信号を示す。
As shown in FIG. 1, one embodiment of the present invention may include write detectors 61 and 62 and read generators 71 and 72 as compared with the conventional configuration shown in FIG. It is a feature. In FIG. 1, 53 and 54 indicate write detection signals.

【0026】なお、本実施形態としての必要最小限の構
成では、図2のように書込み検出装置62および読出し
発生装置72が省かれる。この場合マスタ11からのア
クセスに限り本実施形態の効果が得られることになる。
In the minimum configuration required in the present embodiment, the write detecting device 62 and the read generating device 72 are omitted as shown in FIG. In this case, the effect of the present embodiment can be obtained only for access from the master 11.

【0027】図3に、本実施形態の動作をタイムチャー
ト形式で示す。同図において、103は読出し発生装置
71の読出し要求を示す。
FIG. 3 shows the operation of this embodiment in the form of a time chart. In the figure, reference numeral 103 denotes a read request from the read generator 71.

【0028】この動作を説明する。最初マスタ12が共
有バスを占有している。この占有102期間中にマスタ
11から資源42に連続して書込み要求100が発行さ
れ、続いてマスタ11から資源42に読出し要求101
が発行される。
This operation will be described. First, the master 12 occupies the shared bus. During this occupation period 102, the master 11 issues a write request 100 continuously to the resource 42, and then the master 11 issues a read request 101 to the resource 42.
Is issued.

【0029】上述のように、従来の動作例では、図5に
示したように、マスタ11の読出し要求101発行時、
書込みバッファ31に書込み要求100の待ち行列が生
成されており、読出し要求101はこの待ち行列が解消
されない限り完了されないため長いアクセスサイクルと
なる。このとき、ローカルバス51がマスタ11の読出
し要求101により占有されているため、マスタ12か
ら資源41への書込みまたは読出しのアクセス要求が有
ったとしても、マスタ11の読出し要求101が完了し
ない限りマスタ12のアクセス要求も待たされることに
なる。
As described above, in the conventional operation example, when the read request 101 of the master 11 is issued as shown in FIG.
A queue of write requests 100 is generated in the write buffer 31, and the read requests 101 are not completed unless the queues are cleared, resulting in a long access cycle. At this time, since the local bus 51 is occupied by the read request 101 of the master 11, even if there is a write or read access request to the resource 41 from the master 12, the read request 101 of the master 11 is not completed. The access request from the master 12 is also waited.

【0030】一方、本実施形態では、マスタ11から資
源42への書込み要求100が発行されると書込み検出
装置61がこれを検出して、書込み検出信号53を読出
し発生装置71に出力し、読出し発生装置71ではこの
書込み検出信号53に基づいて資源42へのダミーの読
出し要求103を発行するので、マスタ11の書込み要
求100に続いて必ず読出し発生装置71のダミーの読
出し要求103が挿入される。このため、書込みバッフ
ァ31には書込み要求100の待ち行列がたまらない。
書込み要求100に続くマスタ11の読出し要求10
1、及び書込み要求100に続くダミーの読出し要求1
03は発行されると直ちに資源42に到達し、速やかに
サイクルが終結されるため、この期間にマスタ12から
資源41への書込みまたは読出しのアクセス要求が有っ
たとしてもマスタ12のアクセス要求が待たされること
はない。(図3において、マスタ12から資源41への
書込みまたは読出しのアクセス要求は、リトライを繰り
返すこととなるが、bの時点でアクセス可能となる。)
なお、読出し発生装置71からのダミーの読出し要求1
03の発行は、読出し要求101の発行を検出する毎に
行うこととしてもよいが、書込みバッファ31に蓄えら
れる書込み要求100が所定の深さに達した時、発行さ
れることとすればよい。この際の最悪の待ち時間は、書
込み待ち行列を格納する書込みバッファ31の容量によ
らず、設定された書込み待ち行列の深さとアクセスを共
有バス50に発行可能なマスタの数によって制限するこ
とができる。なお、マスタの数が多いほど、設定する書
込み待ち行列の深さを浅くするのがよい。
On the other hand, in the present embodiment, when a write request 100 to the resource 42 is issued from the master 11, the write detection device 61 detects this, and outputs a write detection signal 53 to the read generation device 71 to read the data. Since the generator 71 issues a dummy read request 103 to the resource 42 based on the write detection signal 53, the dummy read request 103 of the read generator 71 is always inserted after the write request 100 of the master 11. . Therefore, the queue of the write request 100 does not accumulate in the write buffer 31.
Read request 10 of master 11 following write request 100
1 and a dummy read request 1 following the write request 100
03 immediately reaches the resource 42 upon issuance, and the cycle is immediately terminated. Therefore, even if there is a write or read access request from the master 12 to the resource 41 during this period, the master 12 access request There is no waiting. (In FIG. 3, a write or read access request from the master 12 to the resource 41 repeats the retry, but becomes accessible at the time point b.)
The dummy read request 1 from the read generator 71
03 may be issued every time the issuance of the read request 101 is detected, but may be issued when the write request 100 stored in the write buffer 31 reaches a predetermined depth. In this case, the worst wait time can be limited by the set depth of the write queue and the number of masters that can issue access to the shared bus 50 regardless of the capacity of the write buffer 31 that stores the write queue. it can. It is preferable that the larger the number of masters, the smaller the write queue to be set.

【0031】以上のように、本実施形態によれば、マス
タ11から資源42への連続した書込み要求により書込
みバッファ31に書込み待ち行列が生成されることを抑
制することができ、マスタ12が資源41をアクセスす
る際の待ち時間をある一定限度に制限することを可能と
する効果がある。
As described above, according to the present embodiment, generation of a write queue in the write buffer 31 due to a continuous write request from the master 11 to the resource 42 can be suppressed. There is an effect that it is possible to limit the waiting time when accessing the L. 41 to a certain limit.

【0032】なお、上述の説明では、マスタ11から資
源42に連続して書込み要求100が発行され、続いて
マスタ11から資源42に読出し要求101が発行され
る場合の動作について説明したが、マスタ12から資源
41に連続して書込み要求が発行され、続いてマスタ1
2から資源41に読出し要求が発行される場合について
も同様の動作を行う。
In the above description, the operation in the case where the master 11 issues the write request 100 to the resource 42 continuously and then issues the read request 101 from the master 11 to the resource 42 has been described. 12 continuously issues write requests to the resource 41, and then the master 1
The same operation is performed when a read request is issued from the second to the resource 41.

【0033】また、上述の実施形態においては、書込み
バッファに蓄えられる書込み要求が所定の深さに達した
とき、書込み要求に続いて読出し要求を発行する手段と
して、書込み検出装置61、62および読出し発生装置
71、72を設けたが、これらの書込み検出装置61、
62および読出し発生装置71、72を設ける代わり
に、マスタ11、12内にソフト的手段を設け、これに
より実行するように構成することもできる。
In the above embodiment, when the write request stored in the write buffer reaches a predetermined depth, the write detectors 61 and 62 and the read detector are used as means for issuing a read request following the write request. Although the generators 71 and 72 are provided, these write detectors 61,
Instead of providing the 62 and the read-out generators 71 and 72, it is also possible to provide software means in the masters 11 and 12 so as to execute them.

【0034】[0034]

【発明の効果】以上説明したように、ポステッドライト
方式で発生する書込み待ち行列に起因する共有バスアク
セス性能の極端な低下という問題が、本発明を適用する
ことにより問題の発生しないレベル以下に抑制できる。
As described above, the problem that the shared bus access performance is extremely reduced due to the write queue generated in the posted write system is reduced to a level below which no problem occurs by applying the present invention. Can be suppressed.

【0035】従って、プログラマブルコントローラのよ
うなリアルタイム制御システムにおいて、本発明を適用
することにより、極端に性能の低下する瞬間が発生する
恐れを回避できるため、安定した制御を実現できるとい
う効果がある。
Therefore, in a real-time control system such as a programmable controller, by applying the present invention, it is possible to avoid the possibility that a moment at which the performance is extremely reduced may be avoided, so that there is an effect that stable control can be realized.

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

【図1】 本発明の一実施形態の構成を示すブロック
図。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【図2】 本発明の一実施形態における最小限の構成構
成を示すブロック図。
FIG. 2 is a block diagram showing a minimum configuration in an embodiment of the present invention.

【図3】 本発明の一実施形態における動作状態を示す
タイムチャート。
FIG. 3 is a time chart showing an operation state in one embodiment of the present invention.

【図4】 従来例の構成を示すブロック図。FIG. 4 is a block diagram showing a configuration of a conventional example.

【図5】 従来例の動作状態を示すタイムチャート。FIG. 5 is a time chart showing an operation state of a conventional example.

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

11、12…マスタ 21、22…バスインタフェース 31、32…書込みバッファ 41、42…資源 50…共有バス 51、52…ローカルバス 53、54…書込み検出信号 61、62…書込み検出装置 71、72…読出し発生装置 100…マスタ11から資源42への書込み要求 101…マスタ11から資源42への読出し要求 102…マスタ12の共有バス占有 103…読出し発生装置71の読出し要求 11, 12 Master 21, 22 Bus interface 31, 32 Write buffer 41, 42 Resource 50 Shared bus 51, 52 Local bus 53, 54 Write detection signal 61, 62 Write detector 71, 72 Read generator 100: Write request from master 11 to resource 42 101: Read request from master 11 to resource 42 102: Shared bus occupation of master 12 103: Read request by read generator 71

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】マルチマスタ機能を有し、マスタの書込み
要求を一旦バッファに蓄えることにより、書込み動作を
遅らせることができるようにしたバス制御装置におい
て、バッファに蓄えられる書込み要求が所定の深さに達
したとき、書込み要求に続いて読出し要求を発行する手
段を備えたことを特徴とするバス制御装置。
In a bus control device having a multi-master function and capable of delaying a write operation by temporarily storing a write request of a master in a buffer, a write request stored in a buffer has a predetermined depth. A bus control device comprising: means for issuing a read request following a write request when the number of times has reached.
【請求項2】前記書込み要求に続いて読出し要求を発行
する手段が、マスタの書込み要求を検出する書込み要求
検出装置と、この書込み要求検出装置の検出結果に基づ
き、書込み要求に続いて読出し要求を発行する読出し要
求発行装置とを備えたものであることを特徴とする請求
項1に記載のバス制御装置。
A means for issuing a read request following the write request; a write request detecting device for detecting a master write request; and a read request following a write request based on a detection result of the write request detecting device. 2. The bus control device according to claim 1, further comprising: a read request issuing device for issuing a request.
JP2000269976A 2000-09-06 2000-09-06 Bus controller Pending JP2002082901A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000269976A JP2002082901A (en) 2000-09-06 2000-09-06 Bus controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000269976A JP2002082901A (en) 2000-09-06 2000-09-06 Bus controller

Publications (1)

Publication Number Publication Date
JP2002082901A true JP2002082901A (en) 2002-03-22

Family

ID=18756497

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000269976A Pending JP2002082901A (en) 2000-09-06 2000-09-06 Bus controller

Country Status (1)

Country Link
JP (1) JP2002082901A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007241612A (en) * 2006-03-08 2007-09-20 Matsushita Electric Ind Co Ltd Multi-master system
JPWO2005069152A1 (en) * 2004-01-13 2007-12-27 セイコーインスツル株式会社 Memory interface device, memory interface method, and modem device
US7711885B2 (en) 2007-04-17 2010-05-04 Kabushiki Kaisha Toshiba Bus control apparatus and bus control method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2005069152A1 (en) * 2004-01-13 2007-12-27 セイコーインスツル株式会社 Memory interface device, memory interface method, and modem device
JP2010262663A (en) * 2004-01-13 2010-11-18 Seiko Instruments Inc Memory interface device, memory interface method and modem device
US7890728B2 (en) 2004-01-13 2011-02-15 Seiko Instruments Inc. Memory interface device, memory interface method and modem device
JP2007241612A (en) * 2006-03-08 2007-09-20 Matsushita Electric Ind Co Ltd Multi-master system
US7711885B2 (en) 2007-04-17 2010-05-04 Kabushiki Kaisha Toshiba Bus control apparatus and bus control method

Similar Documents

Publication Publication Date Title
KR100724557B1 (en) Out of order dram sequencer
JP4715801B2 (en) Memory access control device
US6782433B2 (en) Data transfer apparatus
JP3525518B2 (en) Data transfer device
JP3444154B2 (en) Memory access control circuit
JPH11224221A (en) Unit and method for memory control
JP2002082901A (en) Bus controller
JPH11232214A (en) Processor for information processor and its controlling method
JP2972491B2 (en) Bus control mechanism and computer system
JP2005165592A (en) Data transfer device
EP0426169A2 (en) Optical data filing system with improved memory read/write control
JPH06161873A (en) Hang-up processings system for plural access points to main memory
JP2731761B2 (en) Network control device
JP3820831B2 (en) Memory control method and apparatus
JP3240863B2 (en) Arbitration circuit
JP3492139B2 (en) Data transfer method via bus and bus master controller
JP2006268734A (en) Memory access controller
JP2006059303A (en) Computer system
JP2007316880A (en) Access right arbitration system for dual port memory
JP2968727B2 (en) Light operation check device
JP3467188B2 (en) Multiplexing bus order guarantee system.
JP3119155B2 (en) Bus access method
JPH0589027A (en) Write buffer provided with monitoring function
JP2747258B2 (en) Write buffer busy control method
JP2008198119A (en) Data transfer device, data transfer system, and data transfer method