JPH10240676A - Data transfer circuit - Google Patents

Data transfer circuit

Info

Publication number
JPH10240676A
JPH10240676A JP36556897A JP36556897A JPH10240676A JP H10240676 A JPH10240676 A JP H10240676A JP 36556897 A JP36556897 A JP 36556897A JP 36556897 A JP36556897 A JP 36556897A JP H10240676 A JPH10240676 A JP H10240676A
Authority
JP
Japan
Prior art keywords
peripheral function
register
data transfer
transfer circuit
output
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
JP36556897A
Other languages
Japanese (ja)
Inventor
Masayuki Hirasawa
正行 平沢
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 JP36556897A priority Critical patent/JPH10240676A/en
Publication of JPH10240676A publication Critical patent/JPH10240676A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve the efficiency of a CPU, to reduce the burden of software and to reduce hardware by providing a pointing register only for peripheral function, which stores the content of the operation result of a peripheral function part in a memory and designates a storage destination address. SOLUTION: A data transfer circuit 10 is provided with a latch circuit 11 latching signals EA-EC showing the operation termination of the respective peripheral function parts, an operation result register 12 storing the operation result of the peripheral function parts and the private pointing register 13 constituted of private registers PRA-PRC showing destinations (addresses) at the time of storing the content of the operation result register 12 in a RAM. A selector 14 selects the private pointing register 13 corresponding to the peripheral function part latched in accordance with the generated operation termination signals EA-EC. A selector 15 selects the operation result register 12 corresponding to the peripheral function part latched in accordance with the generated operation termination signals EA-EC.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は,データ転送回路に
係り,特に,中央処理装置(CPU),その周辺I/O
機能及びデータを格納するメモリを含むマイクロコンピ
ュータシステムやマイクロプロセッサシステムに適用可
能なデータ転送回路に関する。
The present invention relates to a data transfer circuit, and more particularly, to a central processing unit (CPU) and its peripheral I / O.
The present invention relates to a data transfer circuit applicable to a microcomputer system or a microprocessor system including a memory for storing functions and data.

【0002】[0002]

【従来の技術】マイクロコンピュータは,データ入出力
用の周辺装置を接続するインタフェースとして,各種周
辺I/Oを内蔵している。そして,マイクロコンピュー
タは,CPU,その周辺I/O機能,及びメモリ間にお
いて,データ転送回路によって各種データの転送を行っ
ている。
2. Description of the Related Art A microcomputer incorporates various peripheral I / Os as interfaces for connecting peripheral devices for data input / output. The microcomputer transfers various data between the CPU, its peripheral I / O function, and the memory by using a data transfer circuit.

【0003】従来のこの種のデータ転送回路としては,
例えば特開平3−211687号に開示されたものがあ
る。このデータ転送回路100は,図5に示すように,
中央処理装置(CPU)101,割り込み制御部10
2,プログラムメモリ103,スタック領域104を含
んだデータメモリ105,周辺部106,データバス1
07等から構成されている。
Conventional data transfer circuits of this type include:
For example, there is one disclosed in JP-A-3-21687. As shown in FIG. 5, the data transfer circuit 100
Central processing unit (CPU) 101, interrupt control unit 10
2, a program memory 103, a data memory 105 including a stack area 104, a peripheral section 106, a data bus 1
07 etc.

【0004】まず,周辺部106においてある処理が終
了すると,周辺部106は割り込み制御部102に対し
て割り込み信号を出力する。割り込み制御部102は,
それが許可されていればCPU101に対し割り込み要
求信号を出力し,CPU101はこの割り込み要求信号
を受理すると,プログラムの実行を中断し,スタック領
域104に現在のプログラムアドレス,演算レジスタ,
制御レジスタ,状態レジスタ等の各種レジスタを退避
し,割り込み処理プログラムを実行する。
[0004] First, when a certain process is completed in the peripheral unit 106, the peripheral unit 106 outputs an interrupt signal to the interrupt control unit 102. The interrupt control unit 102
If the interrupt request signal is permitted, the CPU 101 outputs an interrupt request signal to the CPU 101. When the CPU 101 receives the interrupt request signal, the CPU 101 suspends the execution of the program, and stores the current program address, operation register,
Saves various registers such as control registers and status registers, and executes the interrupt processing program.

【0005】[0005]

【発明が解決しようとする課題】しかしながら,このよ
うな従来のデータ転送回路100にあっては,周辺部1
06の動作結果を割り込み処理により転送する場合,割
り込み処理プログラムの実行の前後で,現在のメインプ
ログラムの実行状態を示すプログラムアドレスや各種レ
ジスタの退避及び復帰が必要となる。また,割り込み処
理を実行している間は,メインプログラムは停止してい
るので,周辺部の増加とともに周辺部の動作結果の転送
処理が頻繁に発生すると,CPU効率が低下してくる。
特に,大量のデータを周辺部で連続的に処理する場合,
前処理結果を保存するため割り込み処理プログラム実行
の増加や複数の退避レジスタを設けるなどして対応しな
ければならず,ソフトウェア,ハードウェアの負担が増
大するという問題点があった。
However, in such a conventional data transfer circuit 100, the peripheral portion 1
When the operation result of step 06 is transferred by interrupt processing, it is necessary to save and restore a program address indicating the current execution state of the main program and various registers before and after execution of the interrupt processing program. In addition, since the main program is stopped during the execution of the interrupt processing, if the transfer of the operation result of the peripheral part frequently occurs along with the increase of the peripheral part, the CPU efficiency decreases.
In particular, when processing a large amount of data continuously in the peripheral area,
In order to save the preprocessing result, it is necessary to cope with the problem by increasing the execution of the interrupt processing program and providing a plurality of save registers, which causes a problem that the load on software and hardware increases.

【0006】本発明は,従来の技術が有する上記のよう
な問題点に鑑みて成されたのもであり,本発明の第1の
目的は,CPU効率を向上させることができ,ソフトウ
ェアの負担を減らすとともに,ハードウェアを縮小する
ことが可能な,新規かつ改良されたデータ転送回路を提
供することである。
The present invention has been made in view of the above-mentioned problems of the prior art, and a first object of the present invention is to improve CPU efficiency and reduce software load. It is another object of the present invention to provide a new and improved data transfer circuit capable of reducing hardware.

【0007】また,本発明の第2の目的は,ハードウェ
ア上でデータ転送を処理することにより,メインプログ
ラムの実行が割り込みなどで中断される頻度を減じるこ
とにより,CPU効率を向上させることが可能な,新規
かつ改良されたデータ転送回路を提供することである。
A second object of the present invention is to improve the CPU efficiency by processing the data transfer on hardware, thereby reducing the frequency of interruption of the execution of the main program due to interruption or the like. A new and improved data transfer circuit is provided.

【0008】さらに,本発明の第3の目的は,周辺機器
のメモリに対するアクセスがハードウェア上で行われる
ため,アクセス制御用のプログラムが省略でき,ソフト
ウェアの負担を軽減できる,新規かつ改良されたデータ
転送回路を提供することである。
Further, a third object of the present invention is to provide a new and improved access control program which can access a memory of a peripheral device on hardware, thereby omitting an access control program and reducing a load on software. A data transfer circuit is provided.

【0009】さらにまた,本発明の第4の目的は,周辺
機器とメモリ間で大量のデータを頻繁にやりとりする場
合であっても,最小限のレジスタで処理可能にしてハー
ドウェア資源を節約することが可能な,新規かつ改良さ
れたデータ転送回路を提供することである。
A fourth object of the present invention is to save hardware resources by enabling processing with a minimum number of registers even when a large amount of data is frequently exchanged between a peripheral device and a memory. And a new and improved data transfer circuit.

【0010】さらにまた,本発明の第5の目的は,周辺
機器とメモリ間での一連続動作を一回の割り込み処理で
可能にすることにより,CPU効率をさらに向上させ,
また大量のデータの処理を効率的に行うことが可能な,
新規かつ改良されたデータ転送回路を提供することであ
る。
A fifth object of the present invention is to further improve the CPU efficiency by enabling one continuous operation between the peripheral device and the memory by one interrupt processing.
It is also possible to process large amounts of data efficiently.
A new and improved data transfer circuit is provided.

【0011】[0011]

【課題を解決するための手段】上記課題を解決するため
に,本発明の第1の観点によれば,請求項1に記載の発
明のように,データを格納するメモリと該メモリに対し
てアクセスするプロセッサの周辺機能を処理する周辺機
能部との間においてデータ転送を実行するデータ転送回
路であって,周辺機能部の動作結果の内容をメモリに格
納する格納先アドレスを指定する周辺機能専用ポインテ
ィングレジスタを備えたことを特徴とするデータ転送回
路が提供される。
According to a first aspect of the present invention, there is provided a memory for storing data and a memory for storing the data according to a first aspect of the present invention. A data transfer circuit for executing data transfer with a peripheral function unit for processing a peripheral function of a processor to be accessed, dedicated to a peripheral function for designating a storage destination address for storing the contents of operation results of the peripheral function unit in a memory A data transfer circuit including a pointing register is provided.

【0012】さらに,上記データ転送回路に,例えば請
求項2に記載のように,周辺機能部の動作結果を一時的
に保持する動作結果レジスタを備えてもよい。
Further, the data transfer circuit may include an operation result register for temporarily storing an operation result of the peripheral function unit.

【0013】また,動作結果レジスタを,例えば請求項
3に記載の発明のように,周辺機能部の動作終了信号に
より,周辺機能専用ポインティングレジスタが指定する
前記メモリのアドレスにデータを書き込むようにしても
よい。
The operation result register may be configured such that data is written to an address of the memory specified by the peripheral function dedicated pointing register in response to an operation end signal of the peripheral function unit. Is also good.

【0014】また,周辺機能専用ポインティングレジス
タ及び前記動作結果レジスタを,例えば請求項4に記載
の発明のように,少なくとも前記周辺機能部に対応する
数だけ設けてもよい。
The pointing register dedicated to the peripheral function and the operation result register may be provided by the number corresponding to at least the peripheral function unit, for example, as in the invention according to claim 4.

【0015】さらに,上記データ転送回路に,例えば請
求項5に記載の発明のように,メモリにデータ転送を行
う周辺機能部に応じた周辺機能専用ポインティングレジ
スタ及び動作結果レジスタを選択するセレクタを備えて
もよい。
Further, the data transfer circuit includes a pointing device for exclusive use of a peripheral function and a selector for selecting an operation result register corresponding to a peripheral function section for performing data transfer to a memory. You may.

【0016】さらに,上記データ転送回路に,例えば請
求項6に記載の発明のように,周辺機能部の動作結果の
内容をメモリに格納する格納先アドレスの終了アドレス
を指定する周辺機能専用終了ポインティングレジスタを
備えてもよい。
Further, in the data transfer circuit, for example, the peripheral function dedicated end pointing for designating the end address of the storage destination address for storing the contents of the operation result of the peripheral function unit in the memory as in the invention according to claim 6 A register may be provided.

【0017】また,本発明の第2の観点によれば,請求
項7に記載の発明のように,データを格納するメモリと
該メモリに対してアクセスするプロセッサの周辺機能を
処理する周辺機能部との間においてデータ転送を実行す
るデータ転送回路であって,メモリに格納されている出
力データの先頭アドレスを指定する周辺機能専用ポイン
ティングレジスタとを備えたことを特徴とするデータ転
送回路が提供される。
According to a second aspect of the present invention, as in the seventh aspect of the present invention, a peripheral function unit for processing a peripheral function of a memory for storing data and a processor for accessing the memory. A data transfer circuit for performing data transfer between the data transfer circuit and a peripheral function dedicated pointing register for designating a head address of output data stored in a memory. You.

【0018】さらに,上記データ転送回路に,例えば請
求項8に記載の発明のように,周辺機能専用ポインティ
ングレジスタに指定されて読み出された出力データを一
時的に保持する出力レジスタを備えてもよい。
Further, the data transfer circuit may be provided with an output register for temporarily holding output data designated and read out by the peripheral function dedicated pointing register as in the invention of claim 8. Good.

【0019】また,出力レジスタに,例えば請求項9に
記載の発明のように,次回に保持する出力データを一時
的に保持するバッファレジスタを備えてもよい。
Further, the output register may be provided with a buffer register for temporarily storing output data to be stored next time, for example, as in the ninth aspect of the present invention.

【0020】さらに,出力レジスタを,例えば請求項1
0に記載の発明のように,周辺機能部の動作終了信号に
より,周辺機能専用ポインティングレジスタが指定する
メモリのアドレスからデータを読み出すようにしてもよ
い。
Further, the output register may be, for example,
As in the invention described in No. 0, data may be read from an address of a memory specified by a peripheral function dedicated pointing register in response to an operation end signal of the peripheral function unit.

【0021】また,バッファレジスタを,例えば請求項
11に記載の発明のように,周辺機能部の動作終了信号
により,周辺機能専用ポインティングレジスタが指定す
るメモリのアドレスからデータを読み出すようにしても
よい。
In the buffer register, data may be read from an address of a memory specified by the peripheral function dedicated pointing register in response to an operation end signal of the peripheral function unit. .

【0022】また,周辺機能専用ポインティングレジス
タ及び出力レジスタを,例えば請求項12に記載の発明
のように,少なくとも周辺機能部に対応する数だけ設け
てもよい。
Further, the pointing register and the output register dedicated to the peripheral function may be provided by the number corresponding to at least the peripheral function section.

【0023】さらに,上記データ転送回路に,例えば請
求項13に記載の発明のように,メモリにデータ転送を
行う周辺機能部に応じた周辺機能専用ポインティングレ
ジスタ及び出力レジスタを選択するセレクタを備えても
よい。
Further, the data transfer circuit is provided with a selector for selecting a pointing register dedicated to a peripheral function and an output register corresponding to a peripheral function unit for transferring data to a memory, as in the invention according to a thirteenth aspect. Is also good.

【0024】さらに,上記データ転送回路に,例えば請
求項14に記載の発明のように,周辺機能専用ポインテ
ィングレジスタの終了アドレスを指定する周辺機能専用
終了ポインティングレジスタを備えてもよい。
Further, the data transfer circuit may be provided with a peripheral function dedicated end pointing register for designating an end address of the peripheral function dedicated pointing register.

【0025】さらに,上記データ転送回路には,例えば
請求項15に記載の発明のように,周辺機能専用ポイン
ティングレジスタ出力と周辺機能専用終了ポインティン
グレジスタ出力とを比較するコンパレータを備えてもよ
く,そのコンパレータにより周辺機能専用ポインティン
グレジスタ出力と周辺機能専用終了ポインティングレジ
スタ出力が一致すると,プロセッサに割り込み要求信号
を出力するようにしてもよい。
Further, the data transfer circuit may be provided with a comparator for comparing the output of the peripheral function dedicated pointing register with the output of the peripheral function dedicated end pointing register. When the output of the peripheral function dedicated pointing register and the output of the peripheral function dedicated end register match by the comparator, an interrupt request signal may be output to the processor.

【0026】また,周辺機能専用ポインティングレジス
タを,例えば請求項16に記載の発明のように,カウン
タ回路とし,その周辺機能専用ポインティングレジスタ
の動作が終了するごとにインクリメントまたはデクリメ
ントされるようにしてもよい。
The pointing register dedicated to the peripheral function may be a counter circuit, for example, as in the invention of claim 16, and incremented or decremented each time the operation of the pointing register dedicated to the peripheral function is completed. Good.

【0027】[0027]

【発明の実施の形態】以下に,添付図面を参照しなが
ら,本発明にかかるデータ転送回路の実施の形態につい
て詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, embodiments of a data transfer circuit according to the present invention will be described in detail with reference to the accompanying drawings.

【0028】本発明に係るデータ転送回路10(30,
40)は,図1に示すように,データを格納するROM
1やRAM2などのメモリ3と,メモリ3に対してアク
セス動作するCPUなどのプロセッサ4と,そのプロセ
ッサ4の周辺機能を処理する周辺機能部5A,5B,5
C,…とを備えたデータ処理環境に適用され,周辺機能
部5A,5B,5C,…とメモリ3との間に配されてデ
ータ転送を効率的に処理するためのものである。
The data transfer circuit 10 (30, 30
40) is a ROM for storing data as shown in FIG.
1 and a RAM 2 such as a RAM 2, a processor 4 such as a CPU for performing an access operation to the memory 3, and peripheral function units 5A, 5B and 5 for processing peripheral functions of the processor 4.
, And are disposed between the peripheral function units 5A, 5B, 5C,... And the memory 3 to efficiently process data transfer.

【0029】図2は,本発明の第1の実施形態に係るデ
ータ転送回路の構成図である。図2に示すデータ転送回
路10は,周辺機能部が3つ(A,B,C)ある場合を
想定した装置に適用した例である。
FIG. 2 is a configuration diagram of the data transfer circuit according to the first embodiment of the present invention. The data transfer circuit 10 shown in FIG. 2 is an example applied to a device assuming that there are three peripheral function units (A, B, C).

【0030】図2において,データ転送回路10は,各
周辺機能部の動作終了を示す信号EA,EB,ECをラ
ッチするラッチ回路11と,各周辺機能部の動作結果を
格納する動作結果レジスタ12と,動作結果レジスタ1
2の内容をRAMに格納する際の格納先(アドレス)を
示す専用レジスタPRA,PRB,PRCからなる専用
ポインティングレジスタ13を備えている。さらにセレ
クタ14は,発生する動作終了信号EA,EB,ECに
応じてラッチされた周辺機能部に対応する専用ポインテ
ィングレジスタ13を選択するものであり,セレクタ1
5は,発生する動作終了信号EA,EB,ECに応じて
ラッチされた周辺機能部に対応する動作結果レジスタ1
2を選択するものである。なお,ラッチ回路11の出力
信号はORゲート16を介してセレクタ19に出力され
る。また,セレクタ17は,RAMアクセス要求信号に
よりRAMアドレスバス又はセレクタ14の出力信号を
選択するものであり,セレクタ18は,RAMアクセス
要求信号によりデータバス又はセレクタ15の出力信号
を選択するものであり,セレクタ19,RAMアクセス
要求信号によりRAM書き込み信号又はORゲート16
の出力信号を選択するものである。またRAM20のア
ドレス端子(A)には,セレクタ17の出力が接続さ
れ,データ入力端子(O)には,セレクタ18の出力が
接続され,書込信号端子WRには,セレクタ19の出力
がそれぞれ接続されている。
In FIG. 2, a data transfer circuit 10 includes a latch circuit 11 for latching signals EA, EB, and EC indicating the end of operation of each peripheral function unit, and an operation result register 12 for storing an operation result of each peripheral function unit. And operation result register 1
2 is provided with a dedicated pointing register 13 consisting of dedicated registers PRA, PRB, and PRC indicating the storage destination (address) when storing the contents of the RAM in the RAM. Further, the selector 14 selects the dedicated pointing register 13 corresponding to the peripheral function unit latched according to the generated operation end signals EA, EB, EC.
5 is an operation result register 1 corresponding to the peripheral function unit latched in response to the generated operation end signals EA, EB, EC.
2 is selected. The output signal of the latch circuit 11 is output to the selector 19 via the OR gate 16. The selector 17 selects a RAM address bus or an output signal of the selector 14 by a RAM access request signal, and the selector 18 selects a data bus or an output signal of the selector 15 by a RAM access request signal. , Selector 19, RAM write signal or OR gate 16 according to RAM access request signal.
Is selected. The output of the selector 17 is connected to the address terminal (A) of the RAM 20, the output of the selector 18 is connected to the data input terminal (O), and the output of the selector 19 is connected to the write signal terminal WR. It is connected.

【0031】上記専用ポインティングレジスタ13は,
周辺機能専用ポインティングレジスタであり,カウンタ
回路により構成される。
The dedicated pointing register 13 is
This is a pointing register dedicated to peripheral functions and is composed of a counter circuit.

【0032】以下,上述のように構成されたデータ転送
回路10の動作を説明する。
The operation of the data transfer circuit 10 configured as described above will be described below.

【0033】いま,周辺機能Aが連続して動作する場合
を考える。
Now, consider a case where the peripheral function A operates continuously.

【0034】周辺機能Aが1回目の動作を終了すると,
動作結果を動作結果レジスタRAに格納し,動作終了信
号EAを出力し,2回目の動作に入る。周辺機能の動作
終了を示す信号EAが,ラッチ回路11に保持される
と,セレクタ14,15により周辺機能Aの専用ポイン
ティングレジスタPRAと動作結果レジスタRAがそれ
ぞれ選択され,ORゲート16をセットする。この専用
ポインティングレジスタPRAには,あらかじめ周辺機
能Aの動作結果レジスタRAの内容をRAM20に格納
する際の先頭アドレスをセットしておく。
When the peripheral function A completes the first operation,
The operation result is stored in the operation result register RA, the operation end signal EA is output, and the second operation is started. When the signal EA indicating the end of the operation of the peripheral function is held in the latch circuit 11, the dedicated pointing register PRA and the operation result register RA of the peripheral function A are selected by the selectors 14 and 15, respectively, and the OR gate 16 is set. In this dedicated pointing register PRA, the starting address when the contents of the operation result register RA of the peripheral function A are stored in the RAM 20 is set in advance.

【0035】ここで,メインプログラムからのRAMア
クセスの要求がなければ,セレクタ17,18,19に
よりRAM20のアドレスに専用ポインティングレジス
タPRA,書込みデータに動作結果レジスタRAがそれ
ぞれ選択され,動作結果レジスタRAの内容がRAM2
0に書き込まれる。
If there is no request for RAM access from the main program, the selectors 17, 18, and 19 select the dedicated pointing register PRA for the address of the RAM 20 and the operation result register RA for the write data, respectively. Is RAM2
Written to 0.

【0036】書込みが終了すると,ラッチ回路11はリ
セットされ,専用ポインティングレジスタPRAはイン
クリメントされ,次の動作終了を待つ。
When the writing is completed, the latch circuit 11 is reset, the dedicated pointing register PRA is incremented, and waits for the next operation.

【0037】上述した動作は,動作結果レジスタ12の
内容をRAM20に転送するもので,割り込み動作によ
りソフトウェアで転送を行うものではなく,全てハード
ウェアで行うものである。このように,第1の実施形態
に係るデータ転送回路10によれば,RAMアクセスを
全てハードウェアで行うので,動作結果を頻繁に更新す
るような周辺機能や非常に多くの周辺機能を持つマイク
ロコンピュータ及びマイクロプロセッサに適用すると以
下のような効果を得ることができる。
The above-described operation is to transfer the contents of the operation result register 12 to the RAM 20, and is not to transfer by software by an interrupt operation, but to perform all by hardware. As described above, according to the data transfer circuit 10 according to the first embodiment, since all RAM accesses are performed by hardware, a microcontroller having a peripheral function that frequently updates an operation result or a very large number of peripheral functions is used. When applied to a computer and a microprocessor, the following effects can be obtained.

【0038】すなわち,メインプログラムは割り込みな
どに中断されることなく実行することができるため,C
PU効率が向上する。
That is, the main program can be executed without being interrupted by an interrupt or the like.
PU efficiency is improved.

【0039】また,周辺機器の動作結果を単純にRAM
に転送するようなプログラムは不要となり,したがって
ソフトウェアの負担を減らすことができる。
The operation result of the peripheral device is simply stored in a RAM.
This eliminates the need for a program to be transferred to the PC, thus reducing the load on the software.

【0040】また,一般に周辺機器の動作結果が頻繁に
更新される場合,その分多くの動作結果レジスタを持つ
必要があるが,本データ転送回路10にあっては,その
必要がなくハードウェア資源を縮小することができる。
In general, when the operation result of a peripheral device is frequently updated, it is necessary to have a large number of operation result registers accordingly. Can be reduced.

【0041】さらに,周辺機器の動作結果を単純にRA
Mに転送する場合にも,割り込み動作を実行することな
く実現できるため,従来のようにスタック領域に現プロ
グラムアドレスや各種レジスタを退避する必要がなく,
重要度の高い処理を高速でかつ優先して行うことができ
る。
Further, the operation result of the peripheral device is simply expressed as RA
The transfer to M can be realized without executing the interrupt operation, so that it is not necessary to save the current program address and various registers in the stack area as in the conventional case.
Highly important processing can be performed at high speed and with priority.

【0042】図3は,本発明の第2の実施形態に係るデ
ータ転送回路の構成図である。図3に示すデータ転送回
路は,周辺機能部が3つ(A,B,C)ある場合を想定
した装置に適用した例である。なお,本実施形態に係る
データ転送回路の説明にあたり上記図1に示すデータ転
送回路と同一構成部分には同一符号を付することにより
重複説明を省略することにする。
FIG. 3 is a configuration diagram of a data transfer circuit according to the second embodiment of the present invention. The data transfer circuit shown in FIG. 3 is an example applied to a device assuming that there are three peripheral function units (A, B, C). In the description of the data transfer circuit according to the present embodiment, the same components as those of the data transfer circuit shown in FIG. 1 will be denoted by the same reference numerals, and redundant description will be omitted.

【0043】図3において,このデータ転送回路30
は,不図示の周辺機能部への出力データを格納する出力
レジスタORA,ORB,ORCからなる出力レジスタ
31と,次の出力データを格納するバッファレジスタB
RA,BRB,BRCからなるバッファレジスタ33を
備えている。ラッチ回路11は,周辺機能部の動作終了
を示す信号EA,EB,ECをラッチするものであり,
ANDゲート32は,そのラッチ回路11の出力により
バッファレジスタ33からの出力を出力レジスタ31に
ロードするものである。また,セレクタ34は,ラッチ
回路11の出力によりバッファレジスタ33を選択する
ものである。さらに,専用ポインティングレジスタ13
は,この実施形態の場合には,次の次の出力データを格
納しているROM/RAM38の先頭(アドレス)を示
すものであり,セレクタ14は,発生する動作終了信号
EA,EB,ECに対応する専用ポインティングレジス
タ13を選択するものである。そして,セレクタ35
は,ROM/RAMアクセス要求信号によりROM/R
AMアドレスバスかセレクタ14の出力かを選択するも
のであり,セレクタ36は,ROM/RAMアクセス要
求信号によりROM/RAMの出力データをデータバス
への出力又はセレクタ34への出力を選択するものであ
り,セレクタ37は,ROM/RAMアクセス要求信号
によりROM/RAM読み出し信号又はラッチ回路11
の出力信号が入力されるORゲート16の出力信号を選
択するものである。また,ROM/RAM38のアドレ
ス端子(A)にはセレクタ35の出力が接続され,その
データ出力端子(O)にはセレクタ36の入力が接続さ
れ,その出力イネーブル(OE:Output Ena
ble)端子OEにはセレクタ37の出力がそれぞれ接
続されて,いる。出力イネーブル(OE:Output
Enable)端子*OEにそれぞれ接続されてい
る。
In FIG. 3, this data transfer circuit 30
Is an output register 31 composed of output registers ORA, ORB, and ORC for storing output data to a peripheral function unit (not shown), and a buffer register B for storing the next output data.
A buffer register 33 including RA, BRB, and BRC is provided. The latch circuit 11 latches signals EA, EB, and EC indicating the end of the operation of the peripheral function unit.
The AND gate 32 loads the output from the buffer register 33 into the output register 31 according to the output of the latch circuit 11. The selector 34 selects the buffer register 33 based on the output of the latch circuit 11. In addition, the dedicated pointing register 13
Indicates the head (address) of the ROM / RAM 38 in which the next output data is stored in the case of the present embodiment, and the selector 14 supplies the generated operation end signals EA, EB, and EC to the output end signals EA, EB, and EC. The corresponding dedicated pointing register 13 is selected. Then, the selector 35
Is ROM / R by the ROM / RAM access request signal
The selector 36 selects the AM address bus or the output of the selector 14. The selector 36 selects the output data of the ROM / RAM to the data bus or the output to the selector 34 according to the ROM / RAM access request signal. The selector 37 receives a ROM / RAM read request signal or a latch circuit 11 according to a ROM / RAM access request signal.
Selects the output signal of the OR gate 16 to which the output signal of (1) is input. The output of the selector 35 is connected to the address terminal (A) of the ROM / RAM 38, the input of the selector 36 is connected to the data output terminal (O), and its output enable (OE: Output Ena) is provided.
ble) Terminals OE are connected to the outputs of the selectors 37, respectively. Output enable (OE: Output)
Enable) terminal * OE.

【0044】上記専用ポインティングレジスタ13は,
本実施形態では,次の次の出力データを格納しているR
OM/RAM38の先頭(アドレス)を指定する周辺機
能専用ポインティングレジスタであり,カウンタ回路に
より構成される。
The dedicated pointing register 13 is
In the present embodiment, the R that stores the next next output data
A peripheral function dedicated pointing register that specifies the head (address) of the OM / RAM 38, and is configured by a counter circuit.

【0045】以下,上述のように構成されたデータ転送
回路30の動作を説明する。
The operation of the data transfer circuit 30 configured as described above will be described below.

【0046】いま,周辺機能Aが連続してデータを出力
する場合を考える。
Now, consider a case where the peripheral function A continuously outputs data.

【0047】周辺機能Aが1回目のデータ出力動作で出
力レジスタORAのデータを出力すると,動作終了信号
EAを出力する。
When the peripheral function A outputs the data of the output register ORA in the first data output operation, it outputs an operation end signal EA.

【0048】周辺機能の動作終了を示す信号EAが,ラ
ッチ回路11に保持されると,セレクタ14により周辺
機能Aの専用ポインティングレジスタPRAが選択さ
れ,ORゲート16をセットし,さらにバッファレジス
タBRAの内容をANDゲート32を通して出力レジス
タORAにロードする。
When the signal EA indicating the end of the operation of the peripheral function is held in the latch circuit 11, the dedicated pointing register PRA of the peripheral function A is selected by the selector 14, and the OR gate 16 is set. The contents are loaded into the output register ORA through the AND gate 32.

【0049】この際,このバッファレジスタBRAに
は,2回目の出力データが格納され,専用ポインティン
グレジスタPRAには3回目以降の出力データが格納し
てあるROM/RAM38の先頭アドレスをあらかじめ
セットしておく。
At this time, the buffer register BRA stores the output data of the second time, and the dedicated pointing register PRA sets in advance the head address of the ROM / RAM 38 storing the output data of the third time and thereafter. deep.

【0050】ここで,メインプログラムからROM/R
AMアクセスの要求がなければ,専用ポインティングレ
ジスタPRAをアドレスとするデータがROM/RAM
38から出力され,セレクタ36を通り対応するバッフ
ァレジスタ33(ここでは,BRA)に書き込まれる。
Here, the ROM / R is read from the main program.
If there is no request for AM access, data having the dedicated pointing register PRA as an address is stored in the ROM / RAM.
The data is output from the selector 38, passes through the selector 36, and is written to the corresponding buffer register 33 (here, BRA).

【0051】書込みが終了すると,ラッチ回路11はリ
セットされ,専用ポインティングレジスタPRAはイン
クリメントされ,次の動作終了を待つ。
When the writing is completed, the latch circuit 11 is reset, the dedicated pointing register PRA is incremented, and waits for the next operation.

【0052】上述した動作は,ROM/RAM38の内
容を出力レジスタ31に転送するもので,割り込み動作
によりソフトウェアで転送を行うものではなく,全てハ
ードウェアで行うものである。このように,第2の実施
形態に係るデータ転送回路30では,RAMアクセスを
全てハードウェアで行うので,大量のデータを連続して
出力するような周辺機能や非常に多くの周辺機能を持つ
マイクロコンピュータ及びマイクロプロセッサに適用す
ると以下のような効果を得ることができる。
The above-described operation is to transfer the contents of the ROM / RAM 38 to the output register 31, and is not to transfer by software by an interrupt operation, but to perform all by hardware. As described above, in the data transfer circuit 30 according to the second embodiment, since all the RAM accesses are performed by hardware, a microcontroller having a peripheral function for continuously outputting a large amount of data or a very large number of peripheral functions is provided. When applied to a computer and a microprocessor, the following effects can be obtained.

【0053】すなわち,メインプログラムは割り込みな
どに中断されることなく実行することができるためCP
U効率が向上する。
That is, since the main program can be executed without interruption by interruption or the like,
U efficiency is improved.

【0054】また,大量のデータを転送する場合,1デ
ータを転送する毎に出力データセットする必要がなくソ
フトウェアの負担を減らすことができる。
When transferring a large amount of data, it is not necessary to set output data every time one data is transferred, so that the load on software can be reduced.

【0055】さらに,大量のデータを転送する場合,バ
ッファレジスタを多く持つ必要がないため,ハードウェ
ア資源を縮小することができる。
Further, when transferring a large amount of data, it is not necessary to have many buffer registers, so that hardware resources can be reduced.

【0056】図4は,本発明の第3の実施形態に係るデ
ータ転送回路の一部を示した構成図である。本実施形態
は,周辺機能部が3つ(A,B,C)ある場合を想定し
た装置に適用した例であり,図4は,上記図1〜図3に
示す専用ポインティングレジスタ部分に,周辺機能専用
終了ポインティングレジスタ及び一致回路を付加したも
のである。
FIG. 4 is a configuration diagram showing a part of a data transfer circuit according to a third embodiment of the present invention. This embodiment is an example in which the present invention is applied to a device assuming a case where there are three peripheral function units (A, B, and C). FIG. 4 shows a configuration in which the dedicated pointing register shown in FIGS. A function-specific end pointing register and a matching circuit are added.

【0057】図4において,周辺機能専用レジスタ40
は,動作結果レジスタ12の内容をRAM20に格納す
る際の格納先(アドレス)を指定し,又は次々の出力デ
ータを格納しているROM/RAM38の先頭(アドレ
ス)を指定する専用ポインティングレジスタ(PRA,
PRB,PRC)41〜43と,ROMあるいはRAM
アクセスの終了アドレスを格納する周辺機能専用終了ポ
インティングレジスタ(EPRA,EPRB,EPR
C)44〜46と,専用ポインティングレジスタ(PR
A,PRB,PRC)41〜43と周辺機能専用終了ポ
インティングレジスタ(EPRA,EPRB,EPR
C)44〜46とを比較し,一致があると割り込み要求
信号を出力する一致回路(COMP)47〜49(比較
手段)とから構成される。
Referring to FIG.
Is a dedicated pointing register (PRA) that specifies the storage destination (address) when storing the contents of the operation result register 12 in the RAM 20 or specifies the head (address) of the ROM / RAM 38 that stores successive output data. ,
PRB, PRC) 41-43, ROM or RAM
Peripheral function dedicated end pointing registers (EPRA, EPRB, EPR) for storing the access end address
C) 44 to 46 and a dedicated pointing register (PR
A, PRB, PRC) 41 to 43 and peripheral function dedicated end pointing registers (EPRA, EPRB, EPR)
C) Comparing with 44 to 46, and matching circuits (COMP) 47 to 49 (comparing means) for outputting an interrupt request signal when there is a match.

【0058】以下,上述のように構成されたデータ転送
回路の周辺機能専用レジスタ40の動作を説明する。
The operation of the peripheral function dedicated register 40 of the data transfer circuit configured as described above will be described below.

【0059】いま,周辺機能Aが連続して動作する場合
を考える。
Now, consider a case where the peripheral function A operates continuously.

【0060】周辺機能Aの専用ポインティングレジスタ
(PRA)41出力と,ROMあるいはRAMアクセス
の終了アドレスを格納する周辺機能専用終了ポインティ
ングレジスタ(EPRA)44出力とは,一致回路(C
OMP)47により常に比較されている。ここで,専用
ポインティングレジスタ(PRA)41は,カウンタ回
路構成となっており動作が終了する毎にインクリメント
される。
The output of the dedicated pointing register (PRA) 41 of the peripheral function A and the output of the peripheral function dedicated pointing register (EPRA) 44 for storing the end address of the ROM or RAM access correspond to the matching circuit (C
OMP) 47. Here, the dedicated pointing register (PRA) 41 has a counter circuit configuration and is incremented each time the operation is completed.

【0061】連続動作により専用ポインティングレジス
タ(PRA)41がインクリメントされ,周辺機能専用
終了ポインティングレジスタ(EPRA)44出力に一
致すると,一致回路(COMP)47はプロセッサに割
り込み要求信号を出力する。
When the dedicated pointing register (PRA) 41 is incremented by the continuous operation and matches the output of the peripheral function dedicated end pointing register (EPRA) 44, the matching circuit (COMP) 47 outputs an interrupt request signal to the processor.

【0062】以上説明したように,第3の実施形態に係
るデータ転送回路は,専用ポインティングレジスタ(P
RA,PRB,PRC)41〜43に,周辺機能専用終
了ポインティングレジスタ(EPRA,EPRB,EP
RC)44〜46及び一致回路(COMP)47〜49
を設けたことにより,周辺機能のための定められたRO
MあるいはRAMのメモリ領域を超えたアクセスを防ぐ
ことができる。
As described above, the data transfer circuit according to the third embodiment includes a dedicated pointing register (P
RA, PRB, PRC) 41 to 43 have peripheral function dedicated end pointing registers (EPRA, EPRB, EP).
RC) 44-46 and match circuit (COMP) 47-49
, The required RO for peripheral functions
Access beyond the memory area of M or RAM can be prevented.

【0063】また,本実施形態では,周辺機能の動作終
了毎に割り込みが発生するのではなく,一つの連続動作
終了の時点で割り込みが発生するので,前記第1の実施
形態の動作処理や前記第2の実施形態による出力データ
の更新は一連続動作に1回の割り込み処理で行うことが
できる。そのため,CPU効率も良く,さらに大量のデ
ータを一つ又は複数の束として取り扱うことができる。
Further, in the present embodiment, an interrupt is not generated every time the operation of the peripheral function is completed, but is generated at the end of one continuous operation. Updating of output data according to the second embodiment can be performed by one interrupt process for one continuous operation. Therefore, the CPU efficiency is high and a large amount of data can be handled as one or a plurality of bundles.

【0064】以上,添付図面を参照しながら,本発明に
かかるデータ転送回路の好適な実施形態について説明し
たが,本発明はかかる例に限定されない。当業者であれ
ば,特許請求の範囲に記載された技術的思想の範疇内に
おいて各種の変更例または修正例に想到し得ることは明
らかであり,それらについても当然に本発明の技術的範
囲に属するものと了解される。
Although the preferred embodiment of the data transfer circuit according to the present invention has been described with reference to the accompanying drawings, the present invention is not limited to this example. It is clear that a person skilled in the art can conceive various changes or modifications within the scope of the technical idea described in the claims, and those modifications naturally fall within the technical scope of the present invention. It is understood to belong.

【0065】例えば,上記各実施形態に係るデータ転送
回路では,周辺機能専用ポインティングレジスタは,動
作終了後インクリメントするようにしているが,これは
周辺機能専用ポインティングレジスタをアップカウンタ
回路構成にした場合であり,ダウンカウンタ回路により
構成してもよい。この場合,周辺機能専用ポインティン
グレジスタは,周辺機能の動作終了後デクリメントされ
る。
For example, in the data transfer circuit according to each of the above-described embodiments, the peripheral function dedicated pointing register is incremented after the end of the operation. This is the case when the peripheral function dedicated pointing register has an up counter circuit configuration. Yes, it may be constituted by a down counter circuit. In this case, the peripheral function dedicated pointing register is decremented after the operation of the peripheral function ends.

【0066】また,上記各実施形態では,メモリとし
て,例えばDRAMを用いることができるが,データア
クセスを行うメモリであればすべて適用可能であり,プ
ログラム格納用としてEEPROMやフラッンュメモリ
等を用いることも可能である。また,プログラムを実行
できるものであればどのようなプロセッサであってもよ
い。
In each of the above embodiments, a DRAM, for example, can be used as the memory. However, any memory that performs data access can be used, and an EEPROM, a flash memory, or the like can be used for storing programs. It is. Further, any processor that can execute the program may be used.

【0067】さらに,上記データ転送回路を構成するレ
ジスタや,セレクタ,ゲート回路の数,種類接続状態な
どは前述した上述の実施形態に限られないことは言うま
でもない。
Further, it goes without saying that the number of registers, selectors and gate circuits constituting the data transfer circuit, the type of connection, and the like are not limited to the above-described embodiment.

【0068】[0068]

【発明の効果】以上説明したように,本発明に係るデー
タ転送回路では,周辺機能部の動作結果の内容をメモリ
に格納する格納先アドレスを指定する周辺機能専用ポイ
ンティングレジスタと,周辺機能専用ポインティングレ
ジスタの終了アドレスを指定する周辺機能専用終了ポイ
ンティングレジスタとを備えて構成したので,CPU効
率を向上させることができ,ソフトウェアの負担を減ら
すとともに,ハードウェアを縮小することができる。ま
た,周辺機器の動作結果を単純にRAMに転送する場合
にも割り込み動作を実行することなく実現できるため,
スタック領域に現プログラムアドレスや各種レジスタを
退避する必要がなく,重要度の高い処理を高速でかつ優
先して行うことができる。
As described above, in the data transfer circuit according to the present invention, the peripheral function dedicated pointing register for specifying the storage destination address for storing the contents of the operation result of the peripheral function unit in the memory, and the peripheral function dedicated pointing Since the configuration is provided with the peripheral function exclusive pointing register that specifies the end address of the register, the CPU efficiency can be improved, the load on software can be reduced, and the hardware can be reduced. In addition, even when the operation result of the peripheral device is simply transferred to the RAM, the operation result can be realized without executing the interrupt operation.
There is no need to save the current program address and various registers in the stack area, and high-priority processing can be performed at high speed and with priority.

【0069】また,本発明に係るデータ転送回路では,
次の出力データが格納されているメモリの先頭アドレス
を指定する周辺機能専用ポインティングレジスタと,周
辺機能専用ポインティングレジスタの終了アドレスを指
定する周辺機能専用終了ポインティングレジスタとを備
えて構成したので,大量のデータを転送する場合,1デ
ータを転送する毎に出力データセットする必要がないた
めソフトウェアの負担を減らすことができ,またバッフ
ァレジスタを多く持つ必要がないためハードウェアを縮
少することができる。
In the data transfer circuit according to the present invention,
A peripheral function dedicated pointing register that specifies the start address of the memory where the next output data is stored, and a peripheral function dedicated end pointing register that specifies the end address of the peripheral function dedicated pointing register. When transferring data, it is not necessary to set output data every time one data is transferred, so that the load on software can be reduced. Also, since there is no need to have many buffer registers, hardware can be reduced.

【0070】さらに,本発明に係るデータ転送回路で
は,周辺機能専用ポインティングレジスタ出力と周辺機
能専用終了ポインティングレジスタ出力を比較する比較
手段を備え,比較手段により周辺機能専用ポインティン
グレジスタ出力と周辺機能専用終了ポインティングレジ
スタ出力が一致すると,プロセッサに割り込み要求信号
を出力するように構成したので,出力データの更新を,
一連続動作に1回の割り込み処理で行うことができ,C
PU効率をさらに上げることができ,より大量のデータ
を一つ又は複数の束として取り扱うことができる。
Further, the data transfer circuit according to the present invention includes comparing means for comparing the output of the peripheral function dedicated pointing register and the output of the peripheral function exclusive end register, and the comparing means uses the output of the peripheral function dedicated pointing register and the peripheral function exclusive end. When the output of the pointing register matches, an interrupt request signal is output to the processor.
It can be performed by one interrupt processing for one continuous operation.
The PU efficiency can be further increased, and a larger amount of data can be handled as one or more bundles.

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

【図1】図1は,本発明にかかるデータ転送回路の概略
的な構成を示す概略的なブロック図である。
FIG. 1 is a schematic block diagram illustrating a schematic configuration of a data transfer circuit according to the present invention.

【図2】図2は,本発明を適用した第1の実施形態に係
るデータ転送回路の構成を示す概略的な回路図である。
FIG. 2 is a schematic circuit diagram illustrating a configuration of a data transfer circuit according to a first embodiment to which the present invention is applied;

【図3】図3は,本発明を適用した第2の実施形態に係
るデータ転送回路の構成を示す概略的な回路図である。
FIG. 3 is a schematic circuit diagram illustrating a configuration of a data transfer circuit according to a second embodiment to which the present invention is applied;

【図4】図4は,本発明を適用した第3の実施形態に係
るデータ転送回路の専用ポインティングレジスタの構成
を示す概略的なブロック図である。
FIG. 4 is a schematic block diagram illustrating a configuration of a dedicated pointing register of a data transfer circuit according to a third embodiment to which the present invention is applied.

【図5】図5は,従来のデータ転送回路の構成を示す概
略的なブロック図である。
FIG. 5 is a schematic block diagram showing a configuration of a conventional data transfer circuit.

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

10,30 データ転送回路 11,16 ラッチ回路 12 動作結果レジスタ 13,40,41,42,43 専用ポインティン
グレジスタ 14,15,17,18,34,35,36,37
セレクタ 20 RAM(メモリ) 31 出力レジスタ 32 ANDゲート 33 バッファレジスタ 38 ROM/ROM(メモリ) 44,45,46 周辺機能専用終了ポインティン
グレジスタ 47,48,49 一致回路(比較手段)
10, 30 Data transfer circuit 11, 16 Latch circuit 12 Operation result register 13, 40, 41, 42, 43 Dedicated pointing register 14, 15, 17, 18, 34, 35, 36, 37
Selector 20 RAM (memory) 31 Output register 32 AND gate 33 Buffer register 38 ROM / ROM (memory) 44, 45, 46 Peripheral function dedicated end pointing register 47, 48, 49 Matching circuit (comparing means)

Claims (16)

【特許請求の範囲】[Claims] 【請求項1】 データを格納するメモリと前記メモリに
対してアクセスするプロセッサの周辺機能を処理する周
辺機能部との間においてデータ転送を実行するデータ転
送回路であって,前記周辺機能部の動作結果の内容を前
記メモリに格納する格納先アドレスを指定する周辺機能
専用ポインティングレジスタを備えたことを特徴とす
る,データ転送回路。
1. A data transfer circuit for executing data transfer between a memory for storing data and a peripheral function unit for processing a peripheral function of a processor accessing the memory, wherein the operation of the peripheral function unit is performed. A data transfer circuit comprising a pointing register dedicated to a peripheral function for designating a storage destination address for storing the contents of a result in the memory.
【請求項2】 さらに,前記周辺機能部の動作結果を一
時的に保持する動作結果レジスタを備えたことを特徴と
する,請求項1に記載のデータ転送回路。
2. The data transfer circuit according to claim 1, further comprising an operation result register for temporarily holding an operation result of said peripheral function unit.
【請求項3】 前記動作結果レジスタは,前記周辺機能
部の動作終了信号により,前記周辺機能専用ポインティ
ングレジスタが指定する前記メモリのアドレスにデータ
を書き込むことを特徴とする,請求項2に記載のデータ
転送回路。
3. The operation result register according to claim 2, wherein the operation result register writes data to an address of the memory specified by the peripheral function dedicated pointing register in response to an operation end signal of the peripheral function unit. Data transfer circuit.
【請求項4】 前記周辺機能専用ポインティングレジス
タ及び前記動作結果レジスタは,少なくとも前記周辺機
能部に対応する数だけ設けられることを特徴とする,請
求項2又は3に記載のデータ転送回路。
4. The data transfer circuit according to claim 2, wherein the peripheral function dedicated pointing register and the operation result registers are provided in at least as many numbers as the number of the peripheral function units.
【請求項5】 さらに,前記メモリにデータ転送を行う
前記周辺機能部に応じた前記周辺機能専用ポインティン
グレジスタ及び前記動作結果レジスタを選択するセレク
タを備えたことを特徴とする,請求項2,3又は4のい
ずれかに記載のデータ転送回路。
5. The semiconductor device according to claim 2, further comprising a selector for selecting the pointing register dedicated to the peripheral function and the operation result register corresponding to the peripheral function unit that transfers data to the memory. Or the data transfer circuit according to 4.
【請求項6】 さらに,前記周辺機能部の動作結果の内
容を前記メモリに格納する格納先アドレスの終了アドレ
スを指定する周辺機能専用終了ポインティングレジスタ
を備えたことを特徴とする,請求項1,2,3,4又は
5のいずれかに記載のデータ転送回路。
6. A peripheral function dedicated end pointing register for designating an end address of a storage destination address for storing contents of an operation result of the peripheral function unit in the memory. 6. The data transfer circuit according to any one of 2, 3, 4, and 5.
【請求項7】 データを格納するメモリと前記メモリに
対してアクセスするプロセッサの周辺機能を処理する周
辺機能部との間においてデータ転送を実行するデータ転
送回路であって,前記メモリに格納されている出力デー
タの先頭アドレスを指定する周辺機能専用ポインティン
グレジスタとを備えたことを特徴とする,データ転送回
路。
7. A data transfer circuit for executing data transfer between a memory for storing data and a peripheral function unit for processing a peripheral function of a processor accessing the memory, wherein the data transfer circuit stores data in the memory. A data transfer circuit, comprising: a pointing register dedicated to a peripheral function that specifies a start address of output data.
【請求項8】 さらに,前記周辺機能専用ポインティン
グレジスタに指定されて読み出された前記出力データを
一時的に保持する出力レジスタを備えたことを特徴とす
る,請求項7に記載のデータ転送回路。
8. The data transfer circuit according to claim 7, further comprising an output register for temporarily holding the output data designated and read by the peripheral function dedicated pointing register. .
【請求項9】 前記出力レジスタは,次回に保持する出
力データを一時的に保持するバッファレジスタを備えて
いることを特徴とする,請求項8に記載のデータ転送回
路。
9. The data transfer circuit according to claim 8, wherein said output register includes a buffer register for temporarily holding output data to be held next time.
【請求項10】 前記出力レジスタは,前記周辺機能部
の動作終了信号により,前記周辺機能専用ポインティン
グレジスタが指定する前記メモリのアドレスからデータ
を読み出すことを特徴とする,請求項8又は9に記載の
データ転送回路。
10. The output register according to claim 8, wherein the output register reads data from an address of the memory specified by the peripheral function dedicated pointing register in response to an operation end signal of the peripheral function unit. Data transfer circuit.
【請求項11】 前記バッファレジスタは,前記周辺機
能部の動作終了信号により,前記周辺機能専用ポインテ
ィングレジスタが指定する前記メモリのアドレスからデ
ータを読み出すことを特徴とする,請求項9又は10に
記載のデータ転送回路。
11. The buffer register according to claim 9, wherein the buffer register reads data from an address of the memory designated by the peripheral function dedicated pointing register in response to an operation end signal of the peripheral function unit. Data transfer circuit.
【請求項12】 前記周辺機能専用ポインティングレジ
スタ及び前記出力レジスタは,少なくとも前記周辺機能
部に対応する数だけ設けられることを特徴とする,請求
項8,9,10又は11のいずれかに記載のデータ転送
回路。
12. The peripheral function dedicated pointing register and the output registers are provided at least as many as the number corresponding to the peripheral function unit. Data transfer circuit.
【請求項13】 さらに,前記メモリにデータ転送を行
う前記周辺機能部に応じた前記周辺機能専用ポインティ
ングレジスタ及び前記出力レジスタを選択するセレクタ
を備えたことを特徴とする,請求項8,9,10,11
又は12のいずれかに記載のデータ転送回路。
13. The device according to claim 8, further comprising a selector for selecting the pointing register dedicated to the peripheral function and the output register corresponding to the peripheral function unit that transfers data to the memory. 10,11
13. The data transfer circuit according to any one of claims 12
【請求項14】 さらに,前記周辺機能専用ポインティ
ングレジスタの終了アドレスを指定する周辺機能専用終
了ポインティングレジスタを備えたことを特徴とする,
請求項8,9,10,11,12又は13のいずれかに
記載のデータ転送回路。
14. A peripheral function dedicated pointing register for designating an end address of the peripheral function dedicated pointing register.
14. The data transfer circuit according to claim 8, 9, 10, 11, 12, or 13.
【請求項15】 さらに,前記周辺機能専用ポインティ
ングレジスタ出力と前記周辺機能専用終了ポインティン
グレジスタ出力とを比較するコンパレータを備え,前記
コンパレータにより前記周辺機能専用ポインティングレ
ジスタ出力と前記周辺機能専用終了ポインティングレジ
スタ出力が一致すると,前記プロセッサに割り込み要求
信号を出力することを特徴とする,請求項6又は14に
記載のデータ転送回路。
15. A comparator for comparing the output of the peripheral function exclusive pointing register with the output of the peripheral function exclusive end pointing register, wherein the comparator outputs the output of the peripheral function exclusive pointing register and the output of the peripheral function exclusive end pointing register. 15. The data transfer circuit according to claim 6, wherein an interrupt request signal is output to the processor when the values match.
【請求項16】 前記周辺機能専用ポインティングレジ
スタは,カウンタ回路であり,その周辺機能専用ポイン
ティングレジスタの動作が終了するごとにインクリメン
トまたはデクリメントされることを特徴とする,請求項
1,2,3,4,5,6,7,8,9,10,11,1
2,13,14又は15のいずれかに記載のデータ転送
回路。
16. The peripheral function dedicated pointing register is a counter circuit, and is incremented or decremented each time the operation of the peripheral function dedicated pointing register is completed. 4,5,6,7,8,9,10,11,1
16. The data transfer circuit according to any one of 2, 13, 14, and 15.
JP36556897A 1996-12-26 1997-12-22 Data transfer circuit Withdrawn JPH10240676A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP36556897A JPH10240676A (en) 1996-12-26 1997-12-22 Data transfer circuit

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP34796496 1996-12-26
JP8-347964 1996-12-26
JP36556897A JPH10240676A (en) 1996-12-26 1997-12-22 Data transfer circuit

Publications (1)

Publication Number Publication Date
JPH10240676A true JPH10240676A (en) 1998-09-11

Family

ID=26578645

Family Applications (1)

Application Number Title Priority Date Filing Date
JP36556897A Withdrawn JPH10240676A (en) 1996-12-26 1997-12-22 Data transfer circuit

Country Status (1)

Country Link
JP (1) JPH10240676A (en)

Similar Documents

Publication Publication Date Title
EP0266800B1 (en) Data processor having different interrupt processing modes
JPH02267634A (en) Interrupt system
EP0538817A2 (en) High-speed processor capable of handling multiple interrupts
JP3676882B2 (en) Microprocessor and its peripheral devices
US20020062352A1 (en) Multiprocessor system and control method thereof
US7305499B2 (en) DMA controller for controlling and measuring the bus occupation time value for a plurality of DMA transfers
US5504869A (en) High speed processing system capable of executing strings of instructions in order without waiting completion of previous memory access instruction
US4851992A (en) Register/saving/restoring system for saving and restoring data in a register of a slave processor
JP3970609B2 (en) Processor system
JPH07120338B2 (en) Method for a data processor to coordinate the execution of instructions by a coprocessor and the data processor
JP2001005676A (en) Interruption processor
EP0338317A2 (en) Information processor operative both in direct mapping and in bank mapping and the method of switching the mapping schemes
JP2001333137A (en) Self-operating communication controller and self- operating communication control method
US5499363A (en) Microprocessor coupled to coprocessor by coprocessor bus separate from system bus to external memory for increased efficiency
JPH10240676A (en) Data transfer circuit
JPH02242434A (en) Task scheduling method
JP2568017B2 (en) Microprocessor and data processing system using the same
JP3539984B2 (en) Processor
US6078545A (en) Data transfer circuit
JPH0414376B2 (en)
JPS59218569A (en) Microcomputer
JP3127737B2 (en) Digital signal processor
JP3088285B2 (en) In-circuit emulator
JP3345050B2 (en) Two-dimensional array type memory system
JPH03226882A (en) Single chip microcomputer

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: 20050301