JP2723970B2 - Data transfer control device - Google Patents
Data transfer control deviceInfo
- Publication number
- JP2723970B2 JP2723970B2 JP13133689A JP13133689A JP2723970B2 JP 2723970 B2 JP2723970 B2 JP 2723970B2 JP 13133689 A JP13133689 A JP 13133689A JP 13133689 A JP13133689 A JP 13133689A JP 2723970 B2 JP2723970 B2 JP 2723970B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- address
- logical channel
- channel number
- transfer
- 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.)
- Expired - Fee Related
Links
Landscapes
- Communication Control (AREA)
- Bus Control (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Description
【発明の詳細な説明】 〔産業上の利用分野〕 本発明はデータのDMA(ダイレクト・メモリ・アクセ
ス)転送制御をサポートするデータ転送制御装置さらに
はDMA転送アドレスを変更制御する技術に関し、例えば
パケット交換による通信データのDMA転送制御に適用し
て有効な技術に関するものである。Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transfer control device which supports DMA (Direct Memory Access) transfer control of data, and a technique for changing and controlling a DMA transfer address. The present invention relates to a technology effective when applied to DMA transfer control of communication data by exchange.
メモリや入出力回路の間でデータ転送を行なうとき、
マイクロプロセッサの負担を軽減してデータ転送効率を
向上させるには、DMAコントローラを用いることができ
る。このDMAコントローラは、プロセッサに代わってデ
ータ転送制御を行なうものであり、データ転送チャネル
を構成するために、転送先アドレス、転送元アドレス、
転送語数、転送動作のイネーブルビット、さらにはメモ
リ間又はメモリと入出力回路間などのデータ転送形態や
転送動作モードなどを特定するためのレジスタセットを
有する。このレジスタセットに対するデータ所期設定は
プロセッサが行うようになっており、初期設定が行われ
た後に、マイクロプロセッサがDMAコントローラのステ
ータスレジスタにデータ転送動作のイネーブルビットを
書き込むと、DMAコントローラはメモリ間でのデータ転
送制御を開始し、或いは入出力回路などからのデータ転
送要求を持ってデータ転送制御を開始する。When performing data transfer between memory and input / output circuits,
To reduce the burden on the microprocessor and improve data transfer efficiency, a DMA controller can be used. This DMA controller performs data transfer control on behalf of the processor. To configure a data transfer channel, a transfer destination address, a transfer source address,
It has a register set for specifying the number of words to be transferred, an enable bit for a transfer operation, and a data transfer mode or a transfer operation mode between memories or between a memory and an input / output circuit. The data is initially set in this register set by the processor.After the initialization, the microprocessor writes the enable bit of the data transfer operation to the status register of the DMA controller. The data transfer control is started in response to a data transfer request from an input / output circuit or the like.
このようなDMAコントローラを例えばパケット交換形
式でデータをやりとりする通信制御装置に適用する場合
には、上位プロセッサがDMAコントローラに転送元アド
レスや転送先アドレスなどを初期設定し、DMAコントロ
ーラは、初期設定された条件や動作モードに従って受信
データの転送制御を行うに過ぎなかった。When such a DMA controller is applied to, for example, a communication control device that exchanges data in a packet exchange format, the upper processor initially sets a transfer source address and a transfer destination address to the DMA controller, and the DMA controller performs the initial setting. The transfer of received data is merely controlled according to the set conditions and operation modes.
尚、通信制御装置における送受信データのDMA転送制
御について記載された文献の例としては日経データプロ
マイコン・製品レポートMC68605(1986年日経マグロウ
ヒル社発行)がある。An example of a document describing DMA transfer control of transmission / reception data in a communication control device is Nikkei Data Pro Microcomputer / Product Report MC68605 (published by Nikkei McGraw-Hill Corporation in 1986).
ところで、データ転送されるべきデータの中には、当
該データ自体に転送先や転送元を指示するような情報を
含むものがある。例えばパケット交換されるべきデータ
に含まれるパケット論理チャネル番号である。このパケ
ット論理チャネル番号は、そのデータを処理するための
タスクに対応されるような固有の番号である。したがっ
て、上位プロセッサによるデータ処理上、パケット交換
によって受信されたデータは、それ固有のパケット論理
チャネル番号にしたがって、該当するタスクに割り当て
られているメモリ領域に転送されなければならない。し
かしながら、従来のDMAコントローラは、転送すべきデ
ータに含まれる情報に従って自ら転送先アドレスや転送
元アドレスを変更する機能を有していないから、従来の
DMAコントローラを例えばパケット交換形式でデータを
やりとりする通信制御装置に適用する場合、DMAコント
ローラは上位プロセッサによる初期設定に従って受信デ
ータを単にバッファメモリに転送するだけであった。こ
のため、上位プロセッサは、バッファメモリに転送され
たデータ中に含まれるパケット論理チャネル番号を認識
し、これに従って当該受信データをそのパケット論理チ
ャネルに応ずる別のメモリ領域に再送制御しなければな
らず、上位プロセッサに負担がかかり、システムのスル
ープットが低下してしまう。By the way, some data to be transferred includes information indicating the transfer destination and the transfer source in the data itself. For example, a packet logical channel number included in data to be exchanged. The packet logical channel number is a unique number corresponding to a task for processing the data. Therefore, in the data processing by the host processor, the data received by the packet exchange must be transferred to the memory area allocated to the task in accordance with the unique packet logical channel number. However, the conventional DMA controller does not have a function of changing the transfer destination address and the transfer source address according to the information included in the data to be transferred.
When the DMA controller is applied to a communication control device that exchanges data in, for example, a packet exchange format, the DMA controller simply transfers received data to a buffer memory according to an initial setting by an upper processor. For this reason, the upper processor must recognize the packet logical channel number included in the data transferred to the buffer memory and control the retransmission of the received data to another memory area corresponding to the packet logical channel accordingly. However, a burden is placed on the host processor, and the system throughput is reduced.
本発明の目的は、格納領域が決定されているデータを
その領域に格納するためのデータ転送制御を、上位プロ
セッサに負担をかけずに行うことができるデータ転送制
御装置を提供することにある。ここで、上位プロセッサ
とは、少なくともデータ転送制御装置を初期設定可能な
プロセッサを意味する。An object of the present invention is to provide a data transfer control device capable of performing data transfer control for storing data for which a storage area is determined in the area without placing a burden on a host processor. Here, the upper processor means a processor capable of initializing at least the data transfer control device.
本発明の前記ならびにそのほかの目的と新規な特徴に
ついては本明細書の記述及び添付図面から明らかになる
であろう。The above and other objects and novel features of the present invention will become apparent from the description of the present specification and the accompanying drawings.
本願において開示される発明のうち代表的なものの概
要を簡単に説明すれば下記の通りである。The outline of a representative invention among the inventions disclosed in the present application will be briefly described as follows.
すなわち、検索テーブルを利用して、転送すべきデー
タからその種類を判定すると共に、その判定結果に応ず
るアドレス情報を検索し、検索されたアドレス情報によ
ってデータ転送先アドレス又はデータ転送元アドレスを
変更し、当該変更したアドレスに従ってデータをDMA転
送制御可能にするものである。That is, using a search table, the type of data to be transferred is determined, the address information corresponding to the determination result is searched, and the data transfer destination address or the data transfer source address is changed based on the searched address information. According to the changed address, data can be DMA-transfer-controlled.
上記検索テーブルを利用した処理の高速化を図るに
は、データの種類を示す情報をアドレスとして入力し、
これに対応するアドレス情報を出力する連想メモリ形式
で検索テーブルを構成することが望ましい。In order to speed up the processing using the search table, information indicating the type of data is input as an address,
It is desirable to configure the search table in an associative memory format that outputs corresponding address information.
また、データの種類を示す情報の語長を自由に設定可
能にするには、上記検索テーブルを、データの種類を示
す情報を順番に格納した第1テーブルと、第1テーブル
に格納されたデータに応ずるアドレス情報を第1テーブ
ルの保持情報の順番に対応させて格納した第2テーブル
とによって構成し、上記第1テーブルを順番にアクセス
して、転送すべきデータの種類との一致が判定された
後、一致した情報に対応するアドレス情報を上記第2テ
ーブルから読み出すようにすることができる。Further, in order to freely set the word length of the information indicating the type of data, the search table is divided into a first table in which information indicating the type of data is stored in order, and a data stored in the first table. And the second table storing the address information corresponding to the order of the information held in the first table, and the first table is accessed in order to determine the coincidence with the type of data to be transferred. After that, the address information corresponding to the matched information can be read from the second table.
上記した手段によれば、パケット交換されるべきデー
タのようにシステム動作上そのデータの格納領域が決定
されている場合、パケット論理チャネル番号のような所
定の情報に従って、転送されるべきデータの種類を認識
し、その認識結果に基づいてデータ転送先アドレス又は
転送元アドレスを上位プロセッサの制御を介在させるこ
となく自ら変更するから、これにより、転送されるべき
データに割り当てられている固有の領域へのデータ転送
を、上位プロセッサに負担をかけずに可能とする。According to the above-mentioned means, when the storage area of the data is determined in the system operation such as the data to be packet-switched, the type of the data to be transferred according to the predetermined information such as the packet logical channel number And changes the data transfer destination address or the transfer source address based on the recognition result without intervening the control of the upper processor, whereby the unique area assigned to the data to be transferred can be obtained. Data transfer can be performed without imposing a burden on a host processor.
第2図は本発明の一実施例に係るDMAコントローラを
利用した通信制御システムの構成例が示される。同図に
示される通信制御システムは、1つの半導体基板に形成
されたシングルチップマイクロコンピュータ又は1つの
配線基板に形成された通信制御ボードとして構成するこ
とができる。FIG. 2 shows a configuration example of a communication control system using a DMA controller according to one embodiment of the present invention. The communication control system shown in the figure can be configured as a single chip microcomputer formed on one semiconductor substrate or a communication control board formed on one wiring substrate.
第2図に示される通信制御システムには、システム全
体の制御を司る上位プロセッサ2、メモリ3、DMAコン
トローラ4、及びシリアルコミュニケーションインタフ
ェースコントローラ(以下単にSCIコントローラとも記
す)5などが含まれ、特に制限されないが、それらはバ
ス6を共有する。上記SCIコントローラ5は、特に制限
されないが、HDLC(ハイレベル・データ・リンク・コン
トロール)手順によるパケット交換をサポートするため
の回線制御部を有し、そのプロトコル制御は上位プロセ
ッサ2が行うようになっている。DMAコントローラ4
は、SCIコントローラ5による受信データをメモリ3の
所定領域に転送し、或いは送信すべきデータをメモリ3
の所定領域からSCIコントローラ5に転送制御したりす
る。SCIコントローラ5は、DMAコントローラ4にデータ
転送制御を要求するときDMAリクエスト信号DREQをアサ
ートし、この要求をDMAコントローラ4が受け付けるとD
MAアクノレッジ信号DACKをSCIコントローラ5にアサー
トする。上位プロセッサ2とDMAコントローラ4は共に
バスマスタとされ、相互間でのバス権の調停は、特に制
限されないが、上位プロセッサ2が行う。DMAコントロ
ーラ4は、バス権を要求するとき、バスリクエスト信号
BREQをアサートし、これに応じて上位プロセッサ2がバ
スアクノレッジ信号BACKをDMAコントローラ4にアサー
トすることにより、当該DMAコントローラ4がバス権を
獲得する。The communication control system shown in FIG. 2 includes an upper processor 2, which controls the entire system, a memory 3, a DMA controller 4, a serial communication interface controller (hereinafter, also simply referred to as an SCI controller) 5, and the like. Although they are not, they share bus 6. The SCI controller 5 includes, but is not limited to, a line control unit for supporting packet exchange according to an HDLC (High Level Data Link Control) procedure, and the protocol control is performed by the host processor 2. ing. DMA controller 4
Transfer data received by the SCI controller 5 to a predetermined area of the memory 3 or transfer data to be transmitted to the memory 3
Transfer control from the predetermined area to the SCI controller 5. The SCI controller 5 asserts a DMA request signal DREQ when requesting the DMA controller 4 to perform data transfer control.
Assert the MA acknowledge signal DACK to the SCI controller 5. The upper processor 2 and the DMA controller 4 are both bus masters, and arbitration of the bus right between them is not particularly limited, but is performed by the upper processor 2. When the DMA controller 4 requests a bus right, the DMA controller 4
BREQ is asserted, and in response to this, the upper processor 2 asserts the bus acknowledge signal BACK to the DMA controller 4, whereby the DMA controller 4 acquires the bus right.
第1図には上記DMAコントローラ4の詳細な一例が示
されている。FIG. 1 shows a detailed example of the DMA controller 4.
DMAコントローラ4は、DMA転送制御のためのデータ転
送チャネル構成用レジスタセットとして、転送データレ
ジスタ10、転送元アドレスレジスタ11、転送先アドレス
レジスタ12、及びバイトカウントレジスタ13を有し、そ
れらは3本の内部バスUB、VB、WBに接続されている。上
記転送データレジスタ10には、デュアルアドレシングモ
ードに従って転送元から読み込んだ転送すべきデータな
どが取り込まれる。転送元アドレスレジスタ11には転送
元アドレスが、そして転送先アドレスレジスタ12には転
送先アドレスが設定され、更にバイトカウントレジスタ
13には転送語数が設定される。データ転送が開始される
と、例えば一語のデータ転送毎に転送元アドレスや転送
先アドレスがそのデータ転送モードに従ってインクリメ
ント又はデクリメントされ、また、転送語数がデクリメ
ントされる。そのようなインクリメント/デクリメント
は算術論理演算器14によって行われる。そして、内部バ
スUB、VB、WBには、データ転送制御形態などを指定する
ための各種制御情報が上位プロセッサ2などによって設
定されるコントロールレジスタ15と、DMAコントローラ
4の内部状態を示すためのステータスレジスタ16とが結
合されると共に、外部のバス6との間でアドレスをやり
とりするためのアドレスバッファレジスタ17、ならびに
上位バス6との間でデータをやりとりするためのデータ
バッファレジスタ18が設けられている。上記各種レジス
タの選択やリード/ライト制御、上位プロセッサ2やSC
Iコントローラ5との間でのハンドシェーク信号のやり
とり、及びDMAコントローラ4内部のその他動作制御は
制御部19が行う。The DMA controller 4 has a transfer data register 10, a transfer source address register 11, a transfer destination address register 12, and a byte count register 13 as a data transfer channel configuration register set for DMA transfer control. Are connected to the internal buses UB, VB and WB. The transfer data register 10 receives data to be transferred read from the transfer source in accordance with the dual addressing mode. The transfer source address is set in the transfer source address register 11, the transfer destination address is set in the transfer destination address register 12, and the byte count register is set.
13 sets the number of words to be transferred. When the data transfer is started, for example, each time one word of data is transferred, the source address and the destination address are incremented or decremented according to the data transfer mode, and the number of words to be transferred is decremented. Such an increment / decrement is performed by the arithmetic and logic unit 14. The internal buses UB, VB, and WB have control registers 15 in which various control information for designating a data transfer control mode and the like are set by the host processor 2 and the like, and a status for indicating the internal state of the DMA controller 4. A register 16 is coupled to the external bus 6, and an address buffer register 17 for exchanging addresses with the external bus 6 and a data buffer register 18 for exchanging data with the upper bus 6 are provided. I have. Selection of various registers and read / write control, upper processor 2 and SC
The control unit 19 performs exchange of a handshake signal with the I controller 5 and other operation control inside the DMA controller 4.
DMAコントローラ4によるデータ転送制御のための各
種初期設定、例えば転送元アドレスレジスタ11や転送先
アドレスレジスタ12などに対する初期設定は上位プロセ
ッサ2が行う。特に本実施例のDMAコントローラ4は、
上位プロセッサ2による初期設定に従ってデータ転送制
御を開始すると、転送すべきデータを取り込んでその種
類を判定し、この判定結果に従って自ら転送元アドレス
又は転送先アドレスを変更する機能を有する。このDMA
転送アドレスの変更は、本実施例に従えば、パケット交
換されるべきデータに含まれるパケット論理チャネル番
号に従って行われるようになっている。The host processor 2 performs various initial settings for data transfer control by the DMA controller 4, for example, initial settings for the transfer source address register 11, the transfer destination address register 12, and the like. In particular, the DMA controller 4 of this embodiment
When the data transfer control is started in accordance with the initial setting by the upper processor 2, a function to fetch the data to be transferred, determine the type of the data, and change the source address or the destination address by itself according to the determination result. This DMA
According to the present embodiment, the transfer address is changed according to the packet logical channel number included in the data to be packet-switched.
ここで、パケット交換されるべきデータのフォーマッ
トは、特に制限されないが、HDLC系フォーマットに準じ
た形態とされ、第4図に示されるように、フラグF、ア
ドレスフィールドA、コントロールフィールドC、情報
フィールドI、フレームチェックシーケンFCS、及びフ
ラグFによって構成される。情報フィールドIには、パ
ケット論理チャネル番号とデータが含まれている。パケ
ット論理チャネル番号は、これと対を成すデータを処理
するためのタスクに対応されるような固有の番号であ
る。したがって、上位プロセッサ2が受信データを処理
するには、パケット交換によって受信されたデータは、
それ固有のパケット論理チャネル番号にしたがって該当
するタスクに割り当てられているメモリ領域に一旦格納
されなければならない。Here, the format of the data to be packet-exchanged is not particularly limited, but is in a form conforming to the HDLC format, and as shown in FIG. 4, a flag F, an address field A, a control field C, an information field I, a frame check sequence FCS, and a flag F. The information field I contains a packet logical channel number and data. The packet logical channel number is a unique number corresponding to the task for processing the data paired with the packet logical channel number. Therefore, in order for the upper processor 2 to process the received data, the data received by the packet switching is:
According to its unique packet logical channel number, it must be temporarily stored in the memory area allocated to the corresponding task.
DMAコントローラ4は、そのパケット論理チャネル番
号に従ってDMA転送アドレスを所定のメモリ領域に変更
可能とするため、連想メモリ構造の検索テーブル20を有
する。この検索テーブル20は、パケット論理チャネル番
号をキーとしてこれに対応するメモリ領域の先頭アドレ
スを検索するようになっており、パケット論理チャネル
番号がアドレスとして入力されると、これに対応する先
頭アドレスが出力される。例えば第5図に示されるよう
にパケット論理チャネル番号1〜iに呼応してメモリ3
にi個の領域ME1〜MEiが設定され、夫々のメモリ領域ME
1〜MEiの先頭アドレスをAme1〜Ameiとする。このとき、
検索テーブル20の論理チャネル番号1が与えられると、
これに対応するメモリ領域ME1の先頭Ame1が読み出され
る。The DMA controller 4 has a search table 20 having an associative memory structure so that the DMA transfer address can be changed to a predetermined memory area according to the packet logical channel number. The search table 20 uses the packet logical channel number as a key to search for the start address of the memory area corresponding to the key. When the packet logical channel number is input as an address, the corresponding start address is displayed. Is output. For example, as shown in FIG. 5, the memory 3 corresponds to the packet logical channel numbers 1 to i.
Are set in each of the memory areas ME1 to MEi.
The start addresses of 1 to MEi are Ame 1 to Amei. At this time,
Given the logical channel number 1 of the search table 20,
Top Ame 1 of the memory area ME1 corresponding thereto is read.
尚、受信データの内検索テーブル20に供給される情報
はパケット論理チャネル番号だけでよいから、1フレー
ムの受信データの内何バイト目を検索テーブル20に供給
するのかを指示するための情報が、たとえばコントロー
ルレジスタ15に初期設定されている。このようにして設
定されたバイト数は1バイトのデータ転送毎にデクリメ
ントされ、0にクリアされたとき検索テーブル20の動作
が開始される。Since the information supplied to the search table 20 of the received data may be only the packet logical channel number, the information for indicating which byte of the received data of one frame is to be supplied to the search table 20 is: For example, it is initially set in the control register 15. The number of bytes set in this way is decremented every time one byte of data is transferred, and when cleared to 0, the operation of the search table 20 is started.
上記検索テーブル20は、パケット論理チャネル番号に
一致する先頭アドレスを出力するときにはその旨を制御
信号φによって制御部19に通知する。これによって制御
部19は、そのときのデータ転送モードに従って転送先ア
ドレスレジスタ12又は転送元アドレスレジスタ11を選択
する。例えば受信データの転送モードが指定されている
ときには、転送先アドレスレジスタ12を選択し、上記検
索テーブル20から読み出される先頭アドレスによってそ
の転送先アドレスレジスタ12の内容を書き換え制御す
る。その後、書き換えられた先頭アドレスに基づいて、
該当するメモリ領域に受信データが順番にDMA転送され
る。The search table 20 notifies the control unit 19 by the control signal φ when outputting the head address that matches the packet logical channel number. Thereby, the control unit 19 selects the transfer destination address register 12 or the transfer source address register 11 according to the data transfer mode at that time. For example, when the transfer mode of the received data is designated, the transfer destination address register 12 is selected, and the contents of the transfer destination address register 12 are rewritten and controlled by the head address read from the search table 20. Then, based on the rewritten top address,
The received data is sequentially DMA-transferred to the corresponding memory area.
次にSCIコントローラ5が受信したデータをメモリ3
の所定領域にDMA転送する処理を一例としてその動作を
説明する。Next, the data received by the SCI controller 5 is stored in the memory 3
The operation will be described by taking as an example a process of performing a DMA transfer to a predetermined area.
先ず、上位プロセッサ2は、受信データをDMA転送す
るためにDMAコントローラ4を初期設定する。例えばSCI
コントローラ5からメモリ3へのデータ転送モードを指
定する情報などがコントロールレジスタ15に設定される
と共に、転送先アドレスレジスタ12にはメモリ3上の所
定のバッファ領域の先頭アドレスなどが設定される。そ
の後、DMA転送動作をイネーブルにするためのイネーブ
ルビットがコントロールレジスタ15に書き込まれる。制
御部19は、そのイネーブルビット検出すると、DMAリク
エスト信号DREQを監視し、これがアサートされることに
呼応してDMA転送制御を開始する。DMA転送が開始される
と、SCIコントローラ5によって受信されたフレームに
含まれる情報フィールドIの最初の内容即ちパケット論
理チャネル番号がデータバッファレジスタ18を経由して
転送データレジスタ10に読み込まれ、読み込まれたパケ
ット論理チャネル番号が所定の内部バスを通じて検索テ
ーブル20のアドレス入力端子に与えられる。検索テーブ
ル20は、与えられたパケット論理チャネル番号をキーと
してそれに対応するメモリ領域の先頭アドレスを検索
し、該当するものがある場合には先頭アドレスを所定の
内部バスに出力すると共に、制御部19に制御信号φをア
サートする。例えばそのときのパケット論理チャネル番
号が1であるときにはメモリ領域ME1の先頭アドレスAme
1が読み出される。制御部19が制御信号φのアサート状
態を検出すると、当該制御部19は、そのときのデータ転
送モードに従って転送先アドレスレジスタ12を選択し、
上記検索テーブル20から読み出された先頭アドレスAme1
によってその転送先アドレスレジスタ12の内容を書き換
える。その後、書き換えられた先頭アドレスAme1によっ
て指定されるパケット論理チャネル1用のメモリ領域ME
1に、情報フィールドIに含まれるデータの1バイト目
が転送される。次いで転送先アドレスレジスタ12の内容
が次のアドレスにインクリメントされると共にバイトカ
ウントレジスタ13の値が1つデクリメントされて第2バ
イト目のデータがメモリ領域ME1に転送され、それ以
降、バイトカウントレジスタ13の値が0になるまで順番
にデータ転送が行われる。このようにして、論理チャネ
ル番号1に応ずるデータは、当該論理チャネル番号に割
り当てられているメモリ領域ME1に転送完了される。First, the upper processor 2 initializes the DMA controller 4 to perform DMA transfer of the received data. For example, SCI
Information specifying a data transfer mode from the controller 5 to the memory 3 is set in the control register 15, and a transfer destination address register 12 is set with a head address of a predetermined buffer area on the memory 3. After that, an enable bit for enabling the DMA transfer operation is written to the control register 15. When detecting the enable bit, the control unit 19 monitors the DMA request signal DREQ, and starts the DMA transfer control in response to the assertion thereof. When the DMA transfer is started, the first content of the information field I included in the frame received by the SCI controller 5, that is, the packet logical channel number is read into the transfer data register 10 via the data buffer register 18 and read. The packet logical channel number is supplied to an address input terminal of the search table 20 through a predetermined internal bus. The search table 20 searches the head address of the memory area corresponding to the given packet logical channel number using the given packet logical channel number as a key, and if there is a corresponding one, outputs the head address to a predetermined internal bus. Control signal φ is asserted. For example, if the packet logical channel number at that time is 1, the start address Ame of the memory area ME1
1 is read. When the control unit 19 detects the asserted state of the control signal φ, the control unit 19 selects the transfer destination address register 12 according to the data transfer mode at that time,
Start address Ame 1 read from search table 20
Rewrites the contents of the transfer destination address register 12. Thereafter, the memory area for the packet logical channels 1 specified by the head address Ame 1 rewritten ME
The first byte of the data included in the information field I is transferred to 1. Next, the content of the transfer destination address register 12 is incremented to the next address, the value of the byte count register 13 is decremented by one, and the data of the second byte is transferred to the memory area ME1. Data transfer is performed in order until the value of 0 becomes zero. Thus, the transfer of the data corresponding to the logical channel number 1 to the memory area ME1 assigned to the logical channel number is completed.
第3図には、連想メモリ構造の検索テーブル20の代わ
りに、メモリ3に検索テーブルを構成する場合の実施例
が示される。この場合の検索テーブル30は、パケット論
理チャネル番号1〜iを順番に格納したチャネル番号テ
ーブル31と、パケット論理チャネル番号に割り当てられ
る各メモリ領域ME1〜MEiの先頭アドレスAme1〜Ameiを順
番に格納した先頭アドレステーブル32とによって構成さ
れる。斯る構造の検索テーブル30を採用した場合、DMA
コントローラ4′には、チャネル番号テーブル31の先頭
アドレスAt31を格納する先頭アドレスレジスタ33、先頭
アドレステーブル32の先頭アドレスAt32を格納する先頭
アドレスレジスタ34、及びチャネル番号テーブル31のテ
ーブル長即ちこれに格納されているパケット論理チャネ
ル番号の数を示すような値が保持されるテーブル長レジ
スタ35が設けられている。そのほかにこのDMAコントロ
ーラ4′は、特に第3図には図示されていないが、第1
図と同様の各種レジスタや制御部を含んでいる。FIG. 3 shows an embodiment in which a search table is configured in the memory 3 instead of the search table 20 having the associative memory structure. In this case, the search table 30 stores, in order, a channel number table 31 in which packet logical channel numbers 1 to i are stored in order and head addresses Ame 1 to Amei of memory areas ME1 to MEi allocated to the packet logical channel numbers. And the start address table 32 described above. When the search table 30 having such a structure is adopted, DMA
The controller 4 ′ includes a start address register 33 for storing the start address At 31 of the channel number table 31, a start address register 34 for storing the start address At 32 of the start address table 32, and a table length of the channel number table 31. Is provided with a table length register 35 that holds a value indicating the number of packet logical channel numbers stored in the. In addition, the DMA controller 4 'is not shown in FIG.
Various registers and control units similar to those in the figure are included.
第3図に示されるシステム構成において、パケット交
換形式でSCIコントローラ5が受信したデータをメモリ
3の所定領域にDMA転送する場合、上記同様に、上位プ
ロセッサは、受信データをDMA転送するためにDMAコント
ローラ4′を初期設定する。例えばSCIコントローラ5
からメモリ3へのデータ転送モードを指定する情報が設
定されると共に、メモリ3上の所定のバッファ領域の先
頭アドレスなどが転送先アドレスとして設定される。そ
の後、DMA転送動作をイネーブルにするためのイネーブ
ルビットがDMAコントローラ4′に書き込まれる。DMAコ
ントローラ4′は、そのイネーブルビットを検出する
と、DMAリクエスト信号DREQを監視し、これがアサート
されることに呼応してDMA転送制御を開始する。DMA転送
が開始されると、SCIコントローラ5によって受信され
たフレームに含まれる情報フィールドIの最初の内容即
ちパケット論理チャネル番号がデータバッファレジスタ
に読み込まれる。パケット論理チャネル番号が読み込ま
れると、DMAコントローラ4′は、先頭アドレスレジス
タ33に保持されている先頭アドレスAt31を利用してチャ
ネル番号テーブル31が保有している最初のパケット論理
チャネル番号1を読み出し、これを、転送データレジス
タが保有する論理チャネル番号と比較する。その比較結
果が不一致であるときには、双方の先頭アドレスレジス
タ33,34の値を1だけインクリメントすると共に、テー
ブル長レジスタ35の値を1だけデクリメントし、以下同
様の動作を繰返していく。例えば、受信データに含まれ
るパケット論理チャネル番号がiであるとすると、チャ
ネル番号テーブル31に対するi回目のリードアクセスに
よって当該テーブル31からパケット論理チャネル番号i
を得ることができる。チャネル番号テーブル31から得た
パケット論理チャネル番号iと転送データレジスタが保
有するパケット論理チャネル番号とが一致すると、その
旨が制御部に通知される。このとき、先頭アドレスレジ
スタ34に初期設定された先頭アドレスAt32即ち先頭アド
レステーブル32の先頭アドレスは、上記先頭アドレスAt
31と同じ回数即ちi回だけインクリメントされている。
これによりDMAコントローラ4′は、その先頭アドレス
レジスタ34の値を利用して先頭アドレステーブル32から
該当する先頭アドレスAmeiを読み込む。そして制御部
は、そのときのデータ転送モードに従って転送先アドレ
スレジスタ12を選択し、上記先頭アドレステーブル32か
ら読み出された先頭アドレスAmeiによってその転送先ア
ドレスレジスタ12の内容を書き換える。その後、書き換
えられた先頭アドレスAmeiによって指定されるパケット
論理チャネル番号i用のメモリ領域MEiに、情報フィー
ルドIに含まれるデータの1バイト目が転送される。次
いで転送先アドレスレジスタ12の内容が次ぎのアドレス
にインクリメントされると共に、バイトカウントレジス
タ13の値が1つデクリメントされて第2バイト目のデー
タがメモリ領域Meiに転送され、それ以降、バイトカウ
ントレジスタ13の値が0になるまで順番にデータ転送が
行われる。このようにして、論理チャネル番号iに対応
するデータは、当該論理チャネル番号iに割り当てられ
ているメモリ領域MEiに転送完了される。In the system configuration shown in FIG. 3, when the data received by the SCI controller 5 in the packet switching format is DMA-transferred to a predetermined area of the memory 3, the upper-level processor performs DMA transfer of the received data in the same manner as described above. Initialize the controller 4 '. For example, SCI controller 5
The information for designating the data transfer mode from the memory 3 to the memory 3 is set, and the start address of a predetermined buffer area on the memory 3 is set as the transfer destination address. Thereafter, an enable bit for enabling the DMA transfer operation is written to the DMA controller 4 '. When detecting the enable bit, the DMA controller 4 'monitors the DMA request signal DREQ, and starts the DMA transfer control in response to the assertion thereof. When the DMA transfer is started, the first content of the information field I included in the frame received by the SCI controller 5, that is, the packet logical channel number is read into the data buffer register. When a packet logical channel number is read, DMA controller 4 'reads the first packet logical channel number 1 channel number table 31 by using the head address At 31 held in the start address register 33 is held This is compared with the logical channel number held by the transfer data register. When the comparison result is inconsistent, the values of both the start address registers 33 and 34 are incremented by 1 and the value of the table length register 35 is decremented by 1, and the same operation is repeated thereafter. For example, if the packet logical channel number included in the received data is i, the packet logical channel number i
Can be obtained. When the packet logical channel number i obtained from the channel number table 31 matches the packet logical channel number held in the transfer data register, the control unit is notified of that fact. At this time, the start address At 32 initially set in the start address register 34, that is, the start address of the start address table 32 is the start address At
It is incremented by the same number of times as 31 , ie, i times.
As a result, the DMA controller 4 'reads the corresponding start address Amei from the start address table 32 using the value of the start address register 34. Then, the control unit selects the transfer destination address register 12 according to the data transfer mode at that time, and rewrites the contents of the transfer destination address register 12 with the start address Amei read from the start address table 32. Thereafter, the first byte of the data included in the information field I is transferred to the memory area MEi for the packet logical channel number i specified by the rewritten head address Amei. Next, the contents of the transfer destination address register 12 are incremented to the next address, the value of the byte count register 13 is decremented by one, and the data of the second byte is transferred to the memory area Mei. Data transfer is performed in order until the value of 13 becomes 0. In this way, the transfer of the data corresponding to the logical channel number i is completed to the memory area MEi assigned to the logical channel number i.
上記実施例によれば以下の作用効果を得るものであ
る。According to the above embodiment, the following effects can be obtained.
(1)パケット交換されるべきデータのように上位プロ
セッサ2によるデータ処理上そのデータの格納領域がパ
ケット論理チャネル番号に従って予め決定されている場
合、転送すべきデータの種類をそのデータに含まれてい
るパケット論理チャネル番号に基づいて認識し、その認
識結果に従って、データ転送先アドレスをDMAコントロ
ーラ4,4′自らが変更する。したがって、パケット論理
チャネル番号に呼応して割り当てられている固有のメモ
リ領域へのデータ転送を上位プロセッサに負担をかけず
に行うことができる。(1) When the storage area of the data is predetermined according to the packet logical channel number in the data processing by the host processor 2 such as the data to be exchanged, the type of the data to be transferred is included in the data. Recognition is performed based on the packet logical channel number, and the DMA controller 4, 4 'itself changes the data transfer destination address according to the recognition result. Therefore, data transfer to a unique memory area assigned in accordance with the packet logical channel number can be performed without placing a burden on the host processor.
(2)上記作用効果により、上位プロセッサ2は、従来
のようにパケット論理チャネル番号とは無関係に一旦バ
ッファメモリにDMA転送されたデータを、再度パケット
論理チャネルに対応する領域に再送制御する必要がなく
なり、これにより、システムのスループットを向上させ
ることができる。(2) Due to the above operation and effect, the upper processor 2 needs to control the retransmission of the data once DMA-transferred to the buffer memory to the area corresponding to the packet logical channel again irrespective of the packet logical channel number. As a result, the throughput of the system can be improved.
(3)連想メモリ構造の検索テーブル20を利用すること
により、変更すべきアドレス情報を1回のメモリアクセ
スで得ることができる。したがって、転送すべきデータ
の種類の認識と、これに応ずるアドレス情報の取得とを
高速に行うことができる。しかも、その検索テーブル20
をDMAコントローラに内蔵することにより検索処理速度
は一層向上する。(3) The address information to be changed can be obtained by one memory access by using the search table 20 having the associative memory structure. Therefore, the type of data to be transferred can be recognized and the address information corresponding to the type can be obtained at high speed. Moreover, the search table 20
The search processing speed is further improved by embedding the in the DMA controller.
(4)転送すべきデータのパケット論理チャネル番号を
認識するためのチャネル番号テーブル31と、各パケット
論理チャネル番号に割り当てられるメモリ領域の先頭ア
ドレスをパケット論理チャネル番号の順番に従って保有
する先頭32とに分けて検索テーブル30を構成すると、パ
ケット論理チャネル番号の語長を自由に設定することが
できるようになる。しかも、その検索テーブル30を外部
メモリ3に構成することにより、DMAコントローラ4′
内部のハードウェア量を抑えることができる。但し、検
索テーブル30を毎回最初から順番に検索しなくてはなら
ないため検索処理速度は遅くなってしまう。検索処理速
度をある程度向上させるには、例えばDMAコントローラ
4′のデータ出力側にバッファRAM(ランダム・アクセ
ス・メモリ)を設けておくような考慮が必要になる。(4) A channel number table 31 for recognizing a packet logical channel number of data to be transferred and a head 32 holding a head address of a memory area allocated to each packet logical channel number in the order of the packet logical channel number. When the search table 30 is configured separately, the word length of the packet logical channel number can be set freely. Moreover, by configuring the search table 30 in the external memory 3, the DMA controller 4 '
The amount of internal hardware can be reduced. However, since the search table 30 must be searched every time in order from the beginning, the search processing speed is reduced. To improve the search processing speed to some extent, it is necessary to consider, for example, providing a buffer RAM (random access memory) on the data output side of the DMA controller 4 '.
以上本発明者によってなされた発明を実施例に基づい
て具体的に説明したが、本発明は上記実施例に限定され
るものではなく、その要旨を逸脱しない範囲において種
々変更することができる。Although the invention made by the present inventor has been specifically described based on the embodiments, the present invention is not limited to the above embodiments, and can be variously modified without departing from the gist thereof.
例えば検索テーブル20をDMAコントローラ4の外部に
配置し、或いは検索テーブル30をDMAコントローラ4′
に内蔵させてもよい。また、転送すべきデータの種類を
示す情報はパケット論理チャネル番号に限定されず、本
発明が適用されるシステム構成に従って適宜に決定され
る性質をもつ。また、上記実施例では受信データのDMA
転送を一例として転送先アドレスをDMAコントローラ自
らが変更する場合について説明したが、本発明ではそれ
に限定されるものではなく、転送元アドレスを変更する
場合にも適用することができる。For example, the search table 20 is arranged outside the DMA controller 4, or the search table 30 is stored in the DMA controller 4 '.
It may be built in. Further, the information indicating the type of data to be transferred is not limited to the packet logical channel number, and has a property appropriately determined according to the system configuration to which the present invention is applied. In the above embodiment, the DMA of the received data is
The case where the transfer destination address is changed by the DMA controller itself has been described by taking transfer as an example. However, the present invention is not limited to this, and can be applied to the case where the transfer source address is changed.
以上の説明では主として本発明者によってなされた発
明をその背景となった利用分野である通信制御システム
に利用されるシングルチップマイクロコンピュータ又は
通信制御用ボードに適用した場合について説明したが、
本発明はそれに限定されるものではなく、DMAコントロ
ーラ自体などにも広く適用することができる。本発明
は、少なくともデータの種類に応じて固有の格納領域が
決定されているようなデータをDMA転送する条件のもの
に適用することができる。In the above description, the case where the invention made by the inventor is mainly applied to a single-chip microcomputer or a communication control board used in a communication control system which is a utilization field as a background has been described.
The present invention is not limited to this, and can be widely applied to the DMA controller itself and the like. INDUSTRIAL APPLICABILITY The present invention can be applied to a condition for DMA-transferring data in which a unique storage area is determined at least according to the type of data.
本願において開示される発明のうち代表的なものによ
って得られる効果を簡単に説明すれば下記の通りであ
る。The effects obtained by the representative inventions among the inventions disclosed in the present application will be briefly described as follows.
すなわち、データの種類に応じて固有の格納領域が決
定されているようなデータをDMA転送するとき、転送す
べきデータに含まれるパケット論理チャネル番号のよう
な所定の情報に基づいて転送すべきデータの種類を認識
し、その認識結果に従ってデータ転送先アドレスをデー
タ転送制御装置自らが設定変更するから、転送すべきデ
ータに予め割り当てられている固有の領域へのデータ転
送を上位プロセッサに負担を掛けずに行うことができる
という効果がある。That is, when performing a DMA transfer of data whose unique storage area is determined according to the type of data, the data to be transferred is determined based on predetermined information such as a packet logical channel number included in the data to be transferred. Since the data transfer control device itself changes the data transfer destination address according to the recognition result, the upper processor is burdened with transferring data to a unique area previously allocated to the data to be transferred. There is an effect that it can be performed without.
上記効果により、データをDMA転送制御可能なシステ
ムのスループットを向上させることができる。With the above effects, it is possible to improve the throughput of a system capable of controlling the DMA transfer of data.
また、データの種類を示す情報をアドレスとして入力
し、これに対応するアドレス情報を出力する連想メモリ
構造の検索テーブルを採用することにより、変更すべき
転送先又は転送元の情報を高速に取得することができ
る。In addition, information indicating the type of data is input as an address, and a search table having an associative memory structure that outputs address information corresponding to the address is adopted, so that information on a transfer destination or transfer source to be changed can be obtained at high speed. be able to.
そして、データの種類を示す情報を順番に格納した第
1テーブルと、この第1テーブルに格納された情報に応
ずるアドレス情報を第1テーブルの保持情報の順番に従
って保有する第2テーブルとによって検索テーブルを構
成することにより、データの種類を示す情報の語長を自
由に設定することができるようになる。Then, a first table storing information indicating the type of data in order and a second table holding address information corresponding to the information stored in the first table in accordance with the order of the held information of the first table. , The word length of the information indicating the type of data can be set freely.
第1図は本発明の一実施例であるDMAコントローラの詳
細な1例を示すブロック図、 第2図は第1図のDMAコントローラを適用した通信制御
システムの一部を示すブロック図、 第3図は本発明の他の実施例であるその他の通信制御シ
ステムを示すブロック図、 第4図はパケット交換されるデータのHDLC系フォーマッ
トの一例を示すフォーマット図、 第5図はパケット論理チャネル番号とメモリ領域との関
係を示すメモリ空間説明図である。 2……上位プロセッサ、3……メモリ、4……DMAコン
トローラ、4′……DMAコントローラ、5……SCIコント
ローラ、10……転送データレジスタ、11……転送元アド
レスレジスタ、12……転送先アドレスレジスタ、13……
バイトカウントレジスタ、15……コントロールレジス
タ、19……制御部、20……検索テーブル、ME1〜MEi……
メモリ領域、Ame1〜Amei……先頭アドレス、30……検索
テーブル、31……チャネル番号テーブル、32……先頭ア
ドレステーブル、33,34……先頭アドレスレジスタ、35
……テーブル長レジスタ。FIG. 1 is a block diagram showing a detailed example of a DMA controller according to an embodiment of the present invention. FIG. 2 is a block diagram showing a part of a communication control system to which the DMA controller of FIG. 1 is applied. FIG. 4 is a block diagram showing another communication control system according to another embodiment of the present invention. FIG. 4 is a format diagram showing an example of an HDLC format of data to be packet-switched. FIG. FIG. 3 is an explanatory diagram of a memory space showing a relationship with a memory area. 2 ... upper processor, 3 ... memory, 4 ... DMA controller, 4 '... DMA controller, 5 ... SCI controller, 10 ... transfer data register, 11 ... transfer source address register, 12 ... transfer destination Address register, 13 ...
Byte count register, 15 Control register, 19 Control unit, 20 Search table, ME1 to MEi
Memory area, Ame 1 to Amei ...... head address, 30 ... search table, 31 ... channel number table, 32 ... head address table, 33, 34 ... head address register, 35
.... Table length register.
Claims (5)
部を備え、パケット論理チャネル番号とそれ以外の情報
とを含んだ複数ワード構成のパケット交換される一連の
データを転送するデータ転送制御装置であって、 上記データ中の上記パケット論理チャネル番号の位置
は、上記レジスタセット中のコントロールレジスタの設
定値によって指示され、 上記パケット論理チャネル番号に基づいて上記データの
種類を判定し、前記判定されたデータの種類をアドレス
情報に対応させる検索テーブルを利用してアドレス情報
を検索し、検索されたアドレス情報によってデータ転送
先アドレス又はデータ転送元アドレスを変更し、当該変
更したアドレスに従って上記データをDMA転送制御可能
にされて成るデータ転送制御装置。1. A data transfer control device which includes a register set and a control unit for DMA transfer control, and transfers a series of data exchanged in a packet of plural words including a packet logical channel number and other information. The position of the packet logical channel number in the data is indicated by a set value of a control register in the register set, and the type of the data is determined based on the packet logical channel number. Searches the address information using a search table that associates the type of data with the address information, changes the data transfer destination address or the data transfer source address according to the searched address information, and DMA-transfers the data according to the changed address. A data transfer control device configured to be controllable.
ル番号をアドレスとして入力し、これに対応するアドレ
ス情報を出力する連想メモリ形式で構成されて成るもの
であることを特徴とする請求項1に記載のデータ転送制
御装置。2. The search table according to claim 1, wherein the search table is configured in an associative memory format in which a packet logical channel number is input as an address and corresponding address information is output. Data transfer control device.
ル番号を順番に格納した第1テーブルと、第1テーブル
に格納されたデータに応ずるアドレス情報を第1テーブ
ルの保持情報の順番に対応させて格納した第2テーブル
とから成り、上記第1テーブルを順番にアクセスして、
パケット論理チャネル番号との一致が判定された後、一
致した情報に対応するアドレス情報を上記第2テーブル
から読み出すようにされて成ることを特徴とする請求項
1に記載の記載のデータ転送制御装置。3. The search table stores a first table in which packet logical channel numbers are stored in order and address information corresponding to data stored in the first table in correspondence with the order of information held in the first table. And the second table is accessed in order from the first table,
2. The data transfer control device according to claim 1, wherein, after a match with the packet logical channel number is determined, address information corresponding to the matched information is read from the second table. .
タ転送制御装置を1つの半導体基板に形成したことを特
徴とするマイクロコンピュータ。4. A microcomputer wherein the data transfer control device according to claim 1 is formed on one semiconductor substrate.
セッサとメモリを具備することを特徴とする請求項4記
載のマイクロコンピュータ。5. The microcomputer according to claim 4, wherein said microcomputer further comprises a processor and a memory.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP13133689A JP2723970B2 (en) | 1989-05-26 | 1989-05-26 | Data transfer control device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP13133689A JP2723970B2 (en) | 1989-05-26 | 1989-05-26 | Data transfer control device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH02311050A JPH02311050A (en) | 1990-12-26 |
JP2723970B2 true JP2723970B2 (en) | 1998-03-09 |
Family
ID=15055561
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP13133689A Expired - Fee Related JP2723970B2 (en) | 1989-05-26 | 1989-05-26 | Data transfer control device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2723970B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012190414A (en) * | 2011-03-14 | 2012-10-04 | Ricoh Co Ltd | Data transfer system and data transfer method |
US8438323B2 (en) | 2008-05-19 | 2013-05-07 | Panasonic Corporation | Communication processing apparatus, communication processing method, control method and communication device of communication processing apparatus |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0410830A (en) * | 1990-04-27 | 1992-01-16 | Nec Corp | Communication control equipment and control data communication system |
US7495669B2 (en) | 2002-12-26 | 2009-02-24 | Canon Kabushiki Kaisha | Image processing apparatus and image processing method |
DE60327736D1 (en) | 2002-12-26 | 2009-07-09 | Canon Kk | Image processing apparatus and image processing method |
EP2668753B1 (en) * | 2011-01-28 | 2017-10-04 | Napatech A/S | An apparatus and a method for receiving and forwarding data packets |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS56166538A (en) * | 1980-05-23 | 1981-12-21 | Nec Corp | Data transfer control device |
JPS6095654U (en) * | 1983-12-07 | 1985-06-29 | 三菱電機株式会社 | data transfer control device |
-
1989
- 1989-05-26 JP JP13133689A patent/JP2723970B2/en not_active Expired - Fee Related
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8438323B2 (en) | 2008-05-19 | 2013-05-07 | Panasonic Corporation | Communication processing apparatus, communication processing method, control method and communication device of communication processing apparatus |
JP2012190414A (en) * | 2011-03-14 | 2012-10-04 | Ricoh Co Ltd | Data transfer system and data transfer method |
US8639860B2 (en) | 2011-03-14 | 2014-01-28 | Ricoh Company, Ltd. | Data transfer system and data transfer method |
Also Published As
Publication number | Publication date |
---|---|
JPH02311050A (en) | 1990-12-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5685005A (en) | Digital signal processor configured for multiprocessing | |
EP0508634B1 (en) | Memory access for data transfer within an I/O device | |
JPH04363746A (en) | Microcomputer system having dma function | |
JP2723970B2 (en) | Data transfer control device | |
US7310717B2 (en) | Data transfer control unit with selectable transfer unit size | |
JP2624989B2 (en) | Data transfer control device | |
JPH0227696B2 (en) | JOHOSHORISOCHI | |
JPH01125644A (en) | Data transfer equipment | |
JP2581715B2 (en) | Direct memory access controller | |
JP2619385B2 (en) | DMA controller | |
JPH07271654A (en) | Controller | |
JP2000099452A (en) | Dma control device | |
JP2001236305A (en) | Semiconductor integrated circuit and data processor | |
JP2963696B2 (en) | Data transfer control system | |
JP3322993B2 (en) | Information processing device | |
JP3201439B2 (en) | Direct memory access control circuit | |
JPH05289979A (en) | Data transfer control system, data transfer control device and communication control system | |
JP3270149B2 (en) | Data transfer device | |
JP2722908B2 (en) | Single chip microcomputer | |
JPH04225458A (en) | Computer | |
JPS6014435B2 (en) | Storage device | |
JP2003150534A (en) | Chain block transfer method and communication control device | |
EP0373393A1 (en) | Information processing system | |
JPH0769885B2 (en) | Data transfer device | |
JPH02227761A (en) | Data transfer controller and data processing system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |