JPS62111337A - Memory control circuit - Google Patents

Memory control circuit

Info

Publication number
JPS62111337A
JPS62111337A JP60251480A JP25148085A JPS62111337A JP S62111337 A JPS62111337 A JP S62111337A JP 60251480 A JP60251480 A JP 60251480A JP 25148085 A JP25148085 A JP 25148085A JP S62111337 A JPS62111337 A JP S62111337A
Authority
JP
Japan
Prior art keywords
memory
transfer
inter
address
accessible
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
JP60251480A
Other languages
Japanese (ja)
Inventor
Hideki Uesugi
上杉 秀樹
Yoshihiro Ida
伊田 吉宏
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 System Solutions Japan Co Ltd
Original Assignee
Matsushita Graphic Communication Systems Inc
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 Graphic Communication Systems Inc filed Critical Matsushita Graphic Communication Systems Inc
Priority to JP60251480A priority Critical patent/JPS62111337A/en
Publication of JPS62111337A publication Critical patent/JPS62111337A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System (AREA)

Abstract

PURPOSE:To speed up inter-memory DMA transfer and also to attain inter- memory DMA transfer even if a DMA controller (DMAC) having no inter- memory transfer mode by replacing the inter-memory DMA transfer with inter- FIFO memory DMA transfer. CONSTITUTION:An address bus 7 when a RAM 5 is accessed at random as a memory or an output of an address counter 42 when the RAM 5 is sequentially accessed as an FIFO is selected by an address selector 41 in a control circuit 4. When a DMA transfer instruction is written in a control register 43 after setting up the address counter 42, the inter-memory DMA transfer is replaced with the inter-FIFO memory transfer.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、マイクロ・コンピータのメモリ(It、AM
 )を、ラングl、アクセス可能なメモリとシーケンシ
ャルアクセス可能なFIFO(First  InFi
rst Outメモリ)とに切換え使用できるようにし
たメモリ制御回路に関する。
DETAILED DESCRIPTION OF THE INVENTION Field of Industrial Application The present invention relates to memory (It, AM) of microcomputers.
), rung l, accessible memory and sequentially accessible FIFO (First InFi
rst out memory).

従来の技術 従来、マイクロ・コンピュータのデータ処理において、
転送スピードの高速化や、CPUの負荷を軽減する等の
目的から、データ転送を、CPUを介さずにメモリとメ
モリとの間で直接行うようにした所謂DMA (Dir
ect Memory Access)方式が一般に広
く採用されている。
Conventional technology Conventionally, in data processing of microcomputers,
In order to increase the transfer speed and reduce the load on the CPU, the so-called DMA (Dir
ect Memory Access) method is generally widely adopted.

DMAコントローラ(以下、DMACという。)はDM
A方式を実現するための動作機能を持ったデバイスであ
るが、このDMACの転送モードにはZ%)メモリ間転
送と、メモリ間転送の2種類がある。
The DMA controller (hereinafter referred to as DMAC) is
This DMAC has two types of transfer modes: inter-memory transfer and inter-memory transfer.

I10メモリ間転送とは、■」装置からの転送要求を受
けて、その返答と共に指定されたメモリアドレスを出力
して、しつ装置からメモリへ、またはメモリから■」装
置へそれぞれデータの転送を行う方式をいう。この方式
には、■サイクルでデータ転送ができることや、不連続
にデータ転送を要求する■」装置に有効である等のメリ
ットがある。
I10 memory-to-memory transfer refers to receiving a transfer request from the "■" device, outputting the specified memory address along with the response, and transferring data from the device to the memory or from the memory to the "■" device. Refers to the method of carrying out. This method has the advantage of being able to transfer data in cycles and being effective for devices that request data transfer discontinuously.

メモリ間転送とは、CPUの指示に従って、先ず指定メ
モリアドレスを出力して、そのデータを一度DMAC内
に読み込み、もう一方の指定アドレスを出力すると共に
、DMACからデータを出力してメモリに書込む方式を
いう。この方式には、■品。
Memory-to-memory transfer is to first output a specified memory address according to the instructions of the CPU, read that data once into the DMAC, output the other specified address, and output the data from the DMAC and write it into the memory. Refers to the method. This method has ■products.

転送用の特別な回路、例えばDMACに送る転送要求信
号の生成回路等は、不要である等のメリットがある。
This has the advantage that a special circuit for transfer, such as a circuit for generating a transfer request signal to be sent to the DMAC, is not required.

前記両転送モードは、それぞれ用途に合わせて使い分け
られている。
The two transfer modes are used depending on the purpose.

また、メモリ空間の従来の拡大手段としては、MMU 
(メモリ・マネージメント・ユ斗ット)やメモリマツパ
−等の専用ハードウェアを用いる方法が採用されている
。これらの専用ハードウェアは、内部にアドレス変換レ
ジスタを有し、CPUからのアドレス線の一部もしくは
全部の出力を前記アドレス変換レジスタに入力し、これ
を変換して出力する構造になっている。つまり、従来は
、専用ハードウェアを用いてアドレス線を増やすことで
、アドレス自体を膨らませ、以てメモリ空間を広げる手
段が採られている。
In addition, as a conventional means of expanding memory space, MMU
A method using dedicated hardware such as a memory management unit (memory management unit) or a memory mapper has been adopted. These dedicated hardwares have an internal address translation register, and have a structure in which part or all of the address line output from the CPU is input to the address translation register, and the output is converted and output. In other words, conventionally, a method has been adopted in which the address itself is expanded by increasing the number of address lines using dedicated hardware, thereby expanding the memory space.

発明が解決しようとする問題点 しかし、上述した従来技術では、次のような問題がある
Problems to be Solved by the Invention However, the above-mentioned conventional technology has the following problems.

(1)  DMACによるメモリ間転送を行う場合、■
ρメモリ間転送に比べて転送スピードが2倍かかること
。また、メモリ間転送モードを持たないDMACを使う
とDMA転送ができないこと。
(1) When performing memory-to-memory transfer using DMAC, ■
ρThe transfer speed is twice that of memory-to-memory transfer. Furthermore, if a DMAC that does not have an inter-memory transfer mode is used, DMA transfer cannot be performed.

(2)  メモ’J 2間を拡大する場合、専用ハード
ウェアを使用しなければならず、かつアドレス線が増え
るため、アドレス・デコーダやアドレス・バッファ等の
ハードウェアが増え、コストアップになること。
(2) Memo'J When expanding the space between 2, dedicated hardware must be used and the number of address lines increases, which increases the need for hardware such as address decoders and address buffers, which increases costs. .

一方、最近では、システムのデータ処理の高速化、増大
化に伴い、データ転送の高速化とメモリ空間の拡大が切
に要望されている。
On the other hand, in recent years, as the speed and volume of data processing in systems has increased, there has been a strong demand for faster data transfer and expansion of memory space.

そこで、本発明は、前記問題点を解決し、前記要求を満
すために、メモリ間DMA転送のスピードアップと、メ
モリ間転送モードを持たないDMACを用いた場合のメ
モリ間鳳転送の実現とが可能であって、かつ専用ハード
ウェアを用いたり、あるいはアドレス線を増やしたすせ
ずに実質的なメモリ空間を広げることのできるメモリ制
御回路を提供することを目的とするものである。
Therefore, in order to solve the above problems and satisfy the above requirements, the present invention aims to speed up inter-memory DMA transfer, and realize inter-memory DMA transfer when using a DMAC that does not have an inter-memory transfer mode. It is an object of the present invention to provide a memory control circuit which is capable of expanding the actual memory space without using dedicated hardware or increasing the number of address lines.

問題点を解決するための手段 前記目的を達成するため、本発明のメモリ制御回路は、
メモリ空間ζこFIFOアクセス用入出用水出力ポー1
群クセス可能なメモリと、このメモリと同一空間内に重
畳して複数個配設したアクセス不可能なメモリ群とが配
置されて成るメモl)(RAM)を、メモリとしては勿
論、FIFOとしてもアクセスできるようにし、かつア
クセス可能なメモリとアクセス不可能なメモリとを切換
えて当該アクセス本可能なメモリをランダムアクセスで
きるようにしたことを特徴とするものである。
Means for Solving the Problems In order to achieve the above object, the memory control circuit of the present invention comprises:
Memory space ζ FIFO access input/output water output port 1
A memory (RAM) consisting of a group of accessible memories and a group of inaccessible memories overlapping this memory in the same space can be used not only as a memory but also as a FIFO. The memory is characterized in that it is made accessible, and the accessible memory is switched between accessible memory and inaccessible memory so that the accessible memory can be randomly accessed.

作    用 上記構成から成る本発明によれば、メモリ間熱情転送F
11”Oメモリ間DMA転送に置き換えることで、メモ
リ間鳳転送のスピードアップが実現できる。
According to the present invention having the above configuration, the memory-to-memory passion transfer F
By replacing it with 11"O memory-to-memory DMA transfer, it is possible to speed up the memory-to-memory DMA transfer.

また、メモリ間転送モードを持たないD〜抗Cを使用し
ても、実用上のメモリ間DMA転送を実現できる。
Furthermore, practical inter-memory DMA transfer can be realized even by using D to anti-C which do not have an inter-memory transfer mode.

また、アクセス可能なメモリと同一空間内に重畳して複
数個配設したアクセス不可能なメモリ群へのアクセスは
、シーケンシャルアクセスの場合には、FIFOアクセ
ス用入出用水出力ポー1群すれば常に可能であり、ラン
ダムアクセスの場合には、アクセス可能なメモリをアク
セス不可能なメモリに切換えることで可能となる。従っ
て従来のようにアドレス線を増やす等の手段を用いるこ
となく、実質的にメモリ空間を増やすことができる。
In addition, in the case of sequential access, access to multiple inaccessible memory groups arranged in the same space as accessible memories is always possible by using one group of input/output water output ports for FIFO access. In the case of random access, this is possible by switching an accessible memory to an inaccessible memory. Therefore, the memory space can be substantially increased without using conventional means such as increasing the number of address lines.

実施例 以下、図面を参照しながら本発明の一実施例を説明する
EXAMPLE Hereinafter, an example of the present invention will be described with reference to the drawings.

第1図は、本発明に係るメモリ制御回路によって制御さ
れるメモリ(RAM )のメモリマツプ(メモリ空間の
概念図)で、同図中、1,1′はFIFOアクセス用入
出用水出力ポー8群のうちのポート群1はメモリ1−1
用■」、メモリ1−2用I10・・・等から成り、ポー
ト群1′はメモリ2−1用I10、メモリ2−2用1/
10・・・等から成る。2.2′は現在メモリとしてセ
レクトされているアクセス可能なメモリで、このうちの
メモリ2は図示の例ではメモリ1−1が配設され、また
メモIJ 2’は図示の例ではメモリ2−1が配設され
ている。3.3′はメモリ2.2′と同一空間内に重畳
して複数個配設したアクセス不可能なメモリ群で、この
うちのメモリ群3はメモリ1−2、メモリ1−3・・・
等から成り、メモリ群3′はメモリ2−2、メモリ2−
3・・・等から成る。
FIG. 1 is a memory map (conceptual diagram of memory space) of the memory (RAM) controlled by the memory control circuit according to the present invention, in which 1 and 1' are 8 groups of input/output water output ports for FIFO access. My port group 1 is memory 1-1
port group 1' consists of I10 for memory 2-1, I10 for memory 2-2, I10 for memory 1-2, etc.
It consists of 10...etc. 2.2' is an accessible memory currently selected as a memory, of which memory 2 is arranged as memory 1-1 in the illustrated example, and memo IJ 2' is arranged as memory 2-1 in the illustrated example. 1 is arranged. 3.3' is a group of inaccessible memories arranged in multiple layers in the same space as memory 2.2', of which memory group 3 is memory 1-2, memory 1-3, and so on.
etc., and memory group 3' consists of memory 2-2, memory 2-
Consists of 3...etc.

つまり、前記メモリ群3,3′はCPUから見ると同じ
空間内に配設されているが、CPUからは見えないメモ
リ群である。
In other words, the memory groups 3 and 3' are arranged in the same space when viewed from the CPU, but are memory groups that are invisible to the CPU.

また、前記入出力ポート群1,1′をアクセスすること
により、アクセス可能なメモリ2,2′を含むアクセス
不可能なメモリ群3,3′の全てのメモリに対して、シ
ーケンシャルアクセスが可能となる。
Furthermore, by accessing the input/output port groups 1 and 1', sequential access is possible to all memories in the inaccessible memory groups 3 and 3', including the accessible memories 2 and 2'. Become.

尚、アクセス可能なメモリ2,2′、つまりメモリ1−
1.メモリ2−1に対しては、ランダムアクセスが可能
である。従って、メモlJ2,2’に、メモリ1−1.
2−1に代え例えばメモリ1−2.2=2が後述のよう
に切換えられて配設された場合には、当該メモリ1−2
.2−2に対してランダムアクセスが可能となる。
Note that the accessible memories 2 and 2', that is, the memory 1-
1. Random access is possible to the memory 2-1. Therefore, the memory lJ2,2' contains the memory 1-1.
For example, if memory 1-2.2=2 is switched and arranged as described below instead of 2-1, the memory 1-2
.. Random access becomes possible for 2-2.

第2図は本発明に係るメモリ制御回路の具体的構成の一
実施例を示す概略的ブロック図で、当該メモリ制御回路
4によって、第1図に示したメモリ空間構造を持ったメ
モIJ (RAM ) 5を、メモリとして、あるいは
FIFOとして、それぞれ使い分け(アクセス)できる
。尚、6はCPU (図示せず)からのコントロールバ
スで、入出力タイミンク信号やDMACへの転送要求信
号及びその返答信号等がやりとりされる。7は同じ(C
PUからのアドレスバスで、RIAM5をメモリとして
ランダムアクセスする場合のアドレスや後述するアドレ
スカウンタ、コントロールレジスタ、データバッファ等
ヲ指し示すアドレスがやりとりされる。8はCPUから
のデータバスである。
FIG. 2 is a schematic block diagram showing an embodiment of the specific configuration of the memory control circuit according to the present invention. ) 5 can be used (accessed) as memory or as FIFO. Note that 6 is a control bus from the CPU (not shown), through which input/output timing signals, transfer request signals to the DMAC, response signals therefor, etc. are exchanged. 7 is the same (C
An address bus from the PU exchanges addresses when randomly accessing the RIAM 5 as a memory, and addresses pointing to address counters, control registers, data buffers, etc., which will be described later. 8 is a data bus from the CPU.

メモリ制御回路4は、アドレスセレクタ41ト、アドレ
スカウンタ42と、コントロールレジスタ=13ト、デ
ータバッファ44と、メモリコントローラ(メモリ制御
部)45とを備えて成る。
The memory control circuit 4 includes an address selector 41, an address counter 42, a control register 13, a data buffer 44, and a memory controller (memory control section) 45.

ア1−レスセレクク41は、前記アドレスバス7か、あ
るいはアドレスカウンタ42の出力のどちらかをセレク
トする機能を有する。つまり、メモリアドレス線9を介
してRAM5をメモリとしてランタムアクセスする場合
には、アドレスバス7をセレクトし、FIFOとしてシ
ーケンシャルアクセスする場合には、アドレスカウンタ
42の出力をセレクトする。
The address selector 41 has the function of selecting either the address bus 7 or the output of the address counter 42. That is, when random accessing the RAM 5 as a memory via the memory address line 9, the address bus 7 is selected, and when sequentially accessing the RAM 5 as a FIFO, the output of the address counter 42 is selected.

メモリコントローラ45は、尚該メモリ制御回路4全体
を制御するもので、例えばアドレスカウンタ41のコン
トロール信号11.アドレスカウンタ42のコントロー
ル信号10及びRAM5のコントロール信号12をそれ
そ゛れ出力する。
The memory controller 45 controls the entire memory control circuit 4, and controls, for example, the control signals 11 . A control signal 10 for the address counter 42 and a control signal 12 for the RAM 5 are output respectively.

データバッファ44は、山W5をFIFOとして使用す
る場合に用いられる。
The data buffer 44 is used when the mountain W5 is used as a FIFO.

そこで、Rm5をFIFOとしてシーケンシャルアクセ
スする場合には、アドレスカウンタ42ヲアクセスした
いアドレスの値に設定した後、データバッファ44をア
クセスする。
Therefore, when sequentially accessing Rm5 as a FIFO, the data buffer 44 is accessed after setting the address counter 42 to the value of the address to be accessed.

つまり、第1図のFIFOアクセス用入出力ボート群1
 、1’のアクセスしたいメモリのポート(例えばメモ
リ1−2用■」、又はメモリ2−2用■10)にアクセ
スすれば良い。
In other words, FIFO access input/output boat group 1 in Figure 1
, 1' of the memory to be accessed (for example, ``■'' for memory 1-2, or ``10'' for memory 2-2).

アドレスカウンタ42はアクセス終了後、カウントアン
プするため、データバッファ44をアクセスすることに
よって、次々とアクセスすることができる。
Since the address counter 42 performs counting and amplification after the access is completed, accesses can be made one after another by accessing the data buffer 44.

メモリ間DMA転送を、FIFOメモリ間鳳転送に置き
換えるには、アドレスカウンタ42を設定して、コント
ロールレジスタ43にDMA転送命令を書き込むことに
よって実現できる。
Replacing inter-memory DMA transfer with FIFO inter-memory transfer can be achieved by setting the address counter 42 and writing a DMA transfer command to the control register 43.

D〜汰転送命令を受取ったメモリコントローラ45は、
DMAC(図示せず)に転送要求を出し、DMACから
の返答がくると、アドレスカウンタ42の値をメモリの
アドレスとして出力し、読み出し時にはデータバッファ
44にメモリデータを出力し、また書き込み時にはデー
タバッファ44の内容をメモリに書き込む。その後アド
レスカウンタ42はカウントアツプする。
The memory controller 45 that received the D~ta transfer command,
A transfer request is issued to the DMAC (not shown), and when a response is received from the DMAC, the value of the address counter 42 is output as the memory address, memory data is output to the data buffer 44 when reading, and memory data is output to the data buffer 44 when writing. Write the contents of 44 to memory. Thereafter, the address counter 42 counts up.

一方、RAM5をメモリとしてランダムアクセスする場
合には、コントロールレジスタ43にメモリアクセス可
能命令を書き込むことによって実現できる。
On the other hand, random access to the RAM 5 as a memory can be achieved by writing a memory accessible command to the control register 43.

第1図のアクセス可能なメモlJ2,2’においては、
メモリ1−1、及びメモリ2−1のみ、アクセス可能命
令が書き込まれてメモリアクセス可能な状態になってい
る。
In the accessible memory lJ2, 2' of FIG.
Only the memory 1-1 and the memory 2-1 are in a state where accessible instructions are written and the memory can be accessed.

第1図のアクセス不可能なメモリ群3,3′は、FIF
Oとしては常にアクセスすることができるため、シーケ
ンシャルデータをそれぞれに格納すれば非常に有効とな
る。また、これらメモリ群3,3′をランダムアクセス
するには、現在メモリアクセス可能な状態になっている
メモIJI−1やメモリ2−1にアクセス不可能命令を
書き込み、代わりに、例えばメモリ1−2、やメモリ2
−2にメモリアクセス可能命令を書き込むことによって
、つまり、アクセス可能なメモリとアクセス不可能なメ
モリとの切換えによって、自由にランダムアクセスする
ことができる。因って、メモリ空間の容量を実質的に拡
大することができる。
The inaccessible memory groups 3, 3' in FIG.
Since it can always be accessed as O, it would be very effective to store sequential data in each. In addition, in order to randomly access these memory groups 3 and 3', write an inaccessible command to memory IJI-1 and memory 2-1, which are currently memory accessible, and instead write, for example, memory 1- 2, and memory 2
-2, by writing a memory-accessible instruction into memory, that is, by switching between accessible memory and inaccessible memory, random access can be made freely. Therefore, the capacity of the memory space can be substantially expanded.

発明の効果 以上要するに、本発明によれば、メモリ間転送をFIF
Oメモリ間転送に置き換えできるので、メモリ間鳳転送
のスピードアップを図ることができ、また、メモリ間転
送モードを持たないDMACを使用してもメモリ間DM
A転送が可能となるほか、メモリ空間を実質的に拡大す
ることができて、大容量のデータ処理が可能となる等の
卓越した効果を奏する。
Effects of the Invention In short, according to the present invention, inter-memory transfer is performed using FIF
Since it can be replaced with memory-to-memory transfer, it is possible to speed up the memory-to-memory transfer, and even if a DMAC that does not have a memory-to-memory transfer mode is used, the memory-to-memory DM
In addition to being able to perform A transfer, the memory space can be substantially expanded, making it possible to process large amounts of data, and other outstanding effects.

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

第1図は本発明によって制御されるメモIJ(RAM)
のメモリ空間構造の一例を示す概念図、第2図は本発明
に係るメモリ制御回路の一実施例を示す概略的プロ、り
図である。 l、1′・・・FIFOアクセス用入出力ポート群、2
.2′・・アクセス可能なメモIJ、3.3’・・・ア
クセス不可能なメモリ群、4・・メモリ制御回路、5・
・・メモリ(aAM)、6・・CPUコントロールバス
、7・・・CPUアドレスバス、8・・・CPUデータ
バス。 代理人の氏名 弁理士 中 尾 敏 男 はか1名第1
Figure 1 shows a memory IJ (RAM) controlled by the present invention.
FIG. 2 is a conceptual diagram showing an example of a memory space structure according to the present invention. FIG. 2 is a schematic diagram showing an embodiment of a memory control circuit according to the present invention. l, 1'... FIFO access input/output port group, 2
.. 2'...Accessible memory IJ, 3.3'...Inaccessible memory group, 4...Memory control circuit, 5.
...Memory (aAM), 6..CPU control bus, 7..CPU address bus, 8..CPU data bus. Name of agent: Patent attorney Toshio Nakao (1st person)
figure

Claims (1)

【特許請求の範囲】[Claims] メモリ空間にFIFOアクセス用入出力ポート群と、ア
クセス可能なメモリと、このメモリと同一空間内に重畳
して複数個配設したアクセス不可能なメモリ群とが配置
されて成るメモリ(RAM)を制御する制御回路であっ
て、前記アクセス可能なメモリをランダムアクセスする
ための手段と、前記アクセス可能なメモリとアクセス不
可能なメモリとを切換えて当該アクセス不可能なメモリ
をランダムアクセスするための切換手段と、前記アクセ
ス不可能なメモリ群を前記FIFOアクセス用入出力ポ
ート群を介してシーケンシャルアクセスするための手段
と、前記各手段を制御するためのメモリ制御部とを具備
して成ることを特徴とするメモリ制御回路。
A memory (RAM) in which a group of input/output ports for FIFO access, an accessible memory, and a plurality of inaccessible memory groups arranged in the same space as this memory are arranged in a memory space. A control circuit for controlling, comprising means for randomly accessing the accessible memory, and switching for switching between the accessible memory and the inaccessible memory and randomly accessing the inaccessible memory. means for sequentially accessing the inaccessible memory group via the FIFO access input/output port group; and a memory control unit for controlling each of the means. memory control circuit.
JP60251480A 1985-11-08 1985-11-08 Memory control circuit Pending JPS62111337A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60251480A JPS62111337A (en) 1985-11-08 1985-11-08 Memory control circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60251480A JPS62111337A (en) 1985-11-08 1985-11-08 Memory control circuit

Publications (1)

Publication Number Publication Date
JPS62111337A true JPS62111337A (en) 1987-05-22

Family

ID=17223435

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60251480A Pending JPS62111337A (en) 1985-11-08 1985-11-08 Memory control circuit

Country Status (1)

Country Link
JP (1) JPS62111337A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008067668A (en) * 2006-09-15 2008-03-27 Mitsubishi Agricult Mach Co Ltd Combine harvester

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008067668A (en) * 2006-09-15 2008-03-27 Mitsubishi Agricult Mach Co Ltd Combine harvester

Similar Documents

Publication Publication Date Title
JPH0248747A (en) Microprocessor
JPH01320564A (en) Parallel processor
JP2962787B2 (en) Communication control method
US6647450B1 (en) Multiprocessor computer systems with command FIFO buffer at each target device
JPS62111337A (en) Memory control circuit
JPH0546527A (en) Dual port memory circuit
EP0234182A1 (en) A multiprocessor data processing system
JP2005235216A (en) Direct memory access control
JPS62184559A (en) Data processing system
KR20010050234A (en) Addressing of a memory
JPH07160655A (en) Memory access system
JPH03232052A (en) Exclusive access system for shared data
JPH02211571A (en) Information processor
JPS63217460A (en) Buffer control circuit
JPS6217879Y2 (en)
EP0597296A2 (en) Cache architecture for high speed memory-to-I/0 data transfers
JPS61256458A (en) Information transfer system
JPH039453A (en) Data transfer controller
JPS61161560A (en) Memory device
JPH07334473A (en) Multi-processor system
JPH0652516B2 (en) Bus interface device
JPS63305448A (en) Memory interface control system
JPH01248261A (en) Memory access control circuit in dual port memory
JPH0728740A (en) Data transfer device
JPS62274346A (en) Memory access circuit