JP2002351816A - Data transfer method trough bus and bus master control device - Google Patents

Data transfer method trough bus and bus master control device

Info

Publication number
JP2002351816A
JP2002351816A JP2002145497A JP2002145497A JP2002351816A JP 2002351816 A JP2002351816 A JP 2002351816A JP 2002145497 A JP2002145497 A JP 2002145497A JP 2002145497 A JP2002145497 A JP 2002145497A JP 2002351816 A JP2002351816 A JP 2002351816A
Authority
JP
Japan
Prior art keywords
bus
data
transfer
transferred
predetermined number
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.)
Withdrawn
Application number
JP2002145497A
Other languages
Japanese (ja)
Inventor
Yuichi Hashimoto
祐一 橋本
Toru Kakiage
透 書上
Masato Suzuki
正人 鈴木
Yoshiaki Kasuga
義昭 春日
Junichi Yasui
純一 安井
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2002145497A priority Critical patent/JP2002351816A/en
Publication of JP2002351816A publication Critical patent/JP2002351816A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a data transfer method and a bus master control unit having a common bus and enabling to improve data transfer efficiency in both devices. SOLUTION: This is a data transfer method via a bus, and constituted of a stage in which a first device occupies the above bus as a bus master, a stage in which a prescribed number of data are transferred out of the data to be transferred under the state that the above first device occupies the above data, a stage in which the above first device determines whether the above bus to be released or not in accordance with presence of a request from a second device after the end of transfer of prescribed number of above data, and a stage in which the above first device releases the above bus if the above first bus is determined to release the above buss.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、情報処理装置にお
けるバスを介したデータ転送方法およびバスマスタ制御
装置に関する。
The present invention relates to a data transfer method via a bus in an information processing apparatus and a bus master control device.

【0002】[0002]

【従来の技術】DMA(ダイレクト・メモリ・アクセ
ス)コントローラとは、共通のバスに接続されたメモリ
やI/O(入出力)装置などの外部装置間のデータ転送
を、CPUを介さず高速に実行するために用いられる制
御装置である。
2. Description of the Related Art A DMA (Direct Memory Access) controller transfers data between external devices such as a memory and an I / O (input / output) device connected to a common bus at a high speed without using a CPU. It is a control device used to execute.

【0003】図5(a)〜図5(d)は、従来のDMA
コントローラを用いたデータ転送方法を概念的に示す。
1つの囲みが1回のデータ転送(例えば1サイクル期間
における1語のデータ転送)を示し、データ転送は左か
ら右へ順に実行される。それぞれのデータ転送における
バスマスタを囲みの中に示している。バスマスタとは、
データ転送においてバスを占有しデータ転送を制御する
装置であり、CPUやDMAコントローラなどがこれに
相当する。図5(a)〜図5(d)において「DMA」
とあるのは、DMAコントローラがバスマスタとしてバ
スを占有していることを示し、「他」とあるのはDMA
コントローラ以外(例えば、CPU)がバスマスタとし
てバスを占有していることを示す。
FIGS. 5A to 5D show a conventional DMA.
1 conceptually shows a data transfer method using a controller.
One box indicates one data transfer (for example, one word data transfer in one cycle period), and the data transfer is performed in order from left to right. The bus masters for each data transfer are shown in boxes. What is a bus master?
A device that occupies a bus in data transfer and controls data transfer, and corresponds to a CPU, a DMA controller, and the like. In FIGS. 5A to 5D, "DMA"
Indicates that the DMA controller occupies the bus as a bus master, and "other" indicates that the DMA controller is occupying the bus.
This indicates that a bus other than the controller (for example, CPU) occupies the bus as a bus master.

【0004】図5(a)は「バースト転送方法」による
データ転送を示している。DMA転送が起動されると、
そのDMA転送が終了するまでDMAコントローラがバ
スを占有する。そのため、例えばCPU等の他の装置が
バスを介してメモリとのデータ転送を行う場合、バース
ト転送中であれば他の装置はそのDMA転送が終わるま
で待機しなければならない。このようにバースト転送中
に他の装置が長時間待機させられるのを防ぐために、図
5(b)、図5(c)および図5(d)に示すデータ転
送方法が提案されている。
FIG. 5A shows data transfer by the "burst transfer method". When the DMA transfer is activated,
The DMA controller occupies the bus until the end of the DMA transfer. Therefore, when another device such as a CPU performs data transfer with the memory via the bus, if another device is performing burst transfer, the other device must wait until the DMA transfer is completed. In order to prevent other devices from being kept on standby for a long time during burst transfer, data transfer methods shown in FIGS. 5B, 5C and 5D have been proposed.

【0005】図5(b)は、バスを占有するバスマスタ
としてDMAコントローラと他の装置とを1語のデータ
の転送ごと交互に強制的に切り換える「1語転送方法」
によるデータ転送を示す。図5(c)は、他の装置がバ
スマスタとしてバスを使用していない時のみDMAコン
トローラがバスマスタとしてバスを占有しDMA転送を
実行する「サイクルスチール転送方法」によるデータ転
送を示す。図5(d)は、タイマーによる所定時間で割
り込みをかけることによって、それぞれの装置がバスを
交互に占有する「タイマー割り込み転送方法」によるデ
ータ転送を示す。タイマー割り込み転送方法では、DM
A転送の起動から所定時間後の割り込みによりDMAコ
ントローラは強制的にDMA転送を中断させられ、他の
装置がバスマスタとしてバスを占有する。さらに所定時
間後の割り込みによって他の装置は強制的にバス占有を
中断させられ、DMAコントローラが再度バスを占有し
てDMA転送を再開する。
FIG. 5B shows a "single word transfer method" in which a DMA controller and another device are alternately and forcibly switched as a bus master occupying the bus every time one word data is transferred.
Shows the data transfer by. FIG. 5C shows the data transfer by the "cycle steal transfer method" in which the DMA controller occupies the bus as the bus master and executes the DMA transfer only when no other device uses the bus as the bus master. FIG. 5D shows data transfer by the “timer interrupt transfer method” in which each device alternately occupies the bus by interrupting for a predetermined time by a timer. In the timer interrupt transfer method, DM
The DMA controller is forcibly interrupted the DMA transfer by an interrupt after a predetermined time from the start of the A transfer, and another device occupies the bus as a bus master. Further, another device is forcibly suspended from occupying the bus by an interrupt after a predetermined time, and the DMA controller resumes the DMA transfer by occupying the bus again.

【0006】[0006]

【発明が解決しようとする課題】バスマスタとなること
ができる複数の装置がバスを共有しているシステムにお
けるデータ転送、例えばDMA転送においては、DMA
コントローラ及び他の装置の両方の転送効率を上げるこ
とが要求されている。
In a data transfer, for example, a DMA transfer in a system in which a plurality of devices that can be bus masters share a bus, a DMA is used.
There is a need to increase the transfer efficiency of both the controller and other devices.

【0007】しかしながら、上記の「1語転送方法」で
は、DMA転送が連続的に行なえないので、特にDRA
Mのページモードなどの高速転送モードを利用したメモ
リへのアクセスができない。そのためDMA転送効率が
非常に悪くなるといった問題点があった。
However, in the above-mentioned "one-word transfer method", since DMA transfer cannot be performed continuously, especially the DRA
The memory cannot be accessed using a high-speed transfer mode such as the M page mode. Therefore, there has been a problem that the DMA transfer efficiency becomes very poor.

【0008】また、「サイクルスチール転送方法」で
は、前記と同様の問題に加えて、他の装置がバスマスタ
として長時間バスを占有した場合にはDMAコントロー
ラがバスにアクセすることができず、その結果DMA転
送が待たされ、所定の時間内に転送を完了することがで
きない、といった問題点を有していた。
In the "cycle stealing transfer method", in addition to the same problems as described above, when another device occupies the bus as a bus master for a long time, the DMA controller cannot access the bus. As a result, there is a problem that the DMA transfer is awaited and the transfer cannot be completed within a predetermined time.

【0009】また、「タイマー割り込み転送方法」で
は、バスマスタとして働いている装置の都合によらずタ
イマー割り込みによってバスマスタとしてバスを占有す
る装置が強制的に切り換えられるので、データ転送効率
が悪いという問題点があった。
Further, in the "timer interrupt transfer method", the device which occupies the bus as the bus master is forcibly switched by the timer interrupt regardless of the convenience of the device acting as the bus master, so that the data transfer efficiency is poor. was there.

【0010】本発明はかかる点に鑑み、ある装置がバス
マスタとしてデータ転送中(例えば、DMA転送中)で
あっても他の装置が長時間待機させられることなく、か
つ、所定個数のデータを連続して転送する間バスを占有
でき、両方の装置におけるデータの転送効率の向上が図
れるデータ転送方法およびバスマスタ制御装置を提供す
ることを目的とする。
In view of the above, the present invention does not allow another device to wait for a long time even when a certain device is transferring data as a bus master (for example, during DMA transfer) and continuously transfers a predetermined number of data. It is an object of the present invention to provide a data transfer method and a bus master control device which can occupy a bus while transferring data and improve the data transfer efficiency in both devices.

【0011】[0011]

【課題を解決するための手段】本発明の方法は、バスを
介してデータを転送する方法であって、第1の装置がバ
スマスタとして前記バスを占有する工程と、前記第1の
装置が前記バスを占有している状態で、転送すべきデー
タのうち第1の所定個数のデータを転送する工程と、前
記第1の所定個数のデータの転送が終了したか否かを判
定する工程と、前記第1の所定個数のデータの転送が終
了したと判定された後、第2の装置の要求の有無に応じ
て前記第1の装置が前記バスを解放するか否かを判定す
る工程と、前記第1の装置が前記バスを解放すると判定
された場合、前記第1の装置が前記バスを解放する工程
とを含み、そのことにより上記目的を達成することがで
きる。
The method of the present invention is a method for transferring data over a bus, wherein a first device occupies the bus as a bus master, and wherein the first device comprises Transferring a first predetermined number of data among the data to be transferred while occupying the bus; and determining whether the transfer of the first predetermined number of data is completed; After determining that the transfer of the first predetermined number of data has been completed, determining whether or not the first device releases the bus in accordance with the presence or absence of a request from a second device; If it is determined that the first device releases the bus, the first device releases the bus, thereby achieving the above object.

【0012】ある実施形態では、前記第1の装置が前記
バスを解放した後、前記第2の装置がバスマスタとして
前記バスを占有する工程と、前記第2の装置が前記バス
へのアクセスを終了した後、前記第2の装置が前記バス
を解放する工程と、前記第2の装置が前記バスを解放し
た後、前記第1の装置が前記バスを再び占有する工程
と、前記第1の装置が前記バスを再び占有している状態
で、前記転送した第1の所定個数のデータに続く第2の
所定個数のデータを転送する工程をさらに含む。
In one embodiment, after the first device releases the bus, the second device occupies the bus as a bus master, and the second device finishes accessing the bus. After the second device releases the bus, after the second device releases the bus, the first device re-occupies the bus; and Further transferring a second predetermined number of data subsequent to the transferred first predetermined number of data while the bus is occupying the bus again.

【0013】ある実施形態では、前記第1の装置が前記
バスを解放しないと判定された場合、前記第1の装置が
前記バスを占有し続け、前記転送した第1の所定個数の
データに続く第2の所定個数のデータを転送する工程と
を含む。
In one embodiment, if it is determined that the first device does not release the bus, the first device continues to occupy the bus and follows the first predetermined number of transferred data. Transferring a second predetermined number of data.

【0014】ある実施形態では、前記転送すべきデータ
全ての転送が終了したか否かを判定する工程と、前記転
送すべきデータ全ての転送が終了したと判定された後、
前記バスを解放する工程をさらに含む。
In one embodiment, a step of determining whether or not the transfer of all of the data to be transferred has been completed, and a step of determining that the transfer of all of the data to be transferred has been completed,
Releasing the bus.

【0015】ある実施形態では、前記第1の装置は、D
MAコントローラであり、前記第2の装置は、CPUで
ある。
[0015] In one embodiment, the first device comprises a D
An MA controller, and the second device is a CPU.

【0016】本発明のバスマスタ制御装置は、バスを介
してデータ転送を行うバスマスタの動作を制御するバス
マスタ制御装置であって、データ転送要求に応答して、
前記バスの占有を要求する信号を出力するバス占有要求
手段と、前記バスマスタが前記バスを占有している状態
で、転送すべきデータのうち第1の所定個数のデータを
転送するデータ転送手段と、前記第1の所定個数のデー
タの転送が終了した後、前記バスの解放を指示する信号
を出力するバス解放指示手段とを含み、そのことにより
上記目的を達成することができる。
A bus master control device according to the present invention is a bus master control device for controlling the operation of a bus master that performs data transfer via a bus, and responds to a data transfer request.
Bus occupancy requesting means for outputting a signal requesting occupation of the bus, and data transfer means for transferring a first predetermined number of data to be transferred while the bus master is occupying the bus. And bus release instructing means for outputting a signal for instructing release of the bus after the transfer of the first predetermined number of data is completed, thereby achieving the above object.

【0017】ある実施形態では、前記バス占有要求手段
は、前記バス解放指示手段が前記バス解放指示信号を出
力した後、前記バスの占有を要求する信号を再び出力
し、前記データ転送手段は、前記バスマスタが前記バス
を再び占有している状態で、前記転送した第1の所定個
数のデータに続く第2の所定個数のデータを転送する。
In one embodiment, the bus occupancy request means outputs a signal requesting occupation of the bus again after the bus release instruction means outputs the bus release instruction signal, and the data transfer means comprises: While the bus master is re-occupying the bus, the bus master transfers a second predetermined number of data following the transferred first predetermined number of data.

【0018】ある実施形態では、前記バス解放指示手段
は、前記転送すべきデータ全ての転送が終了した後、前
記バスの解放を指示する信号を出力する。
In one embodiment, the bus release instructing means outputs a signal for instructing release of the bus after all the data to be transferred have been transferred.

【0019】ある実施形態では、前記データ転送手段
は、前記第1の所定個数のデータのうち転送したデータ
の個数をカウントする第1のカウンタと、前記第1のカ
ウンタの出力に基づいて前記第1の所定個数のデータの
転送が終了したか否かを判定する第1の判定手段とを含
む。
In one embodiment, the data transfer means includes a first counter for counting the number of transferred data out of the first predetermined number of data, and the second counter based on an output of the first counter. A first determination unit that determines whether the transfer of the predetermined number of data has been completed.

【0020】ある実施形態では、前記データ転送手段
は、前記転送すべきデータ全てのうち転送したデータの
個数をカウントする第2のカウンタと、前記第2のカウ
ンタの出力に基づき前記転送すべきデータの転送が全て
終了したか否かを判定する第2の判定手段とをさらに含
む。
In one embodiment, the data transfer means includes a second counter for counting the number of transferred data out of all the data to be transferred, and the data to be transferred based on an output of the second counter. And a second determination unit for determining whether or not all the transfer has been completed.

【0021】以下に作用を説明する。The operation will be described below.

【0022】本発明は、上記の構成によって、第1の装
置がバスマスタとして所定個数のデータ転送を終了した
後、第2の装置の要求の有無に応じて第1の装置がバス
を解放することにより、第1の装置によるデータ転送中
であっても第2の装置がバスマスタになるために長時間
待機させられることがない。
According to the present invention, with the above structure, after the first device has completed the transfer of a predetermined number of data as a bus master, the first device releases the bus in response to a request from the second device. Accordingly, even when data transfer is being performed by the first device, the second device does not wait for a long time because it becomes the bus master.

【0023】また、第2の装置がバスを解放した後、第
1の装置がバスマスタとしてバスを再び占有し、転送し
た所定個数のデータに続く所定個数のデータを転送を行
なう。このように所定個数毎にデータ転送を行なうこと
により、第1の装置によるデータ転送が効率よく行なわ
れる。
After the second device releases the bus, the first device again occupies the bus as a bus master, and transfers a predetermined number of data following the transferred predetermined number of data. By performing data transfer every predetermined number in this manner, data transfer by the first device is efficiently performed.

【0024】[0024]

【発明の実施の形態】以下、図1〜図4を参照して本発
明の実施の形態を説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to FIGS.

【0025】図1は、情報処理装置408の構成を示す
ブロック図である。情報処理装置408は、CPU40
1と周辺装置404とDMAコントローラ11とバスコ
ントローラ9とを備えている。CPU401、周辺装置
404およびバスコントローラ9は、内部バス406で
結合されている。さらに情報処理装置408は、バスコ
ントローラ9および外部バス407を介して外部メモリ
405と接続されている。301はCPU401が内部
バス406および外部バス407の占有をバスコントロ
ーラ9に対して要求するCPU転送要求信号であり、1
01は周辺装置404がDMAコントローラ11に対し
てDMA転送を要求するDMA起動要求信号である。D
MAコントローラ11とバスコントローラ9は、後述す
るように制御信号とアドレスを送る線で接続されてい
る。
FIG. 1 is a block diagram showing the configuration of the information processing device 408. The information processing device 408 includes the CPU 40
1, a peripheral device 404, a DMA controller 11, and a bus controller 9. The CPU 401, the peripheral device 404, and the bus controller 9 are connected by an internal bus 406. Further, the information processing device 408 is connected to the external memory 405 via the bus controller 9 and the external bus 407. Reference numeral 301 denotes a CPU transfer request signal for requesting the bus controller 9 to occupy the internal bus 406 and the external bus 407 by the CPU 401.
01 is a DMA activation request signal for requesting the DMA transfer from the DMA controller 11 by the peripheral device 404. D
The MA controller 11 and the bus controller 9 are connected by a line for transmitting a control signal and an address as described later.

【0026】CPU401は、演算処理を行ない、また
情報処理装置408全体の処理を統括し制御する中央処
理装置である。周辺装置404は、CPU401の指示
に基づき、あるまとまった処理を受け持つ装置である。
例えばハードディスクや光ディスク等の外部記憶装置や
プリンタがこれに相当する。バスコントローラ9は、内
部バス406と外部バス407に対するアクセスを制御
し、バスマスタになりうる装置としてCPU401とD
MAコントローラ11を持つ。バスコントローラ9は、
これらの装置からの内部バス406および外部バス40
7の占有要求に対して調停を行ない、どの装置がバスマ
スタとしてバスを占有するかの判定を行なう。DMAコ
ントローラ11は、周辺装置404からの要求に基づ
き、CPU401を介さずに行なう周辺装置404と外
部メモリ405間のデータ転送(DMA転送)を制御す
る。
The CPU 401 is a central processing unit that performs arithmetic processing and controls and controls overall processing of the information processing device 408. The peripheral device 404 is a device that performs a group of processes based on an instruction from the CPU 401.
For example, an external storage device such as a hard disk or an optical disk or a printer corresponds to this. The bus controller 9 controls access to the internal bus 406 and the external bus 407, and the CPU 401 and the D
It has an MA controller 11. The bus controller 9
Internal bus 406 and external bus 40 from these devices
The arbitration is performed for the occupation request of No. 7 to determine which device occupies the bus as a bus master. The DMA controller 11 controls data transfer (DMA transfer) between the peripheral device 404 and the external memory 405 without the intervention of the CPU 401 based on a request from the peripheral device 404.

【0027】図2はDMAコントローラ11の構成を示
すブロック図である。
FIG. 2 is a block diagram showing the configuration of the DMA controller 11.

【0028】DMAコントローラ11は、転送元アドレ
スレジスタ1a、転送先アドレスレジスタ1b、アドレ
ス生成部7を含んでいる。転送元アドレスレジスタ1a
は、DMA転送における転送元アドレスであるソースア
ドレスを格納する。転送先アドレスレジスタ1bは、D
MA転送における転送先アドレスであるデスティネーシ
ョンアドレスを格納する。転送元アドレスレジスタ1a
の出力と転送先アドレスレジスタ1bの出力は、アドレ
ス生成部7に接続されている。また、バスコントローラ
9から出力された読み出しアクノリッジ信号106およ
び書き込みアクノリッジ信号110が、アドレス生成部
7に入力されている。読み出しアクノリッジ信号106
は、バスコントローラ9がDMA転送要求を受け付け、
DMA転送すべきデータの読み出しを開始したことを知
らせる信号である。書き込みアクノリッジ信号110
は、バスコントローラ9がDMA転送すべきデータの書
き込みを開始したことを知らせる信号である。アドレス
生成部7は、データ転送開始アドレスとして転送元アド
レスレジスタ1aおよび転送先アドレスレジスタ1bの
内容を読み出し、転送元アドレス105aおよび転送先
アドレス105bとしてバスコントローラ9に出力す
る。さらにアドレス生成部7は、読み出しアクノリッジ
信号106および書き込みアクノリッジ信号110に基
づき、次に読み出しおよび書き込みを行なうべきアドレ
スを更新し、それぞれ転送元アドレス105aおよび転
送先アドレス105bとしてバスコントローラ9に出力
する。これにより所定個数のデータの転送が順次行なわ
れる。
The DMA controller 11 includes a source address register 1a, a destination address register 1b, and an address generator 7. Source address register 1a
Stores a source address which is a transfer source address in the DMA transfer. The transfer destination address register 1b stores the D
A destination address, which is a transfer destination address in MA transfer, is stored. Source address register 1a
And the output of the transfer destination address register 1b are connected to the address generator 7. In addition, the read acknowledge signal 106 and the write acknowledge signal 110 output from the bus controller 9 are input to the address generator 7. Read acknowledge signal 106
Indicates that the bus controller 9 accepts the DMA transfer request,
This signal indicates that reading of data to be DMA-transferred has started. Write acknowledge signal 110
Is a signal notifying that the bus controller 9 has started writing data to be DMA-transferred. The address generator 7 reads the contents of the transfer source address register 1a and the transfer destination address register 1b as a data transfer start address, and outputs the contents to the bus controller 9 as the transfer source address 105a and the transfer destination address 105b. Further, based on the read acknowledge signal 106 and the write acknowledge signal 110, the address generation unit 7 updates the addresses to be read and written next, and outputs them to the bus controller 9 as the transfer source address 105a and the transfer destination address 105b, respectively. As a result, a predetermined number of data are sequentially transferred.

【0029】DMAコントローラ11は、転送回数レジ
スタ2と、間欠転送回数レジスタ3とをさらに含む。転
送回数レジスタ2は、DMA転送すべき転送回数を格納
する。間欠転送回数レジスタ3は、1回の間欠転送にお
いて転送すべきデータの個数として所定の値を格納す
る。DMAコントローラ11は、DMA転送すべき全デ
ータの転送を所定個数のデータ毎に何回かに分けて間欠
的に行なう。本発明では、バスマスタがバスを占有して
所定個数のデータの転送を連続して行なうひとかたまり
の転送を間欠転送と呼ぶ。
The DMA controller 11 further includes a transfer number register 2 and an intermittent transfer number register 3. The transfer count register 2 stores the number of transfers to be DMA-transferred. The intermittent transfer count register 3 stores a predetermined value as the number of data to be transferred in one intermittent transfer. The DMA controller 11 intermittently transfers all data to be DMA-transferred several times for each predetermined number of data. In the present invention, a block transfer in which the bus master occupies the bus and transfers a predetermined number of data continuously is called intermittent transfer.

【0030】DMAコントローラ11は、カウンタ4、
カウンタ5およびデクリメンタ6をさらに含む。カウン
タ4は、間欠転送の開始時点でリセットされ、バスコン
トローラ9から入力された読み出しアクノリッジ信号1
06をカウントする。すなわち、カウンタ4は、間欠転
送において転送すべき所定個数のデータのうち転送元か
らの読み出しが終了したデータの個数をカウントする。
カウンタ5は、間欠転送の開始時点でリセットされ、バ
スコントローラ9から入力される転送終了信号102を
カウントする。転送終了信号102は、ひとつデータの
DMA転送が終了したことを知らせるためにバスコント
ローラ9が出力する信号である。すなわち、カウンタ5
は、間欠転送において転送すべき所定個数のデータのう
ち転送先へのデータ書き込みが終了し転送が完了したデ
ータの個数をカウントする。転送終了信号102は、転
送回数レジスタ2およびデクリメンタ6にも入力されて
いる。デクリメンタ6は、転送終了信号102がアサー
トされる毎に転送回数レジスタ2の出力を1減じて転送
回数レジスタ2に出力する。したがって、転送回数レジ
スタ2とデクリメンタ6によって、転送すべきデータ全
てのうち転送したデータの個数がカウントされ、転送す
べきデータの残りの数が転送回数レジスタ2に格納され
る。
The DMA controller 11 has a counter 4,
It further includes a counter 5 and a decrementer 6. The counter 4 is reset at the start of the intermittent transfer, and the read acknowledge signal 1 input from the bus controller 9 is reset.
06 is counted. That is, the counter 4 counts the number of data that has been read from the transfer source out of the predetermined number of data to be transferred in the intermittent transfer.
The counter 5 is reset at the start of the intermittent transfer, and counts the transfer end signal 102 input from the bus controller 9. The transfer end signal 102 is a signal output by the bus controller 9 to notify that the DMA transfer of one data has been completed. That is, the counter 5
Counts the number of pieces of data that have been transferred after the data writing to the transfer destination has been completed among the predetermined number of pieces of data to be transferred in the intermittent transfer. The transfer end signal 102 is also input to the transfer count register 2 and the decrementer 6. The decrementer 6 decrements the output of the transfer number register 2 by one each time the transfer end signal 102 is asserted and outputs the result to the transfer number register 2. Therefore, the transfer number register 2 and the decrementer 6 count the number of transferred data out of all the data to be transferred, and the remaining number of data to be transferred is stored in the transfer number register 2.

【0031】DMAコントローラ11は、DMA転送の
制御を行なうDMA転送制御部8をさらに含む。DMA
転送制御部8は、DMA起動要求信号101、読み出し
アクノリッジ信号106、書き込みアクノリッジ信号1
10、転送終了信号102、カウンタ4の出力108、
カウンタ5の出力109、間欠転送回数レジスタ3の出
力111および転送回数レジスタ2の出力112を入力
として受け取り、全転送終了信号103およびDMA転
送要求信号104を出力する。DMA転送制御部8は、
周辺装置404からのDMA起動要求信号101に応答
して、バスコントローラ9に対してDMA転送要求信号
104をアサートし、バスの占有を要求する。また、D
MA転送制御部8は、カウンタ4の出力108、カウン
タ5の出力109および間欠転送回数レジスタ3の出力
111に基づき、間欠転送における所定個数のデータの
転送が終了したか否かを判定する。DMA転送制御部8
は、間欠転送における所定個数のデータの転送が終了し
たと判定された場合、バスコントローラに対して出力し
ていたDMA転送要求信号104のアサートを終了し、
バスの解放を指示する。DMA転送制御部8は、転送回
数レジスタ2の出力112に基づき転送すべきデータ全
ての転送が終了したか否かを判定する。転送すべきデー
タ全ての転送が終了していないと判定された場合、ひと
つの間欠転送が終了した後、DMA転送制御部8は、バ
スコントローラ9に対してDMA転送要求信号104を
アサートし、バスの占有を再び要求し、以降同様に次の
間欠転送の制御を行なう。転送すべきデータ全ての転送
が終了したと判定された場合、DMA転送制御部8は、
バスコントローラ9に対して出力していたDMA転送要
求信号104のアサートを終了し、バスの解放を指示す
る。
DMA controller 11 further includes a DMA transfer control unit 8 for controlling DMA transfer. DMA
The transfer control unit 8 includes a DMA activation request signal 101, a read acknowledge signal 106, a write acknowledge signal 1
10, transfer end signal 102, output 108 of counter 4,
It receives the output 109 of the counter 5, the output 111 of the intermittent transfer number register 3 and the output 112 of the transfer number register 2 as inputs, and outputs an all transfer end signal 103 and a DMA transfer request signal 104. The DMA transfer control unit 8
In response to the DMA activation request signal 101 from the peripheral device 404, the bus controller 9 asserts the DMA transfer request signal 104 to request the bus occupation. Also, D
The MA transfer control unit 8 determines whether or not the transfer of a predetermined number of data in the intermittent transfer has been completed, based on the output 108 of the counter 4, the output 109 of the counter 5, and the output 111 of the intermittent transfer count register 3. DMA transfer control unit 8
Terminates the assertion of the DMA transfer request signal 104 output to the bus controller when it is determined that the transfer of a predetermined number of data in the intermittent transfer has been completed,
Instruct the release of the bus. The DMA transfer control unit 8 determines whether or not all data to be transferred has been transferred based on the output 112 of the transfer count register 2. When it is determined that the transfer of all data to be transferred has not been completed, after one intermittent transfer has been completed, the DMA transfer control unit 8 asserts the DMA transfer request signal Request for occupancy again, and control of the next intermittent transfer is performed similarly. When it is determined that the transfer of all the data to be transferred has been completed, the DMA transfer control unit 8
The assertion of the DMA transfer request signal 104 output to the bus controller 9 is terminated, and the release of the bus is instructed.

【0032】バスコントローラ9は、DMA転送制御部
8からのDMA転送要求信号104とCPU401から
のCPU転送要求信号301に基づいて調停を行ない、
DMAコントローラ11とCPU401のどちらの装置
がバスマスタとして内部バス406および外部バス40
7を占有するかの判定を行なう。DMAコントローラ1
1がこれらのバスを占有すると判定された場合、バスコ
ントローラ9は、DMAコントローラ11内のアドレス
生成部7から出力された転送元アドレス105aおよび
転送先アドレス105bの内容をそれぞれ内部バス40
7および外部バス406に出力する(または転送元アド
レス105aおよび転送先アドレス105bの内容をそ
れぞれ内部バス406および外部バス407に出力す
る)。このようにしてデータの読み出しと書き込みを制
御する。バスコントローラ9は、データの読み出しまた
は書き込みが始まったことをそれぞれ示す読み出しアク
ノリッジ信号106または書き込みアクノリッジ信号1
10をDMAコントローラ11に出力する。
The bus controller 9 performs arbitration based on a DMA transfer request signal 104 from the DMA transfer control unit 8 and a CPU transfer request signal 301 from the CPU 401.
Either the DMA controller 11 or the CPU 401 serves as a bus master, and the internal bus 406 and the external bus 40
7 is occupied. DMA controller 1
1 is determined to occupy these buses, the bus controller 9 transfers the contents of the transfer source address 105a and the transfer destination address 105b output from the address generator 7 in the DMA controller 11 to the internal bus 40, respectively.
7 and the external bus 406 (or outputs the contents of the source address 105a and the destination address 105b to the internal bus 406 and the external bus 407, respectively). In this way, data reading and writing are controlled. The bus controller 9 outputs a read acknowledge signal 106 or a write acknowledge signal 1 indicating that data reading or writing has started, respectively.
10 is output to the DMA controller 11.

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

【0034】図3は、DMAコントローラ11の動作例
を示す動作概念図である。図5と同様に1つの囲みが1
回のデータ転送を示し、データ転送は左から右へ順に実
行される。それぞれのデータ転送におけるバスマスタは
囲みの中に示されている。図3に示す例においては12
個のデータの転送をそれぞれが4個のデータの転送から
なる第1から第3の間欠転送に分けて行なっている。ひ
とつの間欠転送と次の間欠転送との間はCPU401が
バスを占有している。また、12個全てのデータ転送が
終了すれば、DMAコントローラ11はバスを解放し、
以降はCPUがバスを占有する。
FIG. 3 is an operation conceptual diagram showing an operation example of the DMA controller 11. One box is 1 as in FIG.
The data transfer is performed sequentially from left to right. The bus master for each data transfer is shown in a box. In the example shown in FIG.
The data transfer is divided into first to third intermittent transfer, each of which includes four data transfers. The CPU 401 occupies the bus between one intermittent transfer and the next intermittent transfer. When all 12 data transfers are completed, the DMA controller 11 releases the bus, and
Thereafter, the CPU occupies the bus.

【0035】図3(a)は、間欠転送の間において毎回
CPU401がバスを1サイクル占有している例を示し
ている。ここでは間欠転送の間においてCPU401が
バスを占有している期間が1サイクルである例を示して
いるが、間欠転送の間におけるCPU401がバスを占
有する期間は1サイクルには限定されない。CPU40
1は必要とする期間だけバスを占有することができる
が、通常はCPU401が連続してバスを占有する必要
があるのは短期間である。したがって、DMAコントロ
ーラ11はバスを解放した後、まもなく再びバスを占有
することができ、先に転送した4個のデータに続く4個
のデータの転送を行なう。
FIG. 3A shows an example in which the CPU 401 occupies one cycle of the bus every time during intermittent transfer. Here, an example is shown in which the period during which the CPU 401 occupies the bus during intermittent transfer is one cycle, but the period during which the CPU 401 occupies the bus during intermittent transfer is not limited to one cycle. CPU40
1 can occupy the bus only for the required period, but usually, the CPU 401 needs to occupy the bus continuously for a short period of time. Therefore, immediately after releasing the bus, the DMA controller 11 can occupy the bus again, and transfer four data following the four data transferred earlier.

【0036】図3(b)は、第1の間欠転送と第2の間
欠転送の間でCPU401が3サイクルの間バスを占有
し、第2の間欠転送と第3の間欠転送の間ではCPU4
01からバス占有要求を出さなかったためDMAコント
ローラ11がバスを占有し続けデータ転送を継続して行
なっている例を示す。
FIG. 3B shows that the CPU 401 occupies the bus for three cycles between the first intermittent transfer and the second intermittent transfer, and the CPU 4 occupies the bus between the second intermittent transfer and the third intermittent transfer.
An example in which the DMA controller 11 keeps occupying the bus and continuously performing data transfer because no bus occupation request is issued from 01 is shown.

【0037】いずれの場合においても、1回の間欠転送
において転送されるデータの数は一定である。
In any case, the number of data transferred in one intermittent transfer is constant.

【0038】図4は、図3における第1の間欠転送の動
作タイミング図である。上から順に、情報処理装置40
8における動作の基準となるクロック信号、DMA起動
要求信号101、DMA転送要求信号104、バスコン
トローラ9からDMA転送制御部8へDMA転送要求を
受け付け、読み出しを開始したことを知らせる読み出し
アクノリッジ信号106、カウンタ4の出力108、バ
スコントローラ9からDMA転送制御部8へ書き込みを
開始したことを知らせる書き込みアクノリッジ信号11
0、バスコントローラ9からDMA転送制御部8へ転送
が終了したことを知らせる転送終了信号102、カウン
タ5の出力109、転送回数レジスタ2、転送元アドレ
ス105a、転送先アドレス105b、CPU転送要求
信号301、外部バス407、そして内部バス406を
クロックのサイクル毎に示している。
FIG. 4 is an operation timing chart of the first intermittent transfer in FIG. Information processing device 40 in order from the top
8, a DMA start request signal 101, a DMA transfer request signal 104, a read acknowledgment signal 106 for receiving a DMA transfer request from the bus controller 9 to the DMA transfer control unit 8, and notifying that reading has been started; The output 108 of the counter 4 and the write acknowledge signal 11 for notifying that the writing has been started from the bus controller 9 to the DMA transfer controller 8.
0, a transfer end signal 102 for notifying that the transfer has been completed from the bus controller 9 to the DMA transfer control unit 8, an output 109 of the counter 5, a transfer count register 2, a transfer source address 105a, a transfer destination address 105b, and a CPU transfer request signal 301 , An external bus 407, and an internal bus 406 for each clock cycle.

【0039】なお、DMA起動要求信号101とCPU
転送要求信号301とはハイ状態のときに信号がアサー
トされるアクティブハイ信号である。また、DMA転送
要求信号104、読み出しアクノリッジ信号106、書
き込みアクノリッジ信号110および転送終了信号10
2はロー状態のときに信号がアサートされるアクティブ
ロー信号である。
The DMA start request signal 101 and the CPU
The transfer request signal 301 is an active high signal whose signal is asserted in a high state. Also, a DMA transfer request signal 104, a read acknowledge signal 106, a write acknowledge signal 110, and a transfer end signal 10
An active low signal 2 is asserted when the signal is in a low state.

【0040】次に、このような情報処理装置408にお
いて、DMAコントローラ11が外部メモリ405から
周辺装置404へのデータ転送を実行する場合の動作を
サイクル毎に詳細に説明する。ここでは、ひとつの間欠
転送で4個のデータを連続して転送するものとし、外部
メモリ405の1000番地から1011番地にある1
2個のデータを周辺装置404の2000番地から20
11番地へ、3回の間欠転送に分けて転送する例を示
す。
Next, the operation of the information processing apparatus 408 when the DMA controller 11 executes data transfer from the external memory 405 to the peripheral device 404 will be described in detail for each cycle. Here, it is assumed that four pieces of data are continuously transferred by one intermittent transfer, and one data at addresses 1000 to 1011 of the external memory 405 is stored.
The two pieces of data are stored in the peripheral device 404 at addresses 2000 to 20
An example is shown in which data is transferred to address 11 in three intermittent transfers.

【0041】(前処理)まず、CPU401または外部
の機器からの指令に基づいて、DMA転送制御部8は、
転送元アドレスレジスタ1aおよび転送先アドレスレジ
スタ1bにそれぞれ転送元・転送先アドレスである10
00と2000を設定し、転送回数レジスタ2には「1
2」、間欠転送回数レジスタ3には「4」を設定する。
(Preprocessing) First, based on a command from the CPU 401 or an external device, the DMA transfer control unit 8
The source address register 1a and the destination address register 1b store the source and destination addresses 10 respectively.
00 and 2000 are set, and “1
2 "and" 4 "in the intermittent transfer count register 3.

【0042】(t0サイクル)周辺装置404は、DM
Aコントローラ11のDMA転送制御部8に対してDM
A起動要求信号101をアサートする。
(T0 cycle) The peripheral device 404 receives the DM
A to the DMA transfer control unit 8 of the A controller 11
A start request signal 101 is asserted.

【0043】(t1サイクル)DMA転送制御部8はD
MA起動要求信号101がアサートされハイ状態になっ
たのを検知し、DMA転送要求信号104(ロー状態)
をバスコントローラ9へ出力する。また、DMA転送制
御部8からの指示に基づき、アドレス生成部7は転送元
アドレスレジスタ1aおよび転送先アドレスレジスタ1
bの内容を読み出し、転送元アドレス105aとして1
000番地を、転送先アドレス105bとして2000
番地をバスコントローラ9に出力する。さらに、DMA
転送制御部8は、カウンタ4およびカウンタ5をリセッ
トする。
(T1 cycle) The DMA transfer control unit 8
It is detected that the MA activation request signal 101 has been asserted and has gone high, and the DMA transfer request signal 104 (low state)
Is output to the bus controller 9. Further, based on an instruction from the DMA transfer control unit 8, the address generation unit 7 transmits the source address register 1a and the destination address register 1a.
b, and reads 1 as the transfer source address 105a.
2,000 as the transfer destination address 105b
The address is output to the bus controller 9. In addition, DMA
The transfer control unit 8 resets the counter 4 and the counter 5.

【0044】(t2サイクル)DMA転送制御部8から
のDMA転送要求104がロー状態になったことを検知
したバスコントローラ9は、CPU転送要求信号301
がアサートされていないのでDMAコントローラ11に
バスを占有させると判定する。バスコントローラ9は、
外部バス407より外部メモリ405の1000番地の
読み出しを開始し、同時に読み出しアクノリッジ信号1
06(ロー状態)をDMA転送制御部8に出力する。
(T2 cycle) The bus controller 9 which has detected that the DMA transfer request 104 from the DMA transfer control unit 8 has been set to the low state, generates the CPU transfer request signal 301.
Is not asserted, it is determined that the DMA controller 11 occupies the bus. The bus controller 9
Reading of address 1000 from the external memory 405 is started from the external bus 407, and at the same time, the read acknowledge signal 1
06 (low state) is output to the DMA transfer control unit 8.

【0045】(t3サイクル)アドレス生成部7は、ロ
ー状態の読み出しアクノリッジ信号106が入力された
のを検知すると転送元アドレス105aを次の1001
番地に更新しバスコントローラ9に出力する。またカウ
ンタ4は読み出しアクノリッジ信号106をカウントし
内容を1にする。
(T3 cycle) When the address generation unit 7 detects that the read acknowledge signal 106 in the low state has been input, the address generation unit 7 changes the transfer source address 105a to the next 1001.
The address is updated to the address and output to the bus controller 9. The counter 4 counts the read acknowledge signal 106 and sets the content to 1.

【0046】(t4サイクル)バスコントローラ9は、
外部バス407による1000番地の読み出しが終了し
たことにより外部メモリ405から次の1001番地の
読み出しを開始するとともに、内部バス406を介して
周辺装置404の2000番地へ外部メモリの1000
番地から読み出したデータの書き込みを開始する。同時
にバスコントローラ9は、読み出しアクノリッジ信号1
06(ロー状態)および書き込みアクノリッジ信号11
0(ロー状態)をDMA転送制御部8に出力する。
(T4 cycle) The bus controller 9
When the reading of the address 1000 by the external bus 407 is completed, the reading of the next address 1001 from the external memory 405 is started, and the address of the external memory 1000 is transferred to the address 2000 of the peripheral device 404 via the internal bus 406.
Writing of the data read from the address starts. At the same time, the bus controller 9 reads the read acknowledge signal 1
06 (low state) and write acknowledge signal 11
0 (low state) is output to the DMA transfer control unit 8.

【0047】(t5サイクル)アドレス生成部7は、ロ
ー状態の読み出しアクノリッジ信号106が入力された
のを検知すると転送元アドレス105aを次の1002
番地に更新し、ロー状態の書き込みアクノリッジ信号1
10が入力されたのを検知すると転送先アドレス105
bを次の2001番地に更新し、それぞれのアドレスを
バスコントローラ9に出力する。またカウンタ4は読み
出しアクノリッジ信号106をカウントし内容を2にす
る。バスコントローラ9は、読み出しアクノリッジ信号
106および書き込みアクノリッジ信号110がアドレ
ス生成部7に受け取られたタイミングの後、それらをハ
イ状態に戻す。なお、次のデータ転送においても同様の
タイミングでこれらの信号はハイ状態に戻されるが、以
降では説明を省略する。
(T5 cycle) When the address generation unit 7 detects that the read acknowledge signal 106 in the low state has been input, the address generation unit 7 changes the transfer source address 105a to the next 1002.
Address, and write acknowledge signal 1 in low state
10 is detected, the transfer destination address 105 is detected.
b is updated to the next address 2001, and each address is output to the bus controller 9. Further, the counter 4 counts the read acknowledge signal 106 and sets the content to 2. The bus controller 9 returns the read acknowledge signal 106 and the write acknowledge signal 110 to the high state after the timing when they are received by the address generator 7. Note that these signals are returned to the high state at the same timing in the next data transfer, but description thereof will be omitted.

【0048】(t6サイクル)バスコントローラ9は、
外部バス407による1001番地の読み出しが終了し
たことにより外部メモリ405にから次の1002番地
の読み出しを開始するとともに、内部バス406を介し
て周辺装置404の2001番地へ外部メモリの100
1番地から読み出したデータの書き込みを開始する。同
時にバスコントローラ9は、読み出しアクノリッジ信号
106(ロー状態)および書き込みアクノリッジ信号1
10(ロー状態)をDMA転送制御部8に出力する。ま
た、内部バス406による2000番地の書き込みが終
了したことにより、バスコントローラ9はDMA転送制
御部8へ転送終了信号102(ロー状態)を送る。
(T6 cycle) The bus controller 9
When the reading of the address 1001 by the external bus 407 is completed, the reading of the next address 1002 from the external memory 405 is started, and the address of the external memory 100 is transferred to the address 2001 of the peripheral device 404 via the internal bus 406.
Writing of the data read from address 1 is started. At the same time, the bus controller 9 outputs the read acknowledge signal 106 (low state) and the write acknowledge signal 1
10 (low state) is output to the DMA transfer control unit 8. Further, when the writing of the address 2000 by the internal bus 406 is completed, the bus controller 9 sends a transfer end signal 102 (low state) to the DMA transfer control unit 8.

【0049】(t7サイクル)アドレス生成部7は、ロ
ー状態の読み出しアクノリッジ信号106が入力された
のを検知すると転送元アドレス105aを次の1003
番地に更新し、ロー状態の書き込みアクノリッジ信号1
10が入力されたのを検知すると転送先アドレス105
bを次の2002番地に更新し、それぞれのアドレスを
バスコントローラ9に出力する。またカウンタ4は読み
出しアクノリッジ信号106をカウントし内容を3に、
カウンタ5は転送終了信号102をカウントし内容を1
にする。さらにまた転送終了信号102により、転送回
数レジスタ2に格納されていた内容「12」はデクリメ
ンタ6により1だけ減算され、その値が転送回数レジス
タ2に出力される。したがって、転送回数レジスタ2に
は新しい値「11」が格納される。
(T7 cycle) Upon detecting that the low-level read acknowledge signal 106 has been input, the address generation unit 7 changes the transfer source address 105a to the next 1003.
Address, and write acknowledge signal 1 in low state
10 is detected, the transfer destination address 105 is detected.
b is updated to the next address 2002, and each address is output to the bus controller 9. The counter 4 counts the read acknowledge signal 106 and sets the content to 3,
The counter 5 counts the transfer end signal 102 and sets the content to 1
To Furthermore, the content “12” stored in the transfer count register 2 is decremented by 1 by the decrementer 6 according to the transfer end signal 102, and the value is output to the transfer count register 2. Therefore, a new value “11” is stored in the transfer count register 2.

【0050】(t8サイクル)バスコントローラ9は、
外部バス407による1002番地の読み出しが終了し
たことにより外部メモリ405から次の1003番地の
読み出しを開始するとともに、内部バス406を介して
の周辺装置404の2002番地へ外部メモリの100
2番地から読み出したデータの書き込みを開始する。同
時にバスコントローラ9は、読み出しアクノリッジ信号
106(ロー状態)および書き込みアクノリッジ信号1
10(ロー状態)をDMA転送制御部8に出力する。ま
た、内部バス406による2001番地の書き込みが終
了したことにより、バスコントローラ9はDMA転送制
御部8へ転送終了信号102を送り、ロー状態とする。
(T8 cycle) The bus controller 9
When the reading of the address 1002 by the external bus 407 is completed, the reading of the next address 1003 from the external memory 405 is started, and the address of the external memory 100 is transferred to the address 2002 of the peripheral device 404 via the internal bus 406.
Writing of the data read from address 2 is started. At the same time, the bus controller 9 outputs the read acknowledge signal 106 (low state) and the write acknowledge signal 1
10 (low state) is output to the DMA transfer control unit 8. In addition, when the writing of the address 2001 by the internal bus 406 is completed, the bus controller 9 sends the transfer end signal 102 to the DMA transfer control unit 8 to be in the low state.

【0051】(t9サイクル)アドレス生成部7は、ロ
ー状態の書き込みアクノリッジ信号110が入力された
のを検知すると転送先アドレス105bを次の2003
番地に更新しバスコントローラ9に出力する。またカウ
ンタ4は読み出しアクノリッジ信号106をカウントし
内容を4に、カウンタ5は転送終了信号102をカウン
トし内容を2にする。さらにまた転送終了信号102に
より、転送回数レジスタ2に格納されていた内容「1
1」はデクリメンタ6により1だけ減算され、その値が
転送回数レジスタ2に出力される。したがって、転送回
数レジスタ2には新しい値「10」が格納される。
(T9 cycle) When the address generation unit 7 detects that the write acknowledge signal 110 in the low state has been input, the address generation unit 7 changes the transfer destination address 105b to the next 2003.
The address is updated to the address and output to the bus controller 9. The counter 4 counts the read acknowledge signal 106 and sets the content to 4, and the counter 5 counts the transfer end signal 102 and sets the content to 2. Further, in response to the transfer end signal 102, the content "1"
"1" is decremented by 1 by the decrementer 6, and the value is output to the transfer number register 2. Therefore, a new value “10” is stored in the transfer count register 2.

【0052】(t10サイクル)バスコントローラ9
は、外部バス407による1003番地の読み出しが終
了したことにより内部バス406を介しての周辺装置4
04の2003番地へ外部メモリの1003番地から読
み出したデータの書き込みを開始する。同時にバスコン
トローラ9は、書き込みアクノリッジ信号110(ロー
状態)をDMA転送制御部8に出力する。また、内部バ
ス406による2002番地の書き込みが終了したこと
により、バスコントローラ9はDMA転送制御部8へ転
送終了信号102(ロー状態)を送る。
(T10 cycle) Bus controller 9
Indicates that reading of the address 1003 by the external bus 407 has been completed and the peripheral device 4 via the internal bus 406
Writing of data read from address 1003 of the external memory to address 2003 of address 04 starts. At the same time, the bus controller 9 outputs a write acknowledge signal 110 (low state) to the DMA transfer control unit 8. When the writing of the address 2002 by the internal bus 406 is completed, the bus controller 9 sends a transfer end signal 102 (low state) to the DMA transfer control unit 8.

【0053】DMA転送制御部8に入力されている間欠
転送回数レジスタ3の出力111とカウンタ4の出力1
08が共に4となって一致したことにより、DMA転送
制御部8は1回の間欠転送の転送元からのデータ読み出
しが終了したと判定し、DMA転送要求信号104のア
サートを終了し、バスの解放を指示する。
The output 111 of the intermittent transfer number register 3 and the output 1 of the counter 4 input to the DMA transfer controller 8
Since the values of 08 and 4 coincide with each other, the DMA transfer control unit 8 determines that the data read from the transfer source of one intermittent transfer has been completed, terminates the assertion of the DMA transfer request signal 104, and Instruct release.

【0054】(t11サイクル)カウンタ5は転送終了
信号102をカウントし内容を3にする。さらにまた転
送終了信号102により、転送回数レジスタ2に格納さ
れていた内容「10」はデクリメンタ6により1だけ減
算され、その値が転送回数レジスタ2に出力される。し
たがって、転送回数レジスタ2には新しい値「9」が格
納される。
(T11 cycle) The counter 5 counts the transfer end signal 102 and sets the content to 3. Further, the content “10” stored in the transfer count register 2 is decremented by 1 by the decrementer 6 according to the transfer end signal 102, and the value is output to the transfer count register 2. Therefore, a new value “9” is stored in the transfer count register 2.

【0055】(t12サイクル)バスコントローラ9
は、内部バス406による2003番地の書き込みが終
了したことにより、バスコントローラ9はDMA転送制
御部8へ転送終了信号102(ロー状態)を送る。
(T12 cycle) Bus controller 9
When the writing of the address 2003 by the internal bus 406 is completed, the bus controller 9 sends a transfer end signal 102 (low state) to the DMA transfer control unit 8.

【0056】(t13サイクル)カウンタ5は転送終了
信号102をカウントし内容を4にする。さらにまた転
送終了信号102により、転送回数レジスタ2に格納さ
れていた内容「9」はデクリメンタ6により1だけ減算
され、その値が転送回数レジスタ2に出力される。した
がって、転送回数レジスタ2には新しい値「8」が格納
される。
(T13 cycle) The counter 5 counts the transfer end signal 102 and sets the content to 4. Furthermore, the content “9” stored in the transfer count register 2 is decremented by 1 by the decrementer 6 according to the transfer end signal 102, and the value is output to the transfer count register 2. Therefore, a new value “8” is stored in the transfer count register 2.

【0057】CPU401からのCPU転送要求信号3
01がハイ状態でありCPU401からのバス占有要求
がある場合を例に示している。バスコントローラ9は、
CPU401からのCPU転送要求信号301を検知
し、バス占有についての調停を行なう。DMAコントロ
ーラ11は、DMA転送要求信号104をハイ状態とし
てバス占有要求を出していないので、CPU401にt
14サイクルからバスを占有させることを決定する。
CPU transfer request signal 3 from CPU 401
An example is shown where 01 is in the high state and there is a bus occupation request from the CPU 401. The bus controller 9
A CPU transfer request signal 301 from the CPU 401 is detected, and arbitration for bus occupation is performed. Since the DMA controller 11 does not issue the bus occupation request by setting the DMA transfer request signal 104 to the high state, the DMA
It is decided to occupy the bus from 14 cycles.

【0058】(t14サイクル)DMA転送制御部8に
入力されている間欠転送回数レジスタ3の出力111と
カウンタ5の出力109が共に4となって一致したこと
により、DMA転送制御部8は1回の間欠転送が転送先
へのデータ書き込みを含めて終了したと判定する。DM
A転送制御部8は第2の間欠転送のために再びDMA転
送要求信号104(ロー状態)をバスコントローラ9に
出力する。しかし、バスコントローラ9は、t13サイ
クルにおいてCPU401からのCPU転送要求信号3
01を検知し、t14サイクルではバス調停の結果とし
てCPU401をバスマスタとしてバスを占有させ、転
送を起動している。この転送は図3(a)の第1間欠転
送と第2間欠転送との間の転送に相当する。従って、D
MA転送要求信号104は出力され続け、CPU401
がバスを解放した後、バスコントローラ9はDMAコン
トローラ11のバス占有要求を受け付ける。
(T14 cycle) Since the output 111 of the intermittent transfer number register 3 and the output 109 of the counter 5 input to the DMA transfer control unit 8 are both 4 and coincide with each other, the DMA transfer control unit 8 performs It is determined that the intermittent transfer has been completed including the data writing to the transfer destination. DM
The A transfer control unit 8 outputs the DMA transfer request signal 104 (low state) again to the bus controller 9 for the second intermittent transfer. However, the bus controller 9 receives the CPU transfer request signal 3 from the CPU 401 in the cycle t13.
01 is detected, and in the cycle t14, as a result of the bus arbitration, the CPU 401 occupies the bus as a bus master and starts the transfer. This transfer corresponds to the transfer between the first intermittent transfer and the second intermittent transfer in FIG. Therefore, D
The MA transfer request signal 104 continues to be output and the CPU 401
Releases the bus, the bus controller 9 accepts the bus occupation request of the DMA controller 11.

【0059】もしCPU401からの転送要求301が
ない場合は、バスコントローラ9はt14サイクルの次
のサイクルにおいてDMA転送要求信号104を受け付
ける。この場合はDMAコントローラ11はバスを解放
することなく占有し続け、次の間欠転送を行なう。
If there is no transfer request 301 from the CPU 401, the bus controller 9 receives the DMA transfer request signal 104 in the cycle following the t14 cycle. In this case, the DMA controller 11 keeps occupying the bus without releasing it, and performs the next intermittent transfer.

【0060】以上のような過程によって第1の間欠転送
が実行され、外部バス407を介して外部メモリ405
の1000〜1003番地から読み出されたデータが内
部バス406を介して周辺装置404の2000〜20
03番地に書き込まれる。図3における第2の間欠転送
は、CPU401がバスを解放しt14サイクルから出
力され続けたDMA転送要求信号104がバスコントロ
ーラ9に検知された時より開始され、第1の間欠転送と
同様に実行され、外部バス407を介して外部メモリ4
05の1004〜1007番地から読み出されたデータ
が内部バス406を介して周辺装置404の2004〜
2007番地に書き込まれる。第3の間欠転送において
も同様に、外部バス407を介して外部メモリ405の
1008〜1011番地から読み出されたデータが内部
バス406を介して周辺装置404の2008〜201
1番地に書き込まれる。第3の間欠転送において、4回
目の転送終了信号102がアサートされると転送回数レ
ジスタ2の内容は0になる。DMA転送制御部8に入力
されている転送回数レジスタ2の出力112が0になっ
たことを検出して、DMA転送制御部8は転送すべきデ
ータの転送が全て終了したと判定して、バスコントロー
ラ9にバスの解放を指示する全転送終了信号103を出
力し、全ての転送処理を終える。
The first intermittent transfer is executed by the above process, and the external memory 405 is connected via the external bus 407.
Are read from the addresses 1000 to 1003 of the peripheral device 404 via the internal bus 406.
It is written to address 03. The second intermittent transfer in FIG. 3 is started when the CPU 401 releases the bus and the DMA transfer request signal 104 continuously output from the cycle t14 is detected by the bus controller 9, and is executed in the same manner as the first intermittent transfer. The external memory 4 via the external bus 407.
05 read from addresses 1004 to 1007 of the peripheral device 404 via the internal bus 406.
It is written to address 2007. Similarly, in the third intermittent transfer, data read from the addresses 1008 to 1011 of the external memory 405 via the external bus 407 are transferred to the peripheral devices 404 via the internal bus 406.
It is written to address 1. In the third intermittent transfer, when the fourth transfer end signal 102 is asserted, the content of the transfer count register 2 becomes 0. Detecting that the output 112 of the transfer count register 2 input to the DMA transfer control unit 8 has become 0, the DMA transfer control unit 8 determines that the transfer of all data to be transferred has been completed, and An all transfer end signal 103 for instructing the release of the bus is output to the controller 9, and all the transfer processes are completed.

【0061】なお、DMA転送中にそれよりも優先度の
高いDRAMリフレッシュ処理が割り込んでデータ転送
のためにバスが使用できないサイクルがあったとして
も、間欠転送の終了判定は時間ではなく転送されたデー
タの数に基づいて行なわれる。したがって、1回の間欠
転送におけるデータの個数は保証されている。
It should be noted that even if there is a cycle in which the bus cannot be used for data transfer due to a DRAM refresh process having a higher priority interrupted during the DMA transfer, the end of the intermittent transfer is determined not by time but by transfer. This is performed based on the number of data. Therefore, the number of data in one intermittent transfer is guaranteed.

【0062】また、1回の間欠転送におけるデータの個
数を4個とした例で説明したが、4個に限る必要はな
く、その都度適切な値をCPU401または外部から指
定して間欠転送回数レジスタ3に設定することも可能で
ある。
The number of data in one intermittent transfer has been described as four. However, the number of data need not be limited to four. It is also possible to set to 3.

【0063】なお本発明の実施の形態では、DMAコン
トローラ11以外の装置としてCPU401をあげてい
るが、CPU以外の装置がバスマスタとして働く装置で
ある場合も同様である。またバスマスタとなりうる装置
が3つ以上存在する場合であっても本発明が応用可能で
あることは言うまでもない。
In the embodiment of the present invention, the CPU 401 is used as a device other than the DMA controller 11, but the same applies to a case where a device other than the CPU acts as a bus master. It is needless to say that the present invention is applicable even when there are three or more devices that can be bus masters.

【0064】また、本発明の実施の形態では、DMAコ
ントローラ11のDMA転送が所定個数のデータ毎に間
欠転送を行なうとしたが、CPU401によるデータ転
送が所定個数のデータ毎に間欠転送を行ない、DMAコ
ントローラ11はCPU401による間欠転送の間でデ
ータ転送を行なう構成としてもよい。
In the embodiment of the present invention, the DMA transfer of the DMA controller 11 performs the intermittent transfer every predetermined number of data. However, the data transfer by the CPU 401 performs the intermittent transfer every predetermined number of data. The DMA controller 11 may be configured to perform data transfer during intermittent transfer by the CPU 401.

【0065】また、本発明の実施の形態では、1回の間
欠転送の終了判定に関して、間欠転送回数レジスタ3の
出力111とカウンタ4の出力108に基づいて1回の
間欠転送の転送元からのデータ読み出しが終了したと判
定した時点で1回の間欠転送が終了したと判定し、DM
A転送要求信号104のアサートを終了しバスの解放を
指示するとしたが、間欠転送回数レジスタ3の出力11
1とカウンタ5の出力109に基づいて1回の間欠転送
の転送先へのデータ書き込みを含めて終了した時点で1
回の間欠転送が終了したと判定し、DMA転送要求信号
104のアサートを終了しバスの解放を指示するとして
もよい。
In the embodiment of the present invention, the end of one intermittent transfer is determined based on the output 111 of the intermittent transfer count register 3 and the output 108 of the counter 4 from the transfer source of one intermittent transfer. When it is determined that the data reading has been completed, it is determined that one intermittent transfer has been completed.
The assertion of the A-transfer request signal 104 is terminated and the release of the bus is instructed.
Based on 1 and the output 109 of the counter 5, 1
It may be determined that the intermittent transfer has been completed one time, and the assertion of the DMA transfer request signal 104 is ended to instruct the release of the bus.

【0066】[0066]

【発明の効果】以上説明したように本発明によれば、第
1の装置がバスマスタとして所定個数のデータ転送を終
了した後、第2の装置の要求の有無に応じて第1の装置
がバスを解放することにより、例えば転送すべきデータ
数が多いDMA転送を第1の装置がバスマスタとして行
なっている場合であっても第2の装置がバスマスタにな
るために長時間待機させられることがない。
As described above, according to the present invention, after the first device has completed the transfer of a predetermined number of data as the bus master, the first device transfers the bus in response to the request from the second device. Is released, for example, even when the first device is performing the DMA transfer in which the number of data to be transferred is large as the bus master, the second device does not wait for a long time to become the bus master. .

【0067】また、第2の装置がバスを解放した後、第
1の装置がバスを再び占有し、転送した所定個数のデー
タに続く所定個数のデータを転送することができ、1回
の間欠転送で転送されるデータの数が保証されているの
で、第1の装置によるデータ転送が効率よく行なわれ
る。
Also, after the second device releases the bus, the first device occupies the bus again, and can transfer a predetermined number of data following the transferred predetermined number of data. Since the number of data transferred by the transfer is guaranteed, the data transfer by the first device is efficiently performed.

【0068】本発明においては、従来のように装置がバ
スマスタとしてバスを占有できる時間を一定にしてバス
の占有、解放を強制的に切り換えることはない。したが
って、例えば、DMA起動要求から受け付けまでの時間
が一定していないため、またはDMA転送中にそれより
も優先度の高いDRAMリフレッシュ処理が割り込んで
データ転送のためにバスが使用できないサイクルがある
ため等の理由により、1回の連続したデータ転送で転送
できるデータの個数が保証されないという不便さがな
い。間欠転送の終了判定は時間ではなく転送されたデー
タの数に基づいて行なわれるので、1回の間欠転送にお
いて連続して転送できるデータの個数は保証されてい
る。CPUや周辺機器におけるデータ処理の都合上、所
定のデータ数、例えば8バイト単位で、データ転送を行
なうと効率よく処理ができる場合がある。また、DRA
Mの高速ページモードのように例えば同一ページのデー
タ256バイトを連続して転送すれば非常に高速に効率
よくデータ転送を行なうことができる場合がある。特に
このような場合、本発明による大きな効果が得られる。
In the present invention, the time period during which the device can occupy the bus as a bus master is not fixed and the occupation and release of the bus are not forcibly switched as in the prior art. Therefore, for example, the time from the DMA start request to the acceptance is not constant, or there is a cycle in which the bus cannot be used for the data transfer due to the interruption of the DRAM refresh processing having a higher priority during the DMA transfer. For this reason, there is no inconvenience that the number of data that can be transferred in one continuous data transfer is not guaranteed. Since the end of the intermittent transfer is determined not based on the time but on the number of transferred data, the number of data that can be continuously transferred in one intermittent transfer is guaranteed. Due to the data processing in the CPU and peripheral devices, there is a case where data can be efficiently processed by performing data transfer in a predetermined number of data, for example, in units of 8 bytes. Also, DRA
If, for example, 256 bytes of data of the same page are continuously transferred as in the M high-speed page mode, data transfer can be performed very quickly and efficiently. Particularly in such a case, a great effect of the present invention can be obtained.

【0069】また、第2の装置がバスマスタとしてバス
を占有した後、時間により強制的にバスを解放させられ
ることがないので、第2の装置にとっても効率よくデー
タ転送が行なわれる。
Further, after the second device occupies the bus as a bus master, the bus is not forcibly released depending on the time, so that the data transfer can be performed efficiently also for the second device.

【0070】したがって、本発明によれば、バスマスタ
として働く両方の装置におけるデータの転送効率の向上
が図れるデータ転送の方法およびバスマスタ制御装置を
提供することができる。
Therefore, according to the present invention, it is possible to provide a data transfer method and a bus master control device capable of improving data transfer efficiency in both devices acting as bus masters.

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

【図1】本発明の実施の形態におけるDMAコントロー
ラを用いた情報処理装置のブロック図である。
FIG. 1 is a block diagram of an information processing apparatus using a DMA controller according to an embodiment of the present invention.

【図2】本発明の実施の形態によるDMAコントローラ
のブロック図である。
FIG. 2 is a block diagram of a DMA controller according to an embodiment of the present invention.

【図3】(a)および(b)は、本発明の実施の形態に
よるDMA転送の動作例を示す動作概念図である。
FIGS. 3A and 3B are operation conceptual diagrams showing an example of an operation of DMA transfer according to the embodiment of the present invention;

【図4】本発明の実施の形態における図3に示す第1の
間欠転送の動作タイミング図である。
4 is an operation timing chart of the first intermittent transfer shown in FIG. 3 in the embodiment of the present invention.

【図5】(a)〜(d)は従来のDMAコントローラの
動作概念図である。
FIGS. 5A to 5D are conceptual diagrams of the operation of a conventional DMA controller.

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

1a 転送元アドレスレジスタ 1b 転送先アドレスレジスタ 2 転送回数レジスタ 3 間欠転送回数レジスタ 4、5 カウンタ 6 デクリメンタ 7 アドレス生成部 8 DMA転送制御部 9 バスコントローラ 11 DMAコントローラ 401 CPU 404 周辺装置 408 情報処理装置 406 内部バス 407 外部バス 405 外部メモリ 1a transfer source address register 1b transfer destination address register 2 transfer count register 3 intermittent transfer count register 4,5 counter 6 decrementer 7 address generator 8 DMA transfer controller 9 bus controller 11 DMA controller 401 CPU 404 peripheral device 408 information processing device 406 Internal bus 407 External bus 405 External memory

───────────────────────────────────────────────────── フロントページの続き (72)発明者 鈴木 正人 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 (72)発明者 春日 義昭 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 (72)発明者 安井 純一 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 Fターム(参考) 5B061 BA01 BA03 BB12 BB14 DD11 RR03 RR05  ──────────────────────────────────────────────────続 き Continuing on the front page (72) Inventor Masato Suzuki 1006 Kadoma Kadoma, Osaka Prefecture Matsushita Electric Industrial Co., Ltd. 72) Inventor Junichi Yasui 1006 Kazuma Kadoma, Kadoma City, Osaka Prefecture F-term in Matsushita Electric Industrial Co., Ltd. 5B061 BA01 BA03 BB12 BB14 DD11 RR03 RR05

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 バスを介してデータを転送する方法であ
って、 第1の装置がバスマスタとして前記バスを占有する工程
と、 前記第1の装置が前記バスを占有している状態で、転送
すべきデータのうち第1の所定個数のデータを転送する
工程と、 前記第1の所定個数のデータの転送が終了したか否かを
判定する工程と、 前記第1の所定個数のデータの転送が終了したと判定さ
れた後、第2の装置の要求の有無に応じて前記第1の装
置が前記バスを解放するか否かを判定する工程と、 前記第1の装置が前記バスを解放すると判定された場
合、前記第1の装置が前記バスを解放する工程とを含む
方法。
1. A method for transferring data via a bus, wherein a first device occupies the bus as a bus master, and wherein the first device occupies the bus and transfers the data. Transferring a first predetermined number of data among the data to be transferred; determining whether the transfer of the first predetermined number of data is completed; and transferring the first predetermined number of data. Determining that the first device has released the bus according to the presence or absence of a request from a second device after the determination has been completed; and the first device has released the bus. If so, the first device releases the bus.
【請求項2】 前記第1の装置が前記バスを解放した
後、前記第2の装置がバスマスタとして前記バスを占有
する工程と、 前記第2の装置が前記バスへのアクセスを終了した後、
前記第2の装置が前記バスを解放する工程と、 前記第2の装置が前記バスを解放した後、前記第1の装
置が前記バスを再び占有する工程と、 前記第1の装置が前記バスを再び占有している状態で、
前記転送した第1の所定個数のデータに続く第2の所定
個数のデータを転送する工程をさらに含む請求項1に記
載の方法。
2. After the first device releases the bus, the second device occupies the bus as a bus master; and after the second device finishes accessing the bus,
The second device releasing the bus; the second device releasing the bus, the first device re-occupying the bus; and the first device releasing the bus. While occupying again,
The method of claim 1, further comprising transferring a second predetermined number of data subsequent to the transferred first predetermined number of data.
【請求項3】 前記第1の装置が前記バスを解放しない
と判定された場合、前記第1の装置が前記バスを占有し
続け、前記転送した第1の所定個数のデータに続く第2
の所定個数のデータを転送する工程とを含む請求項1に
記載の方法。
3. If it is determined that the first device does not release the bus, the first device continues to occupy the bus, and the second device follows the transferred first predetermined number of data.
Transferring a predetermined number of data.
【請求項4】 前記転送すべきデータ全ての転送が終了
したか否かを判定する工程と、 前記転送すべきデータ全ての転送が終了したと判定され
た後、前記バスを解放する工程をさらに含む請求項1に
記載の方法。
4. The method according to claim 1, further comprising: determining whether or not the transfer of all the data to be transferred is completed; and releasing the bus after determining that the transfer of all the data to be transferred is completed. The method of claim 1 comprising:
【請求項5】 前記第1の装置は、DMAコントローラ
であり、 前記第2の装置は、CPUである請求項1に記載の方
法。
5. The method according to claim 1, wherein said first device is a DMA controller, and said second device is a CPU.
【請求項6】 バスを介してデータ転送を行うバスマス
タの動作を制御するバスマスタ制御装置であって、 データ転送要求に応答して、前記バスの占有を要求する
信号を出力するバス占有要求手段と、 前記バスマスタが前記バスを占有している状態で、転送
すべきデータのうち第1の所定個数のデータを転送する
データ転送手段と、 前記第1の所定個数のデータの転送が終了した後、前記
バスの解放を指示する信号を出力するバス解放指示手段
とを含むバスマスタ制御装置。
6. A bus master control device for controlling an operation of a bus master performing data transfer via a bus, comprising: a bus occupation requesting means for outputting a signal requesting occupation of the bus in response to a data transfer request. Data transfer means for transferring a first predetermined number of data to be transferred in a state where the bus master occupies the bus; and after the transfer of the first predetermined number of data, A bus release instructing unit for outputting a signal instructing release of the bus.
【請求項7】 前記バス占有要求手段は、前記バス解放
指示手段が前記バス解放指示信号を出力した後、前記バ
スの占有を要求する信号を再び出力し、 前記データ転送手段は、前記バスマスタが前記バスを再
び占有している状態で、前記転送した第1の所定個数の
データに続く第2の所定個数のデータを転送する請求項
6に記載のバスマスタ制御装置。
7. The bus occupation requesting means, after the bus release instruction means outputs the bus release instruction signal, outputs again a signal requesting occupation of the bus. 7. The bus master control device according to claim 6, wherein a second predetermined number of data subsequent to the transferred first predetermined number of data is transferred while the bus is occupied again.
【請求項8】 前記バス解放指示手段は、前記転送すべ
きデータ全ての転送が終了した後、前記バスの解放を指
示する信号を出力する請求項6に記載のバスマスタ制御
装置。
8. The bus master control device according to claim 6, wherein said bus release instruction means outputs a signal instructing release of said bus after transfer of all data to be transferred is completed.
【請求項9】 前記データ転送手段は、前記第1の所定
個数のデータのうち転送したデータの個数をカウントす
る第1のカウンタと、 前記第1のカウンタの出力に基づいて前記第1の所定個
数のデータの転送が終了したか否かを判定する第1の判
定手段とを含む請求項6に記載のバスマスタ制御装置。
9. The data transfer means includes: a first counter for counting the number of transferred data among the first predetermined number of data; and a first predetermined counter based on an output of the first counter. 7. The bus master control device according to claim 6, further comprising: a first determination unit configured to determine whether the transfer of the number of data is completed.
【請求項10】 前記データ転送手段は、前記転送すべ
きデータ全てのうち転送したデータの個数をカウントす
る第2のカウンタと、 前記第2のカウンタの出力に基づき前記転送すべきデー
タの転送が全て終了したか否かを判定する第2の判定手
段とをさらに含む請求項9に記載のバスマスタ制御装
置。
10. The data transfer means includes: a second counter for counting the number of transferred data out of all the data to be transferred; and transferring the data to be transferred based on an output of the second counter. 10. The bus master control device according to claim 9, further comprising: a second determination unit configured to determine whether or not all the processes have been completed.
JP2002145497A 1996-03-04 2002-05-20 Data transfer method trough bus and bus master control device Withdrawn JP2002351816A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002145497A JP2002351816A (en) 1996-03-04 2002-05-20 Data transfer method trough bus and bus master control device

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP8-45760 1996-03-04
JP4576096 1996-03-04
JP2002145497A JP2002351816A (en) 1996-03-04 2002-05-20 Data transfer method trough bus and bus master control device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP04830797A Division JP3492139B2 (en) 1996-03-04 1997-03-03 Data transfer method via bus and bus master controller

Publications (1)

Publication Number Publication Date
JP2002351816A true JP2002351816A (en) 2002-12-06

Family

ID=26385826

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002145497A Withdrawn JP2002351816A (en) 1996-03-04 2002-05-20 Data transfer method trough bus and bus master control device

Country Status (1)

Country Link
JP (1) JP2002351816A (en)

Similar Documents

Publication Publication Date Title
EP0166272B1 (en) Processor bus access
JP3055917B2 (en) Data transfer control device
US6782433B2 (en) Data transfer apparatus
US6115767A (en) Apparatus and method of partially transferring data through bus and bus master control device
JP3492139B2 (en) Data transfer method via bus and bus master controller
JP2002351816A (en) Data transfer method trough bus and bus master control device
JPH03150654A (en) Preference control system for processor having cash
JPH10307787A (en) Buffer memory device
JP3240863B2 (en) Arbitration circuit
JPH02219157A (en) Bus arbiter in computer system
JP3211264B2 (en) External bus control method
JP2837698B2 (en) Direct memory access controller
JP3266184B2 (en) I / O control method and device
JP2570271B2 (en) Semiconductor memory controller
JPH02278362A (en) Data transfer control system
JP2002082901A (en) Bus controller
JP2806405B2 (en) Microprocessor
JP2966038B2 (en) Digital data processing unit arbitration apparatus and method
JPH0745073A (en) Method for refreshing dram
JPS60151894A (en) Refresh circuit of dynamic ram
JPH09297990A (en) Memory refresh control method and memory refresh controller
JPH10228418A (en) Memory controller and memory controlling method
JPS6386057A (en) Arithmetic processor
JPS61264463A (en) Bus controlling system
JP2005332125A (en) Memory controller and shared memory system

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20041207