JPH07210495A - Microcomputer system - Google Patents

Microcomputer system

Info

Publication number
JPH07210495A
JPH07210495A JP670594A JP670594A JPH07210495A JP H07210495 A JPH07210495 A JP H07210495A JP 670594 A JP670594 A JP 670594A JP 670594 A JP670594 A JP 670594A JP H07210495 A JPH07210495 A JP H07210495A
Authority
JP
Japan
Prior art keywords
address
memory
bus
dma
data
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
JP670594A
Other languages
Japanese (ja)
Inventor
Yasushi Tajiri
裕史 田尻
Junichi Takai
純一 高井
Toshiya Nishijima
敏也 西島
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.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing 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 Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP670594A priority Critical patent/JPH07210495A/en
Publication of JPH07210495A publication Critical patent/JPH07210495A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To eliminate an error in address setting while improving improving access efficiency without making access from a bus master wait in a multiplex bus system for address/data. CONSTITUTION:At the time of transferring DMA data between a memory 2 and plural peripheral devices 4 and 17 including a device, which can be the bus master, through the use of the multiplex bus for address/data by a DMA device 3, 10 codes are arranged to the DMA device and the plural peripheral devices so that an ID decoder 20 obtains a master ID code from the device to be the bus master to select one of address counters 19 with respect to the memory so as to access the memory.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、マイクロ・コンピュー
タ装置に係り、特に、マルチプレックス・バス方式にお
けるDMAデータ転送のための装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a microcomputer device, and more particularly to a device for DMA data transfer in a multiplex bus system.

【0002】[0002]

【従来の技術】マイクロ・コンピュータでは、その核で
あるCPUのワーク・エリアであるメモリ(2ポート・
メモリ)に対して、周辺のデバイス(ディスク、ROM
等)からデータを転送してプログラムを実行する方法が
一般的である。
2. Description of the Related Art In a microcomputer, a memory (2-port
For memory, peripheral devices (disk, ROM)
Etc.) is generally used to transfer the data and execute the program.

【0003】これらのデータは、ランダムにリード/ラ
イトするのではなく、任意のアドレスからある決まった
サイズで転送する。また、CPUの負荷を軽減するため
に、DMA(ダイレクト・メモリ・アクセス)データ転
送を利用することが多い。
These data are not read / written at random, but are transferred from an arbitrary address with a predetermined size. In addition, DMA (direct memory access) data transfer is often used to reduce the load on the CPU.

【0004】図3は、DMAデータ転送の構成を示す。
1はCPU、2はCPU1と周辺装置の両方からアクセ
スできる2ポートメモリ、3はDMAデータ転送を制御
するDMA装置、4はディスクやROM等のメモリ2へ
のデータ転送対象となる周辺装置である。
FIG. 3 shows the structure of DMA data transfer.
Reference numeral 1 is a CPU, 2 is a 2-port memory that can be accessed by both the CPU 1 and peripheral devices, 3 is a DMA device that controls DMA data transfer, and 4 is a peripheral device that is a data transfer target to a memory 2 such as a disk or a ROM. .

【0005】また、5はDMAアドレス・バス、6はD
MAデータ・バス、7はCPU1のアドレス・バス、8
はCPU1のデータ・バス、9はメモリ・ライト信号、
10はI/Oリード信号、11はメモリ・リード信号、
12はI/Oライト信号を示す。
Further, 5 is a DMA address bus, 6 is D
MA data bus, 7 is address bus of CPU 1, 8
Is a data bus of CPU1, 9 is a memory write signal,
10 is an I / O read signal, 11 is a memory read signal,
Reference numeral 12 indicates an I / O write signal.

【0006】周辺装置4がディスクI/Oのような場合
のアクセス・シーケンスを図4に示す。まず、周辺装置
4からメモリ2へのデータ転送には、DMA装置3から
転送先のメモリ・アドレス(仮にnとする)を出力す
る。同時に、周辺装置4へI/Oデータ・リード信号
を、またメモリ2にはメモリ・ライト信号を出力する。
FIG. 4 shows an access sequence when the peripheral device 4 is a disk I / O. First, for the data transfer from the peripheral device 4 to the memory 2, the memory address of the transfer destination (provisionally n) is output from the DMA device 3. At the same time, it outputs an I / O data read signal to the peripheral device 4 and a memory write signal to the memory 2.

【0007】この制御で1つのアクセスが終了すると、
メモリ・アドレスはDMA装置3内で自動的にインクリ
メントされる。例えば、1バイトデータ転送の場合はn
+1、2バイトデータ転送の場合はn+2にインクリメ
ントされる。
When one access is completed by this control,
The memory address is automatically incremented in the DMA device 3. For example, n for 1-byte data transfer
In the case of +1 and 2-byte data transfer, it is incremented to n + 2.

【0008】逆に、メモリ2から周辺装置4へのデータ
転送には、DMA装置3からアドレス・データを出力す
ると同時に、周辺装置4へI/Oデータ・ライト信号を
与え、またメモリ2にはメモリ・リード信号を出力す
る。同様に、アクセス終了後に転送バイト数に応じたア
ドレスのインクリメントがなされる。
On the contrary, for data transfer from the memory 2 to the peripheral device 4, address data is output from the DMA device 3 and at the same time, an I / O data write signal is given to the peripheral device 4, and the memory 2 is transferred to the memory device 2. Outputs a memory read signal. Similarly, after the access is completed, the address is incremented according to the number of transfer bytes.

【0009】ところで、最近のマイクロ・コンピュータ
・システムでは、メモリ容量の増加に伴い、アドレス、
データのビット幅が非常に大きくなり、アドレス幅32
ビット、データ幅32ビットなど、バスのライン数が非
常に増大してきている。
By the way, in a recent microcomputer system, as the memory capacity increases, the address,
The data bit width becomes very large, and the address width 32
The number of lines on the bus, such as the bit width and the data width of 32 bits, has increased significantly.

【0010】特に、DMA装置3と周辺装置4がCPU
1とは別のボード(または装置)で構成される場合、ア
ドレス/データ・バス及びコントロール信号に多くの信
号線を外部に引き出すことになる。
In particular, the DMA device 3 and the peripheral device 4 are CPUs.
When configured on a board (or device) different from 1, a large number of signal lines for the address / data bus and control signals will be drawn to the outside.

【0011】このため、信号線の増加による装置構成の
複雑化のみならず、クロストークのような電気的ノイズ
等が発生し易く、信頼性についても大きな問題が生じて
しまう。
For this reason, not only is the device structure complicated due to an increase in the number of signal lines, but also electrical noise such as crosstalk is likely to occur, and a great reliability problem arises.

【0012】このような課題を回避する方法として、ア
ドレスとデータをマルチプレックスによる時分割で転送
する方法がある。このマルチプレックス・バス方式によ
る構成図を図5に示し、アクセス・シーケンスを図6に
示す。
As a method of avoiding such a problem, there is a method of transferring addresses and data in a time division manner by multiplex. FIG. 5 shows a block diagram of this multiplex bus system, and FIG. 6 shows an access sequence.

【0013】同図中、13はアドレスとデータのマルチ
プレックス・バス、14はアドレス・ストローブ信号、
15はデータ・ストローブ信号を示す。また、21はア
ドレス・ラッチ、22はマルチプレックス・バスよりア
ドレスを抜き出したメモリ・アドレスである。
In the figure, 13 is an address and data multiplex bus, 14 is an address strobe signal,
Reference numeral 15 indicates a data strobe signal. Reference numeral 21 is an address latch, and 22 is a memory address extracted from the multiplex bus.

【0014】この方法によれば、アドレスとデータを1
つのバスで共用できるため、バスのライン数を大幅に低
減することができる。しかしながら、アドレスとデータ
を時分割でバスに渡すため、アクセス効率が低下してし
まう。
According to this method, the address and the data are
Since it can be shared by two buses, the number of bus lines can be significantly reduced. However, since the address and the data are passed to the bus in a time division manner, the access efficiency is reduced.

【0015】上記のアクセス効率を下げることなくDM
Aデータ転送を行う方法として、ブロック転送方法が考
えられる。この構成を図7に示し、図8にアクセス・シ
ーケンスを示す。同図中、16はアドレス・ラッチ付き
のカウンタである。
DM without degrading the above access efficiency
A block transfer method can be considered as a method of transferring the A data. This configuration is shown in FIG. 7 and the access sequence is shown in FIG. In the figure, 16 is a counter with an address latch.

【0016】この方法は、DMA装置3からメモリ2に
対して、スタート・アドレスを与えておき、メモリ2に
ラッチさせ、メモリ・リードまたはメモリ・ライト信号
が与えられる度にアドレスをインクリメントさせ、2回
目以降のアクセスではアドレスを与えることなくDMA
データ転送を行うものである。これによって、2回目以
降のアドレスを与える時間が削減され、アクセス効率は
高められる。
According to this method, a start address is given from the DMA device 3 to the memory 2 and latched in the memory 2, and the address is incremented every time a memory read or memory write signal is given. DMA without giving an address in the subsequent accesses
Data transfer is performed. As a result, the time for giving the second and subsequent addresses is reduced, and the access efficiency is improved.

【0017】[0017]

【発明が解決しようとする課題】従来の図7の構成にお
いて、図9に示すように、マルチプレックス・バス13
にバス・マスタ17が実装される場合、DMA装置3に
よって周辺装置4とメモリ2間に数キロ・バイトのブロ
ックでデータ転送が行われると、その間はDMA装置3
がバスを占有したままになり、バス・マスタ17からメ
モリ2に対するアクセスを待たせることになる。
In the conventional configuration of FIG. 7, as shown in FIG. 9, the multiplex bus 13 is used.
In the case where the bus master 17 is installed in the DMA device 3, when the DMA device 3 transfers data in blocks of several kilobytes between the peripheral device 4 and the memory 2, the DMA device 3 operates in the meantime.
Keeps occupying the bus, causing the bus master 17 to wait for access to the memory 2.

【0018】この待ち時間は、DMAデータ転送量が多
ければ多いほど長くなり、バス・マスタ17はバスを確
保できないため、バス・タイム・アウトを起こす可能性
が高くなり、システム・ダウンを起こしてしまう。
This waiting time becomes longer as the amount of DMA data transfer increases, and the bus master 17 cannot secure the bus. Therefore, there is a high possibility that a bus time-out will occur, causing a system down. I will end up.

【0019】これを解決するために、DMA装置3によ
り、周辺装置4とメモリ2間のデータ転送を1回のサイ
クル毎にバスを解放する方法を採用すると、図10に示
すように、ブロック転送の間にバス・マスタ17からの
アクセスが挿入され、カウンタ16の値が狂ってしま
い、アクセス・アドレスに誤りを起こしてしまう。
In order to solve this, if a method is adopted in which the DMA device 3 releases the bus for each data transfer between the peripheral device 4 and the memory 2, a block transfer is performed as shown in FIG. The access from the bus master 17 is inserted during the period, the value of the counter 16 becomes incorrect, and an error occurs in the access address.

【0020】また、バス調停はソフトウエアで認識する
のは困難なため、DMA装置3の続きのサイクルにおい
て、再度にアドレスを与えるのは難しい。
Since it is difficult to recognize the bus arbitration by software, it is difficult to give an address again in the subsequent cycle of the DMA device 3.

【0021】本発明の目的は、アドレス/データのマル
チプレックス・バス方式において、バス・マスタからの
アクセスを待たせることなく、またアクセス効率を高め
ながらアドレス設定に誤りを無くしたマイクロ・コンピ
ュータ装置を提供することにある。
An object of the present invention is to provide a microcomputer device in an address / data multiplex bus system, which does not wait for an access from a bus master and which improves access efficiency and eliminates an error in address setting. To provide.

【0022】[0022]

【課題を解決するための手段】本発明は、前記課題の解
決を図るため、DMA装置によってメモリとバス・マス
タとなり得る装置も含む複数の周辺装置との間でアドレ
ス/データのマルチプレックス・バスを使ってDMAデ
ータ転送を行うマイクロ・コンピュータ装置において、
前記バスに接続されるDMA装置及び複数の周辺装置に
IDコードを割り付け、バス・マスタとなる装置からマ
スタIDコードを得る手段と、前記DMA装置及び各周
辺装置に対応づけて設けられ、前記メモリのアドレスを
カウントする複数のアドレス・カウンタと、前記マスタ
IDコードをデコードして前記アドレス・カウンタの1
つを前記メモリのアドレス・カウンタとして選択するデ
コーダとを備えたことを特徴とする。
SUMMARY OF THE INVENTION In order to solve the above problems, the present invention provides an address / data multiplex bus between a plurality of peripheral devices including a device that can be a memory and a bus master by a DMA device. In a microcomputer device that performs DMA data transfer using
Means for allocating an ID code to the DMA device and a plurality of peripheral devices connected to the bus to obtain a master ID code from a device serving as a bus master, and the means provided in association with the DMA device and each peripheral device. A plurality of address counters for counting the address of the
And a decoder for selecting one as an address counter of the memory.

【0023】[0023]

【作用】DMA装置及び各周辺装置に対応づけたアドレ
ス・カウンタを設け、メモリと1つの周辺装置との間で
メモリ・アクセス・サイクル中はIDコードに該当する
アドレス・カウンタのアドレスでメモリ・アクセスを行
う。
A DMA device and an address counter associated with each peripheral device are provided, and during the memory access cycle between the memory and one peripheral device, the memory access is performed by the address of the address counter corresponding to the ID code. I do.

【0024】[0024]

【実施例】図1は、本発明の一実施例を示す構成図であ
り、図9と同等の部分は同一符号で示す。18はマスタ
IDコード、19はカウンタ・アドレス・ラッチ群、2
0はIDデコーダである。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a block diagram showing an embodiment of the present invention, in which parts equivalent to those in FIG. 18 is a master ID code, 19 is a counter address latch group, 2
0 is an ID decoder.

【0025】マスタIDコード18は、マルチプレック
ス・バス13上に接続されるバス・マスタに番号を振り
分けたものである。IDデコーダ20はアクセス・サイ
クル中にメモリ2でのIDコードを検出し、どのマスタ
からのアクセスかを判断し、カウンタ・アドレス・ラッ
チ群19の中から当該マスタに対応するカウンタ・アド
レス・ラッチを抽出してそれをアドレス・データとして
使用する。
The master ID code 18 is a number assigned to the bus masters connected to the multiplex bus 13. The ID decoder 20 detects the ID code in the memory 2 during an access cycle, determines which master is accessing, and selects the counter address latch corresponding to the master from the counter address latch group 19. Extract and use it as address data.

【0026】本実施例の動作を図2を参照して以下に詳
細に説明する。
The operation of this embodiment will be described in detail below with reference to FIG.

【0027】DMA装置3がメモリ2と周辺装置4の間
のDMAデータ転送を実行するにおいて、DMA装置3
は1回目のアクセスでアドレスを出力しながらアドレス
・ストローブ・パルス14を発生させる。それと同時
に、自分に割り当てられたIDを同時に出力する。
When the DMA device 3 executes the DMA data transfer between the memory 2 and the peripheral device 4, the DMA device 3
Generates an address strobe pulse 14 while outputting an address in the first access. At the same time, the ID assigned to itself is output at the same time.

【0028】メモリ2では、マスタIDコード18のI
Dコードをデコーダ20の出力から選択し、カウンタ・
アドレス・ラッチ群19の内からIDコードに対応した
アドレス・カウンタにラッチし、メモリにアドレスを出
力する。
In the memory 2, I of the master ID code 18
Select the D code from the output of the decoder 20,
It latches in the address counter corresponding to the ID code from the address latch group 19 and outputs the address to the memory.

【0029】その後、DMA装置3は、データ・サイク
ルをデータ・ストローブとともに実行し、データ・スト
ローブの立ち上がりで該当するアドレス・カウンタがカ
ウント・アップする。このデータ・サイクル中もDMA
装置3は、IDコードを出力する。
Thereafter, the DMA device 3 executes the data cycle together with the data strobe, and the corresponding address counter counts up at the rising edge of the data strobe. DMA during this data cycle
The device 3 outputs the ID code.

【0030】次に、2回目以降のサイクルでは、DMA
装置3は、IDコードを出力しながらデータ・サイクル
を行う。このとき、カウンタ・アドレス・ラッチ群19
のうち、IDが一致するアドレス・カウンタは前回カウ
ント・アップしたアドレスをメモリ2に与えてデータ・
サイクルを実行する。
Next, in the second and subsequent cycles, DMA
The device 3 performs the data cycle while outputting the ID code. At this time, the counter / address / latch group 19
Among them, the address counter with the same ID gives the address counted up last time to the memory 2 and data
Run the cycle.

【0031】そして、データ・サイクルの終了後、デー
タ・ストローブの立ち上がりで当該アドレス・カウンタ
をさらにカウント・アップする。
After the end of the data cycle, the address counter is further counted up at the rising edge of the data strobe.

【0032】ここで、バス・マスタ17からメモリ2に
対してアクセス要求があった場合、バス・マスタ17も
同様にIDコードを出力しながらメモリ・サイクルを実
行するため、DMA装置3で使用したアドレス・カウン
タは動作せず、該DMA装置3用のアドレスを保持した
ままとなり、バス・マスタ17に割り当てられたアドレ
ス・カウンタが選択され、アドレスをメモリ2に対して
出力する。そして、メモリ・サイクルを同様に実行す
る。
When there is an access request from the bus master 17 to the memory 2, the bus master 17 also executes the memory cycle while outputting the ID code. The address counter does not operate, the address for the DMA device 3 remains held, the address counter assigned to the bus master 17 is selected, and the address is output to the memory 2. Then, the memory cycle is similarly executed.

【0033】これによって、DMA装置3とバス・マス
タ17のサイクルは競合することなく、またDMA装置
3のブロック転送もアクセス効率を落とすことなく、正
常な動作を保証できる。
As a result, the DMA device 3 and the bus master 17 do not conflict with each other, and the block transfer of the DMA device 3 can ensure normal operation without lowering the access efficiency.

【0034】なお、実施例において、バス・マスタ17
に代えてDMAデバイスであっても同様な作用効果を得
ることができる。また、メモリ2が2つ以上あってもI
Dとアドレス・カウンタの割り当てを同様に行うことで
拡張が可能となる。
In the embodiment, the bus master 17
Even if a DMA device is used instead of the above, the same operational effect can be obtained. Even if there are two or more memories 2, I
It is possible to expand by assigning D and the address counter in the same manner.

【0035】[0035]

【発明の効果】以上のとおり、本発明によれば、バスの
本数を減らすためのアドレス/データ・マルチプレック
ス・バス方式とするにおいて、DMA装置及び各周辺装
置に対応づけたアドレス・カウンタを設け、メモリと1
つの周辺装置との間でメモリ・アクセス・サイクル中は
IDコードに該当するアドレス・カウンタのアドレスで
メモリ・アクセスを行うようにしたため、複数の周辺装
置からのDMAブロック・データ転送やシングル転送に
バス・マスタからのアクセスを待たせることなく、また
アクセス効率を高めながらアドレス設定に誤りを無くす
効果がある。
As described above, according to the present invention, in the address / data multiplex bus system for reducing the number of buses, an address counter associated with the DMA device and each peripheral device is provided. , Memory and 1
During the memory access cycle with one peripheral device, the memory access is performed at the address of the address counter corresponding to the ID code, so the bus can be used for DMA block data transfer or single transfer from multiple peripheral devices. -Effective in address setting without waiting for access from the master and improving access efficiency.

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

【図1】本発明の一実施例を示す構成図。FIG. 1 is a configuration diagram showing an embodiment of the present invention.

【図2】実施例のアクセス・シーケンス。FIG. 2 is an example access sequence.

【図3】従来のDMAデータ転送例。FIG. 3 shows an example of conventional DMA data transfer.

【図4】DMAデータ転送のアクセス・シーケンス。FIG. 4 is an access sequence for DMA data transfer.

【図5】マルチプレックス・バス方式例。FIG. 5 shows an example of a multiplex bus system.

【図6】マルチプレックス・バス方式のアクセス・シー
ケンス。
FIG. 6 shows an access sequence of a multiplex bus system.

【図7】ブロック転送例。FIG. 7 is an example of block transfer.

【図8】ブロック転送のアクセス・シーケンス。FIG. 8 is a block transfer access sequence.

【図9】バス・マスタを持つ例。FIG. 9 shows an example of having a bus master.

【図10】サイクル毎のバス解放のアクセス・シーケン
ス。
FIG. 10 is a cycle-by-cycle bus release access sequence.

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

1…CPU 2…メモリ 3…DMA装置 4…周辺装置 13…アドレスとデータのマルチプレックス・バス 14…アドレス・ストローブ信号 15…データ・ストローブ信号 17…バス・マスタ 18…マスタIDコード 19…カウンタ・アドレス・ラッチ群 20…IDデコーダ DESCRIPTION OF SYMBOLS 1 ... CPU 2 ... Memory 3 ... DMA device 4 ... Peripheral device 13 ... Address and data multiplex bus 14 ... Address strobe signal 15 ... Data strobe signal 17 ... Bus master 18 ... Master ID code 19 ... Counter Address / latch group 20 ... ID decoder

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 DMA装置によってメモリとバス・マス
タとなり得る装置も含む複数の周辺装置との間でアドレ
ス/データのマルチプレックス・バスを使ってDMAデ
ータ転送を行うマイクロ・コンピュータ装置において、 前記バスに接続されるDMA装置及び複数の周辺装置に
IDコードを割り付け、バス・マスタとなる装置からマ
スタIDコードを得る手段と、 前記DMA装置及び各周辺装置に対応づけて設けられ、
前記メモリのアドレスをカウントする複数のアドレス・
カウンタと、 前記マスタIDコードをデコードして前記アドレス・カ
ウンタの1つを前記メモリのアドレス・カウンタとして
選択するデコーダとを備えたことを特徴とするマイクロ
・コンピュータ装置。
1. A microcomputer device for performing DMA data transfer between a memory and a plurality of peripheral devices including a device capable of becoming a bus master by a DMA device, using a multiplex bus for address / data, said bus comprising: Means for allocating an ID code to a DMA device and a plurality of peripheral devices connected to each other and obtaining a master ID code from a device serving as a bus master; and means provided in association with the DMA device and each peripheral device,
A plurality of addresses for counting the addresses of the memory
A microcomputer device comprising: a counter; and a decoder that decodes the master ID code and selects one of the address counters as an address counter of the memory.
JP670594A 1994-01-26 1994-01-26 Microcomputer system Pending JPH07210495A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP670594A JPH07210495A (en) 1994-01-26 1994-01-26 Microcomputer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP670594A JPH07210495A (en) 1994-01-26 1994-01-26 Microcomputer system

Publications (1)

Publication Number Publication Date
JPH07210495A true JPH07210495A (en) 1995-08-11

Family

ID=11645730

Family Applications (1)

Application Number Title Priority Date Filing Date
JP670594A Pending JPH07210495A (en) 1994-01-26 1994-01-26 Microcomputer system

Country Status (1)

Country Link
JP (1) JPH07210495A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0917147A2 (en) * 1997-11-11 1999-05-19 Deutsche Thomson-Brandt Gmbh Method and device for controlling a buffer memory

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0917147A2 (en) * 1997-11-11 1999-05-19 Deutsche Thomson-Brandt Gmbh Method and device for controlling a buffer memory
EP0917147A3 (en) * 1997-11-11 1999-12-22 Deutsche Thomson-Brandt Gmbh Method and device for controlling a buffer memory

Similar Documents

Publication Publication Date Title
KR900004006B1 (en) Micro processor system
US3940743A (en) Interconnecting unit for independently operable data processing systems
US4763249A (en) Bus device for use in a computer system having a synchronous bus
JP2008009817A (en) Semiconductor device and data transfer method
JPH09185514A (en) Interruption device
CN114780248A (en) Resource access method, device, computer equipment and storage medium
EP0139568A2 (en) Message oriented interrupt mechanism for multiprocessor systems
GB1595471A (en) Computer system
JP2003150395A (en) Processor and program transfer method thereof
JPH07210495A (en) Microcomputer system
CN109726149B (en) Method and device for accessing NAND FLASH through AXI bus
JPS61166647A (en) Accessing for reading out information microprocessor and addressable memory
JP3240863B2 (en) Arbitration circuit
US5892972A (en) Method of constructing a plug and play compatible bus card which allows for mass production of the bus card
US6493775B2 (en) Control for timed access of devices to a system bus
JPH09311812A (en) Microcomputer
JP2000029824A (en) Hiearchical bus system and bus converter
JP3211264B2 (en) External bus control method
JP2781999B2 (en) Startup method of common data channel device in multiprocessor system
JP4008196B2 (en) Register control device and multi-CPU system
JPS5840619A (en) Sequence controller and its control method
JP3752478B2 (en) Information processing device
JP3006487B2 (en) Emulation device
JPS6120172A (en) Multi-microprocessor system
JP2785738B2 (en) Distributed memory multiprocessor information processing system