JPS60186955A - Dma control system - Google Patents

Dma control system

Info

Publication number
JPS60186955A
JPS60186955A JP4054284A JP4054284A JPS60186955A JP S60186955 A JPS60186955 A JP S60186955A JP 4054284 A JP4054284 A JP 4054284A JP 4054284 A JP4054284 A JP 4054284A JP S60186955 A JPS60186955 A JP S60186955A
Authority
JP
Japan
Prior art keywords
data
peripheral
lsi
dma
bus
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
JP4054284A
Other languages
Japanese (ja)
Inventor
Motoatsu Yoshikawa
吉川 元淳
Keiichiro Nakagami
恵一郎 中上
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP4054284A priority Critical patent/JPS60186955A/en
Publication of JPS60186955A publication Critical patent/JPS60186955A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/28Handling requests for interconnection or transfer for access to input/output bus using burst mode transfer, e.g. direct memory access DMA, cycle steal
    • G06F13/285Halt processor DMA

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Bus Control (AREA)

Abstract

PURPOSE:To reduce the load on a CPU for peripheral LSI control and to attain a high throughput by detecting a signal which indicates the DMA cycle of final data outputted from a controller. CONSTITUTION:The level of a signal line 9 is checked when the level of a signal line 10 becomes high and a DMA cycle is entered. The level is high, so an LSI control circuit 5 judges that the DMA cycle of final data is entered. Then, a control signal sent out of a DMA controller 4 is not outputted to a control bus 12 and a command to be written in a peripheral LSI13 is outputted to a data bus 13. Then, the signal on the control bus for writing data in the peripheral LSI3 is held low to write the data in the peripheral LSI3. At this time, the signal on the control bus 12 for reading data to be written in the peripheral LSI3 out of memory 2 is expected to be low, but held high by the LSI control circuit 5.

Description

【発明の詳細な説明】 (技術分野) この発明は、マイクロコンピュータ周辺LSIのDMA
制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION (Technical Field) This invention relates to a DMA of a microcomputer peripheral LSI.
Regarding control method.

(背景技術) 近年、制御装置等にマイクロコンピュータを使用するこ
とが多くなり、それにともないマイクロコンピュータに
接続され、制御を行なう周辺LSIが多く出回ってきた
(Background Art) In recent years, microcomputers have been increasingly used in control devices and the like, and as a result, many peripheral LSIs that are connected to microcomputers and perform control have come on the market.

これら外部装置の制御やデータ転送に代表されるマイク
ロコンピュータ用周辺LSIの制御方式には、プログラ
ム制御方式とDMA(口irectMemory Ac
cess )制御方式がある。
Control methods for peripheral LSIs for microcomputers, which are typically used to control external devices and transfer data, include program control methods and DMA (direct memory access).
cess ) control method.

プログラム制御方式は、第1図に示すように、中央処理
装置(以下CPUと記す)l、メモリ(MEM)2、周
辺LSI3がデータバス13とコントロールバス12に
より接続され2周辺LSI3のデータの読出し及び書込
み、コマノドの書込み並びにステータスの読取りをCP
UIが直接コントロールバス12を制御し、データバス
 13を介して行なう方式である。
In the program control system, as shown in FIG. 1, a central processing unit (hereinafter referred to as CPU) 1, a memory (MEM) 2, and a peripheral LSI 3 are connected by a data bus 13 and a control bus 12, and the data of the 2 peripheral LSIs 3 is read out. and write, command write and status read to CP
In this method, the UI directly controls the control bus 12 and performs control via the data bus 13.

DMA制御方式は、第2図に示すようにCPU1、メモ
リ2、DMAコントローラ(DMA−C)4及び周辺L
SI3がデータバス13とコントロールバス12により
接続され、周辺LSI3へのコマンドの書込み及びステ
ータスの読取りをCPU1がコントロールバス12を制
御しかつデータバス 13を介して行ない、周辺LSI
3へのデータの読出し及び書込みをDMAコントローラ
が4がCPUIからコントロールバス12の使用権を受
取り、かつデータバス13を介してメモリ2と転送を行
なう方式である。
The DMA control system consists of a CPU 1, memory 2, DMA controller (DMA-C) 4, and peripheral L as shown in Figure 2.
The SI 3 is connected to the data bus 13 and the control bus 12, and the CPU 1 controls the control bus 12 and reads the status to the peripheral LSI 3 via the data bus 13.
In this system, the DMA controller 4 receives the right to use the control bus 12 from the CPUI and transfers data to and from the memory 2 via the data bus 13.

最近は、高スループツトの要求、I10制御のためのC
PU負荷の軽減の要求があり、プログラム制御方式より
もDMA制御方式を使用する傾向にある。特にデータ転
送を目的とした周辺LSIでは、メモリと周辺LSI内
部レジスタ間の多数のリード−ライトからCPUを解放
するために、DMA制御方式のものが多い。
Recently, due to high throughput requirements, C
There is a demand for reducing the PU load, and there is a tendency to use a DMA control method rather than a program control method. In particular, many peripheral LSIs intended for data transfer use a DMA control method in order to free the CPU from multiple reads and writes between memory and internal registers of the peripheral LSI.

プログラム制御用の周辺LSIでは、データ要求信号を
DMAコントローラを作動させるための信号に使用して
も、データブロックの終了を検出することにより、デー
タ転送終了指示をCPUが書込む必要がある場合があり
、完全なりMA制御方式とはいえなかった。
In peripheral LSIs for program control, even if a data request signal is used as a signal to operate a DMA controller, the CPU may need to write a data transfer end instruction by detecting the end of a data block. Yes, it could not be said to be a perfect MA control system.

また、DMA制御用の周辺LSIであっても、使用する
モードの設定によりデータブロックの終rをCPUが直
接周辺LSIに書込む必要のあるものがあった。
Furthermore, even with peripheral LSIs for DMA control, there are some that require the CPU to directly write the end r of a data block to the peripheral LSI, depending on the setting of the mode used.

(発明の目的) この発明はこのような従来の問題点に着目してなされた
もので、DMA制御用又はプログラム制御用のようにデ
ータブロック終了制御の必要な周辺LSIに対して、C
PUの介在なしに周辺LSIのDMA制御の完了を可能
とすることができ、この結果周辺LSI制御のためのC
PU負荷を軽減し、高スループツトが達成できるDMA
制御方式を提供することを目的とする。
(Object of the Invention) The present invention has been made by focusing on such conventional problems, and is intended to provide a C
It is possible to complete the DMA control of the peripheral LSI without the intervention of the PU, and as a result, the C for controlling the peripheral LSI can be completed.
DMA that reduces PU load and achieves high throughput
The purpose is to provide a control method.

この目的を達成するためのこの発明の特徴は、中央処理
装置、メモリ、DMAコントローラ及び周辺装置とデー
タ転送を行なう際に中央処理装置からデータ転送終了指
示を必要とする周辺LSIとを有し、前記中央処理装置
がメモリ及び周辺LSIとデータを読み書きするための
データバスとコントロールバスの使用権を、前記周辺L
SIからのデータ要求信号の有無により時間的に前記中
央処理装置と前記DM−Aコントローラとの間で切替え
ることで、同一バスを用いて前記DMAコントローラが
周辺LSIとメモリ間のデータ転送を制御する処理装置
において、データブロックの最終データ転送サイクル中
に前記周辺LSIに対しデータ転送終了指示を行なうた
めのLSI制御回路を前記DMAコントローラ、CPU
及び周辺LSIの間に設け、該LSI制御回路は前記D
MAコントローラから出力される最終データのDMAサ
イクルであることを示す信号を検出することにより、最
終データのDMAサイクル中にデータバス及びコントロ
ールバスの使用権を前記DMAコントローラから得て、
データ転送終了指示を前記 ・周辺LSIに書込むDM
A制御方式にある。
A feature of the present invention for achieving this object is that the invention includes a central processing unit, a memory, a DMA controller, a peripheral device, and a peripheral LSI that requires a data transfer end instruction from the central processing unit when performing data transfer. The peripheral LSI is granted the right to use the data bus and control bus for the central processing unit to read and write data to and from the memory and peripheral LSI.
By temporally switching between the central processing unit and the DM-A controller depending on the presence or absence of a data request signal from the SI, the DMA controller controls data transfer between the peripheral LSI and the memory using the same bus. In the processing device, an LSI control circuit for instructing the peripheral LSI to complete data transfer during the final data transfer cycle of a data block is connected to the DMA controller and the CPU.
and the peripheral LSI, and the LSI control circuit is connected to the D
Obtaining the right to use the data bus and the control bus during the final data DMA cycle from the DMA controller by detecting a signal indicating that it is the final data DMA cycle output from the MA controller,
DM to write the data transfer end instruction to the peripheral LSI
It is in A control method.

(発明の構成及び作用) 第3図は、この発明によるDMA制御方式の一実施例を
示すブロック図である。1はCPU、2はメモリ(ME
M)、3は図示しない周辺装置へデータを転送し、最終
データのデータ送出直前にCPUがデータ転送終了指示
をする必要のある周辺LSI、4は周辺LSI3とメモ
リ2間でのDMA転送を制御するDMAコントローラ(
DMA−C)、5は最終データのDMA転送時に周辺L
SI3にデータ転送終了指示をするLSI制御回路(L
SI−C)である。これらのブロックはコントロールバ
ス12及びデータバス13に図示のとおり接続されてい
る。特に、DMAコントローラ4のコントロール信号は
バス11を介してLS■制御回路5に供給され、最終デ
ータのDMA転送であるか否かに従って前記LSI制御
回路5の制御信号として使用されるか、あるいはそのま
ま=ryトロールバス12に供給される。信号線6は、
周辺LSI3からのデータ要求信号をDMAコントロー
ラ4に伝える。信号線7は、DMAコントローラ4から
のコントロールバス12及びデータバス13の使用権の
要求信号をCPUIに伝える。信号線8は、この要求信
号に対する応答信号をDMAコントローラ4に伝える。
(Structure and operation of the invention) FIG. 3 is a block diagram showing an embodiment of the DMA control method according to the invention. 1 is the CPU, 2 is the memory (ME
M), 3 is a peripheral LSI that transfers data to a peripheral device (not shown) and requires the CPU to instruct the end of data transfer immediately before sending the final data; 4 controls DMA transfer between peripheral LSI 3 and memory 2; DMA controller (
DMA-C), 5 is the peripheral L at the time of DMA transfer of the final data.
The LSI control circuit (L
SI-C). These blocks are connected to control bus 12 and data bus 13 as shown. In particular, the control signal of the DMA controller 4 is supplied to the LS control circuit 5 via the bus 11, and is used as a control signal of the LSI control circuit 5, or is used as it is, depending on whether it is a final data DMA transfer or not. =ry is supplied to the troll bus 12. The signal line 6 is
A data request signal from the peripheral LSI 3 is transmitted to the DMA controller 4. The signal line 7 transmits a request signal for the right to use the control bus 12 and data bus 13 from the DMA controller 4 to the CPUI. The signal line 8 transmits a response signal to this request signal to the DMA controller 4.

信号線9は、DMA転送におけるデータが最終データで
あるか否かを示す信号をDMAコントローラ4からLS
I制御回路5に伝える。信号線lOは、DMAサイクル
であるか否かを示す信号をDMAコントローラ4からL
SI制御回路5に伝える。
The signal line 9 transmits a signal from the DMA controller 4 to the LS that indicates whether the data in the DMA transfer is the final data.
It is transmitted to the I control circuit 5. The signal line 1O transmits a signal indicating whether or not it is a DMA cycle from the DMA controller 4 to L.
The information is transmitted to the SI control circuit 5.

次に、動作について第4図及び第5図の動作タイミング
図を用いて説明する。第4図は最終データのDMA転送
でない場合の動作タイミング図、及び第5図は最終デー
タのDMA転送である場合の動作タイミング図である。
Next, the operation will be explained using the operation timing diagrams shown in FIGS. 4 and 5. FIG. 4 is an operation timing diagram when the final data is not transferred by DMA, and FIG. 5 is an operation timing diagram when the final data is transferred by DMA.

CPUIはLSI制御回路5内のレジスタに、データブ
ロック終了時に周辺LSI3へ書込まなければならない
コマンドを書込む。次にメモリ2の内容を周辺LSIに
書込むため、DMAコントローラ4の設定を行なう。そ
の後、周辺LSI3の初期設定を行ない、データ転送を
開始させる。
The CPU writes a command that must be written to the peripheral LSI 3 at the end of the data block into a register in the LSI control circuit 5. Next, the DMA controller 4 is set in order to write the contents of the memory 2 to the peripheral LSI. Thereafter, the peripheral LSI 3 is initialized and data transfer is started.

周辺LSI3は周辺装置に対するデータ送出準備ができ
ると、DMAコントローラ4に対し、信号線6のレベル
をハイとしてデータ要求信号を送出し、データ要求を行
なう(第4図(a))。DMAコントローラ4はこれを
受けてCPUIに対し、コントロールバス12及びデー
タバス13の使用権の要求を信号線7のレベルをハイと
することにより行ない、これらのバスが解放されるのを
待つ。このとき、データ転送が最終データの転送でない
ときは、信号線9のレベルをローのままに保つ(第4図
(c))、 CP U 1はサイクルの切れ目でホール
ド・ステートとなり、コントローjしバス12及びデー
タバス13を解放して、これらのバスの使用権の要求に
対する応答信号を、信号線8のレベルをハイとすること
により送出する。これにより、DMAコントローラ4は
コントロールバス12及びデータバス13の使用権を受
け、DMAサイクルに入ったことを信号線10のレベル
−ハイとすることにより送出する。LSI制御回路5は
信号線lOのレベルがハイとなった時点で、最終データ
の転送であるか否かを信号線9のレベルをチェックする
ことにより行なう、前述したように信号線10のレベル
はロー、すなわち最終データの転送でないので、LSI
制御回路5はDMAコントローラからバス11を介して
送出されたコントロール信号音、そのままコントロール
バス!2に出力する。これにより、通常のDMAサイク
ルに従い1周辺LSI3へ書込むためのデータをメモリ
2から読出すためのコントロールバス12内の信号(第
4図(e))によりメモリ2から読出されたデータバス
夏3上のデータ(第4図(f))が、データバス13−
ヒのデータを周辺LSI3へ書込むためのコントロール
バス12 内の信号(第4図(d))により周辺LSI
5に書込まれる。
When the peripheral LSI 3 is ready to send data to the peripheral device, it sends a data request signal to the DMA controller 4 by setting the level of the signal line 6 to high to request data (FIG. 4(a)). In response to this, the DMA controller 4 requests the CPUI for the right to use the control bus 12 and data bus 13 by setting the level of the signal line 7 high, and waits for these buses to be released. At this time, if the data transfer is not the final data transfer, the level of the signal line 9 is kept low (Fig. 4(c)), the CPU 1 enters the hold state at the cycle break, and the controller The bus 12 and data bus 13 are released, and a response signal to the request for the right to use these buses is sent by setting the level of the signal line 8 to high. As a result, the DMA controller 4 receives the right to use the control bus 12 and the data bus 13, and sends out a signal indicating that a DMA cycle has started by setting the level of the signal line 10 to high. When the level of the signal line IO becomes high, the LSI control circuit 5 checks the level of the signal line 9 to determine whether or not it is the final data transfer.As mentioned above, the level of the signal line 10 is Since it is not a transfer of raw or final data, the LSI
The control circuit 5 is a control signal sound sent from the DMA controller via the bus 11, and it is a control bus! Output to 2. As a result, data bus 3 is read out from memory 2 by a signal in control bus 12 (FIG. 4(e)) for reading data to be written to one peripheral LSI 3 from memory 2 according to a normal DMA cycle. The above data (FIG. 4(f)) is transferred to the data bus 13-
The signal in the control bus 12 (FIG. 4(d)) for writing the data of 1 to the peripheral LSI 3 causes the peripheral LSI to
5 is written.

いま、メモリ2から転送されるデータが最終データであ
るときは、周辺LSI3からDMAコントローラ4ヘデ
ータ要求信号が出力され(第5図(a))、 D MA
 コントローラ4からCPUIに対するコントロールバ
ス12及びデータバス13の使用権の要求が出力された
ときに、DMAコントローラ4は信号線9のレベルをハ
イにする(pfSS図(C))、そして信号線lOのレ
ベルがハイになりDMAサイクルに入った時点(第5図
(b))で、前述したように信号線9のレベルをチェッ
クする。信号線9のレベルはハイなので、LSI制御回
路5は最終データのDMAサイクルに入ったと判断し、
DMAコントローラ4からバス11を介して送出される
コントロール信号をコントロールバス12上に出力せず
、データバス13上に周辺LSI3へ書込むべきコマン
ドを出力しく第5図(f))、データを周辺LSI3へ
書込むためのコントロールバス内の信号(第5図(d)
)をローとすることにより、周辺LSI3に書込む。こ
のとき、周辺LSI3に書込むためのデータをメモリ2
から読出すためのコントロールバス12内の信号(第5
図(e))は、LSI制御回路5によりローとなるとこ
ろ(破線部分)をハイに保たれる。
Now, when the data transferred from the memory 2 is the final data, a data request signal is output from the peripheral LSI 3 to the DMA controller 4 (FIG. 5(a)), and the DMA
When the controller 4 outputs a request for the right to use the control bus 12 and data bus 13 to the CPUI, the DMA controller 4 sets the level of the signal line 9 to high (pfSS diagram (C)), and sets the level of the signal line IO to high. When the level becomes high and a DMA cycle begins (FIG. 5(b)), the level of the signal line 9 is checked as described above. Since the level of the signal line 9 is high, the LSI control circuit 5 determines that the final data DMA cycle has entered,
The control signal sent from the DMA controller 4 via the bus 11 is not outputted onto the control bus 12, but the command to be written to the peripheral LSI 3 is outputted onto the data bus 13 (FIG. 5(f)), so that the data is not outputted onto the peripheral LSI 3. Signals in the control bus for writing to LSI3 (Figure 5(d)
) is set to low to write to the peripheral LSI 3. At this time, the data to be written to the peripheral LSI 3 is transferred to the memory 2.
The signal in the control bus 12 for reading from the fifth
In Figure (e), the LSI control circuit 5 keeps the low level (broken line portion) high.

その後、第5図(e)に示すコントロールバス12内の
信号のレベルをローとするとこによりメモリ2から読出
されたデータバス13上のデータ(第5図(r))カ、
ms図(d)に示すコントロールバス12内の信号のレ
ベルをローとすることにより、周辺LSI3に書込まれ
る。
Thereafter, by setting the level of the signal in the control bus 12 to low as shown in FIG. 5(e), the data on the data bus 13 (FIG. 5(r)) read from the memory 2 is
The data is written to the peripheral LSI 3 by setting the level of the signal in the control bus 12 shown in the ms diagram (d) to low.

(発明の効果) ゛以上説明したように、この発明によれば、データブロ
ック終了制御の必要な周辺LSIに対して、CPUの介
在なしに周辺LSIのDMA制御の完了を可能とするこ
とができ1周辺LSI制御のためのCPU負荷を軽減し
、高スルーブツトが達成できるという効果が得られる。
(Effects of the Invention) As explained above, according to the present invention, it is possible to complete DMA control of a peripheral LSI that requires data block termination control without the intervention of the CPU. This has the effect of reducing the CPU load for controlling one peripheral LSI and achieving high throughput.

′更に、゛この発明はDMA転送可能であるので、高速
データ転送に利用できる。
'Furthermore, since the present invention is capable of DMA transfer, it can be used for high-speed data transfer.

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

第1図は従来のプログラム制御方式のブロック図、第2
図は従来のDMA制御方式のブロック図、第3図はこの
発明によるDMA制御方式の一実施例のブロック図、第
4図は第3図における転送すべきデータが最終データで
ない場合の動作タイミング図、及び第5図は第3図にお
ける転送すべきデータが最終データの場合の動作タイミ
ング図である。 1−m−中央処理装置(CPU)、 2−m−メモリ(MEM)、 3−−一周辺LSI (LSI)、 4−一−DMAコントローラ(D MA −C)、5−
−−LSI制御回路(LS I−C)、8、7. El
、 9.10−−−一信号線、 11−m−バス、12
−m−コントロールバス、 13−m−データパス。 特許出願人 沖電気工業株式会社 特許出願代理人 弁理士 山木恵− 第4図 +f+ (DATA) −一−−イ、□っ一一−−−−
−第5図 山(DへTAン 手続補正書(自発) 昭和59年8月14日 特許庁長官 志賀 手段 1 事件の表示 昭和59年 特許願 第40542号 2 発明の名称 DMA制御方式 3、補正をする者 事件との関係 特許出願人 名 称 (02月沖電気工業株式会社 4代理人 5、補正の対象 明細書の発明の詳細な説明の欄及び図面6、補正の内容 11) 明細書第3頁第15行の「コントローラが」を
1コントローラ」と補正する。 (2)明細書第9頁第加行の「L8I5Jを[L8I3
Jと補正する。 (3)図面の第2図を別紙のとおり補正する。 以 上
Figure 1 is a block diagram of a conventional program control system;
Figure 3 is a block diagram of a conventional DMA control system, Figure 3 is a block diagram of an embodiment of the DMA control system according to the present invention, and Figure 4 is an operation timing diagram when the data to be transferred is not the final data in Figure 3. , and FIG. 5 are operation timing diagrams when the data to be transferred in FIG. 3 is the final data. 1-m-central processing unit (CPU), 2-m-memory (MEM), 3--one peripheral LSI (LSI), 4--one DMA controller (DMA-C), 5-
--LSI control circuit (LS I-C), 8, 7. El
, 9.10---One signal line, 11-m-bus, 12
-m-control bus, 13-m-data path. Patent applicant Oki Electric Industry Co., Ltd. Patent application agent Megumi Yamaki - Figure 4 +f+ (DATA) -1--i, □t11--
- Figure 5 Mountain (TA procedure amendment to D (voluntary) August 14, 1980 Commissioner of the Patent Office Shiga Means 1 Display of the case 1983 Patent application No. 40542 2 Name of the invention DMA control method 3, amendment Relationship with the case of the person who made the amendment Patent applicant name (February Oki Electric Industry Co., Ltd. 4 Agent 5, Detailed description of the invention column and drawing 6 of the specification subject to amendment, Contents of amendment 11) Specification No. 3 Correct “controller” on the 15th line of the page to “1 controller”. (2) Correct “L8I5J” on the additional line of the 9th page of the specification to [L8I3
Correct with J. (3) Figure 2 of the drawings shall be amended as shown in the attached sheet. that's all

Claims (1)

【特許請求の範囲】[Claims] 中央処理装置、メモリ、DMAコントローラ及び周辺装
置とデータ転送を行なう際に中央処理装置からデータ転
送終了指示を必要とする周辺LSIとを有し、前記中央
処理装置がメモリ及び周辺LSIとデータを読み書きす
るためのデータバスとコントロールバスの使用権を、前
記周辺LSIからのデータ要求信号の有無により時間的
に前記中央処理装置と前記DMAコントローラとの間で
切替えることで、同一バスを用いて前記DMAコントロ
ーラが周辺LSIとメモリ間のデータ転送を制御する処
理装置において、データブロックの最終データ転送サイ
クル中に前記周辺LSIに対しデータ転送終了指示を行
なうためのLSI制御回路を前記DMAコントローラ、
CPU及び周辺LSIの間に設け、該LSI制御回路は
前記DMAコントローラから出力される最終データのD
MAサイクルであることを示す信号を検出することによ
り、最終データのDMAサイクル中にデータバス及びコ
ントロールバスの使用権を前記DMAコントローラから
得て、データ転送終了指示を前記周辺LSIに書込むこ
とを特徴とするI)MA制御方式。
It has a central processing unit, a memory, a DMA controller, and a peripheral LSI that requires a data transfer end instruction from the central processing unit when data is transferred to the peripheral device, and the central processing unit reads and writes data to and from the memory and peripheral LSI. By temporally switching the right to use the data bus and control bus between the central processing unit and the DMA controller depending on the presence or absence of a data request signal from the peripheral LSI, In a processing device in which a controller controls data transfer between a peripheral LSI and a memory, the DMA controller includes an LSI control circuit for instructing the peripheral LSI to complete data transfer during the final data transfer cycle of a data block;
The LSI control circuit is provided between the CPU and the peripheral LSI, and the LSI control circuit receives the final data output from the DMA controller.
By detecting a signal indicating that it is an MA cycle, the right to use the data bus and control bus is obtained from the DMA controller during the final data DMA cycle, and a data transfer end instruction is written to the peripheral LSI. Features I) MA control method.
JP4054284A 1984-03-05 1984-03-05 Dma control system Pending JPS60186955A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4054284A JPS60186955A (en) 1984-03-05 1984-03-05 Dma control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4054284A JPS60186955A (en) 1984-03-05 1984-03-05 Dma control system

Publications (1)

Publication Number Publication Date
JPS60186955A true JPS60186955A (en) 1985-09-24

Family

ID=12583331

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4054284A Pending JPS60186955A (en) 1984-03-05 1984-03-05 Dma control system

Country Status (1)

Country Link
JP (1) JPS60186955A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6399952U (en) * 1986-12-18 1988-06-29

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6399952U (en) * 1986-12-18 1988-06-29

Similar Documents

Publication Publication Date Title
JPS60186955A (en) Dma control system
JPH0145657B2 (en)
JP2638505B2 (en) Bus interface device
JP3399776B2 (en) Computer and method for transferring peripheral device control data in computer
JP3206910B2 (en) DMA transfer method
JP2594673B2 (en) Data processing method
JP2513037B2 (en) Micro computer
JP2514334B2 (en) Control device
JPH05120201A (en) Data processor
JPS62152056A (en) Information processor
JP3228575B2 (en) Data communication method
JPH1153303A (en) Computer system
JPH08287004A (en) Data processor
JPH01292451A (en) Information processor
JPS62172456A (en) Interface bus system in microcomputer system or the like
JPH11327798A (en) Data transfer controller
JPH01142962A (en) Data transfer control system
JPH03286241A (en) Data transfer equipment
JPH06223032A (en) Transfer controller
JPS61133460A (en) Method for executing direct memory access in data transfer between memories
JPH0227460A (en) Interruption holding register control system
JPS61107457A (en) Data transfer control system
JPS5887612A (en) Controlling and diagnosing device for input and output
JPH03189850A (en) Data processor
JPH0346054A (en) Multiprocessor