JPH039453A - Data transfer controller - Google Patents

Data transfer controller

Info

Publication number
JPH039453A
JPH039453A JP14436689A JP14436689A JPH039453A JP H039453 A JPH039453 A JP H039453A JP 14436689 A JP14436689 A JP 14436689A JP 14436689 A JP14436689 A JP 14436689A JP H039453 A JPH039453 A JP H039453A
Authority
JP
Japan
Prior art keywords
address
data
odd
bus
word
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
JP14436689A
Other languages
Japanese (ja)
Inventor
Kiyonobu Kawasaki
川崎 清延
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.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric 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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP14436689A priority Critical patent/JPH039453A/en
Publication of JPH039453A publication Critical patent/JPH039453A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To transfer the data of one word started from an odd numbered address by controlling whether an address obtained by adding '1' to an address on an address bus is outputted to an even numbered address storage means or is outputted as it is. CONSTITUTION:A DMA controller 2 is activated by a CPU 1, and in the case of executing DMA transfer between plural memories, a source address and a destination address are set up by the CPU 1. In this case, an auxiliary address bus 7 for transmitting an output from an adder 6 for adding '1' to an address on the address bus 5 is connected to an even numbered memory block 3 to supply an address signal to the block 3. In the case of transferring the data of one word starting from an odd numbered address, the address obtained by adding '1' to the address on the address bus by the adding means 6 is supplied to the even numbered address storing means 3 by the control of an addition control circuit 9. Consequently, the data of one word starting from an odd numbered address can be transferred.

Description

【発明の詳細な説明】 (イ)産業上の利用分野 本発明は、同一バスに接続された記憶装置や入出力装置
等の周辺装置間で直接データの転送を行うデータ転送制
御装置に関し、特にワード単位でデータの転送を行うも
のに関する。
Detailed Description of the Invention (a) Industrial Application Field The present invention relates to a data transfer control device that directly transfers data between peripheral devices such as storage devices and input/output devices connected to the same bus. This relates to data transfer in word units.

(ロ)従来の技術 従来からコンピュータ等の情報処理装置では、CPUの
介在なしに、同一バスに接続された複数の(あるいは単
数の)周辺装置間で直接データの転送を行う、所謂D 
M A (Direct Memory Access
)転送が行われている。DMA転送はDMAコントロー
ラ(例えば日本電気@製μPD71071)によって制
御される。
(B) Conventional technology Information processing devices such as computers have traditionally transferred data directly between multiple (or single) peripheral devices connected to the same bus without the intervention of the CPU.
M A (Direct Memory Access
) transfer is taking place. DMA transfer is controlled by a DMA controller (for example, μPD71071 manufactured by NEC@).

さて、通常データバスが16ビツト(2バイト、即ち1
ワード)である場合、メモリは第2図に示す様に、偶数
アドレスのメモリブロック(21)と奇数アドレスのメ
モリブロック(22)に分けて構成されている。これら
両メモリブロック(21)(22)にはA、〜Anビッ
トのアドレス信号(アドレスはA0〜Anビットとする
)が入力され、偶数アドレスのメモリブロック(21)
にはアドレスのビットA、が、奇数アドレスのメモリブ
ロック(22)にはデータバスの上位8ビツトの有効を
示すBHE信号が与えられて、各々のメモリブロックへ
のアクセスが行われる。
Now, normally the data bus is 16 bits (2 bytes, or 1
As shown in FIG. 2, the memory is divided into an even address memory block (21) and an odd address memory block (22). Address signals of A and ~An bits (addresses are A0 to An bits) are input to both of these memory blocks (21) and (22), and the even address memory block (21)
Bit A of the address is applied to the memory blocks (22) at odd addresses, and a BHE signal indicating validity of the upper 8 bits of the data bus is applied to the memory blocks (22) at odd addresses, and each memory block is accessed.

従って、メモリに対しワード単位のデータをアクセスす
る場合は、各メモリブロックに入力するアドレス信号は
A、〜Anビットであるので、(アドレス01アドレス
1)、(アドレス2、アドレス3)、・・・ (アドレ
ス2m、アドレス2m+1)の組み合わせ(mは自然数
)、即ち、偶数アドレスからのワードがアクセスされる
Therefore, when accessing data in word units to memory, the address signals input to each memory block are A, ~An bits, so (address 01 address 1), (address 2, address 3), etc. - A combination of (address 2m, address 2m+1) (m is a natural number), that is, words starting from even addresses are accessed.

故に、一般のDMAコントローラでは、メモリとメモリ
間でワード単位のデータを転送(以下単にワード転送と
いう)する場合には、偶数アドレスから偶数アドレスへ
の転送(偶数アドレスから始まるlワード分のデータが
偶数アドレスから始まる1ワ一ド分のアドレスへ転送さ
れる)しかサポートされていない。
Therefore, in a general DMA controller, when transferring data in word units between memories (hereinafter simply referred to as word transfer), data for one word starting from an even address is transferred from an even address to an even address. Transfers to 1-word addresses starting from even addresses) are supported.

(ハ)発明が解決しようとする課題 そのため、奇数アドレスからの1ワードを偶数アドレス
からの1ワードへの、あるいは、偶数アドレスからの1
ワードを奇数アドレスからの1ワードへのDMA転送を
行う場合には、ノくイト単位でDMA転送を行わなけれ
ばならなかった。
(c) Problems to be solved by the invention Therefore, it is possible to convert one word from an odd number address to one word from an even number address, or one word from an even number address.
When performing DMA transfer of one word from an odd numbered address, the DMA transfer had to be performed in units of nodes.

このため、奇数アドレス−偶数アドレス(偶数アドレス
−奇数アドレス)間で1ワードのデータをバイト単位で
転送する場合、偶数アドレス−偶数アドレス間でのワー
ド転送に比べて2倍の時間を必要とし、効率的な転送が
できなかった。
Therefore, when transferring one word of data in bytes between an odd number address and an even number address (even number address - odd number address), it takes twice as long as a word transfer between an even number address and an even number address. Efficient transfer was not possible.

本発明は、斯様な点に鑑みて為されたもので、奇数アド
レスから始まる1ワードのデータのワード転送が可能な
データ転送制御装置を提供するものである。
The present invention has been made in view of the above problems, and provides a data transfer control device capable of word transfer of one word of data starting from an odd numbered address.

(ニ)課題を解決するための手段 本発明は、偶数アドレスの記憶領域の偶数アドレス記憶
手段と、奇数アドレスの記憶領域の奇数アドレス記憶手
段とが同じアドレスノくスに接続され、これら記憶手段
におけるデータの転送を行うデータ転送制御装置であっ
て、アドレスバスと偶数アドレス記憶手段の間に接続さ
れアドレスバス上のアドレスに1加算したアドレスを偶
数アドレス記憶手段に出力する加算手段と、該加算手段
にてアドレスバス上のアドレスをそのまま出力させるか
1加算したアドレスを出力させるか制御する加算制御手
段とを備えるものである。
(d) Means for Solving the Problems The present invention provides an even address storage means for an even address storage area and an odd address storage means for an odd address storage area, which are connected to the same address node. a data transfer control device for transferring data, the adding means being connected between the address bus and the even address storage means and outputting an address obtained by adding 1 to the address on the address bus to the even address storage means; The apparatus includes an addition control means for controlling whether the means outputs the address on the address bus as it is or outputs an address added by 1.

(ホ)作用 奇数アドレスから始まる1ワードのデータをワード転送
する場合、加算制御手段の制御により、加算手段にてア
ドレスバス上のアドレスに1加算したアドレスが偶数ア
ドレス記憶手段に供給される。この結果、奇数アドレス
から始まる1ワ一ド分のアドレスがアクセスされ、ワー
ド転送が可能になる。
(E) Operation When one word of data starting from an odd address is transferred, the addition control means adds 1 to the address on the address bus and supplies the address to the even address storage means. As a result, one word worth of addresses starting from the odd address is accessed, making word transfer possible.

(へ)実施例 第1図は本発明の一実施例の概略構成図である。(1)
は通常このシステムのバスマスクとなるCPU、(2)
はDMA転送時にバスマスクとなり転送制御を司るDM
Aコントローラである。DMAコントローラ(2)はC
P U(1)により起動され、メモリとメモリとの間で
DMA転送を行う場合は、ソースアドレスとデスティネ
ーションアドレスがCPU(1)によりセットされる。
(f) Embodiment FIG. 1 is a schematic diagram of an embodiment of the present invention. (1)
is the CPU that normally serves as the bus mask for this system, (2)
is the bus mask during DMA transfer and controls the transfer.
This is the A controller. DMA controller (2) is C
When activated by PU(1) and performing DMA transfer between memories, a source address and a destination address are set by CPU(1).

(3)は偶数アドレスの記憶領域が割り当てられた偶数
アドレス記憶手段として、の偶数メモリブロック、(4
)は奇数アドレスの記憶領域が割り当てられた奇数アド
レス記憶手段としての奇数メモリブロックである。
(3) is an even number memory block, (4
) is an odd memory block as an odd address storage means to which an odd address storage area is allocated.

(5)はA、〜Anビットのアドレス信号を伝送するア
ドレスバスで、CP U(1)あるいはD M Aコン
トローラ(2)からのアドレス信号はこのアドレスバス
(5)により偶数メモリブロック(3)’?奇数メモリ
ブロック(4)に供給される。また、図示しないが、ア
ドレスのA、ビットが偶数メモリブロック(3)に、デ
ータバスの上位8ビツト(D。
(5) is an address bus that transmits address signals of bits A, ~An, and address signals from CPU (1) or DMA controller (2) are sent to even memory blocks (3) by this address bus (5). '? It is supplied to the odd memory block (4). Although not shown, the upper 8 bits (D) of the data bus are added to the even-numbered memory block (3) with address A and bit.

〜D1.)の有効を示すBHE信号は奇数ブロック(4
)に、CPU(1)およびDMAコントローラ(2)か
ら与えられる構成となっている。
~D1. ) is valid for the odd block (4
) from a CPU (1) and a DMA controller (2).

偶数メモリブロック(3)には、アドレスバス(5)が
直接接続されるのではなく、アドレスバス(5)上のア
ドレスに1加算する加算回路(6)を介在して、加算回
路(6)からの出力を伝える補助アドレスバス(7)が
接続され、偶数メモリブロック(3)にアドレス信号が
供給される。
The address bus (5) is not directly connected to the even memory block (3), but is connected to the adder circuit (6) via an adder circuit (6) that adds 1 to the address on the address bus (5). An auxiliary address bus (7) is connected which conveys the output from the even numbered memory blocks (3) and supplies address signals to the even numbered memory blocks (3).

(8)は、CPU(1)がDMAコントローラ(2)に
よるDMA転送を起動した時に、セットしたソースアド
レスが奇数アドレスのワード転送ならば信号1を、セッ
トしたデスティネーションアドレスが奇数アドレスのワ
ード転送ならば信号2をアクティブにするコントロール
ボートである。
(8) is a signal 1 when the CPU (1) starts a DMA transfer by the DMA controller (2), if the set source address is a word transfer with an odd number address, and the signal 1 is sent if the set destination address is a word transfer with an odd number address. If so, it is a control boat that activates signal 2.

(9)は、コントロールポート(8)及びDMAコント
ローラ(2)からの信号を受けて、加算回路(6)にお
いてアドレスバス(5)上のアドレスに1加算させるか
否かの制御を行う加算制御回路である。
(9) is an addition control that receives signals from the control port (8) and the DMA controller (2) and controls whether or not to add 1 to the address on the address bus (5) in the addition circuit (6). It is a circuit.

(10)は4つの双方向バッファ(11)(12)(1
3)(14)から構成され、上位8ビツトのデータバス
(15)と下位8ビツトのデータバス(16)上のデー
タを入れ替えるための入替回路で、加算回路(6)と共
に加算制御回路(9)にて制御される。
(10) consists of four bidirectional buffers (11) (12) (1
3) (14), is an exchange circuit for exchanging data on the upper 8-bit data bus (15) and the lower 8-bit data bus (16). ).

さて、DMA転送を行う場合、CPU(1)はDMAコ
ントローラ(2)に対して、適切なソースアドレスとデ
スティネーションアドレス及びその他の必要なパラメー
タをセットする。この場合、ワード転送で、セットした
アドレスのいずれかが奇数アドレス2m+1であるなら
ば、DMAコントローラ(2)においてそのアドレスは
2mの偶数アドレスが発生される。
Now, when performing DMA transfer, the CPU (1) sets appropriate source and destination addresses and other necessary parameters in the DMA controller (2). In this case, in word transfer, if any of the set addresses is an odd address 2m+1, an even address of 2m is generated in the DMA controller (2).

次にCPU(1)は、行うDMA転送がワード転送で奇
数アドレスからの1ワードであるときに、コントロール
ポート(8)から、ソースアドレスが奇数のときには信
号1を、デスティネーションアドレスが奇数のときには
信号2をアクティブ状態にして出力させる。
Next, when the DMA transfer to be performed is a word transfer and is one word from an odd address, the CPU (1) sends a signal 1 from the control port (8) when the source address is an odd number, and when the destination address is an odd number. Activate signal 2 and output it.

尚、DMA転送がワード転送であっても偶数アドレスか
ら偶数アドレスへの転送の場合は、コントロールボート
(8)から信号1や信号2がアクティブ状態となって出
力されることはない。
Note that even if the DMA transfer is a word transfer, if the transfer is from an even address to an even address, the control port (8) will not output signal 1 or signal 2 in an active state.

その後、CPU(1)はDMAコントローラ(2)に対
してDMA転送の要求を出し、DMAコントローラ(2
)はその要求に応じてCPU(1)をホールド状態にす
る。
After that, the CPU (1) issues a DMA transfer request to the DMA controller (2), and the DMA controller (2)
) puts the CPU (1) into a hold state in response to the request.

そして、DMAコントローラ(2)によるDMA転送が
行われる。
Then, DMA transfer is performed by the DMA controller (2).

今、メモリからメモリへのDMA転送において、偶数ア
ドレスからの1ワードのデータを奇数アドレスからの1
ワードにワード転送する場合について説明する。
Now, in a memory-to-memory DMA transfer, one word of data from an even address is transferred to one word of data from an odd address.
The case of word-to-word transfer will be explained.

DMAコントローラ(2)はバスマスクにならた状態で
、まず、メモリブロック(3)(4)から、ソースアド
レスからの1ワードのデータを読み出す。
Following the bus mask, the DMA controller (2) first reads one word of data from the source address from the memory blocks (3) and (4).

このとき、ソースアドレスは偶数なので、信号1はアク
ティブ状態になっておらず、DMAコントローラ(2)
からのメモリリード信号MRDやアドレスが有効である
ことを示すアドレスイネーブル信号AENが加算制御回
路(9)に入力されても、加算制御回路(9)から加算
回路(6)に、加算回路(6)にてアドレスに1加算さ
せる制御信号3はアクティブ状態とならない。
At this time, since the source address is an even number, signal 1 is not active and the DMA controller (2)
Even if the memory read signal MRD from the adder circuit (9) and the address enable signal AEN indicating that the address is valid are input to the adder control circuit (9), the adder circuit (6) is sent from the adder control circuit (9) to the adder circuit (6). ), the control signal 3 that causes 1 to be added to the address does not become active.

従って、アドレスバス(5)上のアドレスはそのまま補
助アドレスバス(7)を通って偶数メモリブロック(3
)に入力され、奇数メモリブロック(4)にもアドレス
バス(5)上のアドレスが入力されて、偶数アドレスか
らの1ワードのデータがデータバス上に読み出される。
Therefore, the address on the address bus (5) is directly passed through the auxiliary address bus (7) to the even memory block (3).
), the address on the address bus (5) is also input to the odd memory block (4), and one word of data from the even address is read onto the data bus.

尚、アドレスが各メモリブロックに供給されるときには
、偶数メモリブロック(3)にはアドレスのA0ビット
が、奇数メモリブロック(4)にはBHE信号がDMA
コントローラ(2)から入力されている。
Note that when the address is supplied to each memory block, the A0 bit of the address is supplied to the even numbered memory block (3), and the BHE signal is supplied to the odd numbered memory block (4).
It is input from the controller (2).

入替回路(10)では、加算制御回路(9)からの制御
信号3がアクティブ状態ではないので、2つの双方向バ
ッファ(11)(14)からの出力が可能になっており
、偶数メモリブロック(3)から読み出された下位8ビ
ツトのデータはデータバス(16)および双方向バッフ
ァ(14)を通ってDMAコントローラ(3)のデータ
のビットD、〜D、に入力され、奇数メモリブロック(
4)から読み出された上位8ビ・7トのデータにデータ
バス(15)および双方向ツク・ノファ(11)を通っ
てDMAコントローラ(2)のデータのビットD、〜D
14に入力される。
In the switching circuit (10), since the control signal 3 from the addition control circuit (9) is not in the active state, output from the two bidirectional buffers (11) and (14) is possible, and the even memory block ( The lower 8 bits of data read from the data bus (16) and the bidirectional buffer (14) are input to the data bits D, ~D, of the DMA controller (3), and are sent to the odd memory block (3).
The upper 8 bits and 7 bits of data read from 4) are passed through the data bus (15) and the bidirectional connector (11) to bits D, ~D of the data of the DMA controller (2).
14.

次にDMAコントローラ(2)は読み出した1ワードの
データを、奇数アドレスからの1ワードに書き込む。
Next, the DMA controller (2) writes one word of read data into one word starting from an odd address.

CPU(1)がデスティネーションアドレスとして指定
した奇数アドレスが2m+1 (1ワードのアドレスは
2m+1と2 m + 2 )とすると、DMAコント
ローラ(2)ではデスティネーションアドレスとして2
mをそのアドレスをアドレスノくス(5)に出力する。
If the odd address specified by the CPU (1) as the destination address is 2m+1 (the addresses of one word are 2m+1 and 2m+2), the DMA controller (2) specifies 2 as the destination address.
The address of m is output to address nox (5).

加算制御回路(9)は、コントロールポート(8)の信
号2がアクティブ状態であるので、信号AENやメモリ
ライト信号MWがDMAコントローラ(2)から入力さ
れると、制御信号3をアクティブ状態にする。
Since the signal 2 of the control port (8) is in the active state, the addition control circuit (9) makes the control signal 3 active when the signal AEN or the memory write signal MW is input from the DMA controller (2). .

すると加算回路(6)はアドレスノ(ス(5)上のアド
レスに1を加算したアドレス(即ち2(m+1)=2m
+2)を補助アドレスバス(7)に出力する。
Then, the adder circuit (6) adds 1 to the address on the address node (5) (i.e., 2(m+1)=2m
+2) to the auxiliary address bus (7).

先と同様に偶数メモリブロック(3)にはアドレスのA
、ビットが、奇数メモリブロック(4)にはBHE信号
が入力されており、奇数メモリブロック(4)ではアド
レス2m+1が、偶数メモリブロック(3)ではアドレ
ス2m+2がアクセスされる。
As before, even memory block (3) has address A.
, the BHE signal is input to the odd memory block (4), and address 2m+1 is accessed in the odd memory block (4) and address 2m+2 is accessed in the even memory block (3).

仮に、加算回路(6)による1加算がされない場合、ア
ドレスバス(5)上のアドレス2mにより、偶数メモリ
ブロック(3)ではアドレス2mが、奇数メモリブロッ
ク(4)ではアドレス2m+1がアクセスされることに
なり、奇数アドレスからの1ワードのアクセスはされな
い。
If the adder circuit (6) does not add 1, the address 2m on the address bus (5) will access address 2m in the even memory block (3) and address 2m+1 in the odd memory block (4). Therefore, one word is not accessed from an odd address.

加算制御回路(9)からの制御信号3がアクティブ状態
になることにより、入替回路(10)では2つの双方向
バッファ(12)(13)からの出力が可能となってお
り、DMAコントローラ(2)から出力された上位8ピ
ツトのデータは双方向バッファ(12)によりデータバ
ス(16)に出力され、DMAコントローラ(2)から
出力された下位8ビ・7トのデータの双方向バッファ(
13)によりデータノくス(15)に出力される。
When the control signal 3 from the addition control circuit (9) becomes active, the switching circuit (10) can output from the two bidirectional buffers (12) and (13), and the DMA controller (2) The upper 8 bits of data output from
13) is output to the data node (15).

そしてデータバス(15)上のデータが奇数メモリブロ
ック(4)のアドレス2m+1に、データノくス(16
)上のデータが偶数メモリブロック(3)のアドレス2
m+2に書き込まれ、偶数アドレスから奇数アドレスへ
のワード転送が終了する。
The data on the data bus (15) is then transferred to the data bus (16) at address 2m+1 of the odd memory block (4).
) is address 2 of even memory block (3)
m+2, and the word transfer from the even address to the odd address is completed.

尚、ワード転送を奇数アドレスから偶数アドレスで、奇
数アドレスから奇数アドレスで行う場合についても、同
様に、奇数アドレスからの1ワードをアクセスするとき
に、加算回路(6)でアドレスバス(5)上のアドレス
に1加算されて、奇数アドレスからの1ワードがアクセ
スされる。
Similarly, when word transfer is performed from an odd address to an even address or from an odd address to an odd address, when accessing one word from an odd address, the adder circuit (6) transfers data on the address bus (5). 1 is added to the address, and one word from the odd address is accessed.

(ト)発明の効果 本発明は、以上の説明から明らかな様に、偶数メモリブ
ロックに与えられるアドレスに1加算する加算回路を備
えることによって、奇数アドレスから始まる1ワードの
アクセスが可能となる。
(g) Effects of the Invention As is clear from the above description, the present invention enables one word access starting from an odd address by providing an adder circuit that adds 1 to an address given to an even memory block.

而して、奇数アドレスから始まる1ワードにおけるワー
ド転送が可能となり効率的なりMA転送が行え、処理の
高速化が図れる。
Thus, it is possible to perform word transfer in one word starting from an odd-numbered address, allowing efficient MA transfer and speeding up the processing.

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

第1図は本発明一実施例の概略構成図、第2図はメモリ
構成を示す図であ′る。 (1)・・・CPU、(2)・・・DMAコントローラ
、(3)・・・偶数メモリブロック(偶数アドレス記憶
手段)、(4)・・・奇数メモリブロック(奇数アドレ
ス記憶手段)(5)・・・アドレスバス、(6)・・・
加算回路、(8)・・・コントロールボート、(9)・
・・加算制御回路、(10)・・・入替回路、(15X
16)・・・データバス。
FIG. 1 is a schematic diagram of an embodiment of the present invention, and FIG. 2 is a diagram showing a memory configuration. (1) CPU, (2) DMA controller, (3) Even memory block (even address storage means), (4) Odd memory block (odd address storage means) (5 )...address bus, (6)...
Adder circuit, (8)...Control boat, (9)...
...Addition control circuit, (10)...Switching circuit, (15X
16)...Data bus.

Claims (2)

【特許請求の範囲】[Claims] (1)偶数アドレスの記憶領域の偶数アドレス記憶手段
と、奇数アドレスの記憶領域の奇数アドレス記憶手段と
が同じアドレスバスに接続され、これら記憶手段におけ
るデータの転送を行うデータ転送制御装置において、 アドレスバスと偶数アドレス記憶手段の間に接続されア
ドレスバス上のアドレスに1加算したアドレスを偶数ア
ドレス記憶手段に出力する加算手段と、該加算手段にて
アドレスバス上のアドレスをそのまま出力させるか1加
算したアドレスを出力させるか制御する加算制御手段と
を備えることを特徴とするデータ転送制御装置。
(1) In a data transfer control device in which an even address storage means in a storage area with an even address and an odd address storage means in a storage area with an odd address are connected to the same address bus, and data is transferred in these storage means, the address an addition means connected between the bus and the even address storage means for outputting an address obtained by adding 1 to the address on the address bus to the even address storage means; and whether the addition means outputs the address on the address bus as is or adds 1 1. A data transfer control device comprising: addition control means for controlling whether or not the address is output.
(2)前記加算制御手段に制御され、偶数アドレス記憶
手段に接続されるデータバス上のデータと奇数アドレス
記憶手段に接続されるデータバス上のデータとを入れ替
える入替手段を備えることを特徴とする請求項1記載の
データ転送制御装置。
(2) It is characterized by comprising an exchanging means controlled by the addition control means and exchanging the data on the data bus connected to the even address storage means and the data on the data bus connected to the odd address storage means. The data transfer control device according to claim 1.
JP14436689A 1989-06-07 1989-06-07 Data transfer controller Pending JPH039453A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14436689A JPH039453A (en) 1989-06-07 1989-06-07 Data transfer controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14436689A JPH039453A (en) 1989-06-07 1989-06-07 Data transfer controller

Publications (1)

Publication Number Publication Date
JPH039453A true JPH039453A (en) 1991-01-17

Family

ID=15360441

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14436689A Pending JPH039453A (en) 1989-06-07 1989-06-07 Data transfer controller

Country Status (1)

Country Link
JP (1) JPH039453A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000038686A (en) * 1998-12-08 2000-07-05 구자홍 Direct memory access controller

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000038686A (en) * 1998-12-08 2000-07-05 구자홍 Direct memory access controller

Similar Documents

Publication Publication Date Title
JPH04246745A (en) Memory access system
JP2591502B2 (en) Information processing system and its bus arbitration system
JPH0793274A (en) System and device for transferring data
JPH039453A (en) Data transfer controller
JPH0544238B2 (en)
JPH07271654A (en) Controller
JP2001273191A (en) Computer system
JP3266610B2 (en) DMA transfer method
JPS6143367A (en) Register control system
JPS60189052A (en) Memory access controller
JPH0351943A (en) Sharing system for high/low speed bus lines
JPH0754544B2 (en) Image memory access circuit
JP2625288B2 (en) Buffer memory access system
JPS63259746A (en) Inter-bank-memory data transmission system
JPH05120210A (en) Microcomputer
JPH02188856A (en) Memory access circuit
JPS6269347A (en) Direct memory access controller
JPH0236443A (en) System for controlling expansion storage
JPS6383854A (en) Data transfer circuit
JPH09305562A (en) Data transfer device
JPH04264640A (en) Buffer storage device
JPH0311454A (en) Multiprocessor system
JPS61131152A (en) Dma buffer control system
JPH10207825A (en) Data transfer device
JPS63305451A (en) Storage system