JPH08249267A - Dma controller - Google Patents

Dma controller

Info

Publication number
JPH08249267A
JPH08249267A JP5240195A JP5240195A JPH08249267A JP H08249267 A JPH08249267 A JP H08249267A JP 5240195 A JP5240195 A JP 5240195A JP 5240195 A JP5240195 A JP 5240195A JP H08249267 A JPH08249267 A JP H08249267A
Authority
JP
Japan
Prior art keywords
transfer
request signal
register
dma controller
asserted
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
JP5240195A
Other languages
Japanese (ja)
Inventor
Tetsuya Tanaka
哲也 田中
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP5240195A priority Critical patent/JPH08249267A/en
Publication of JPH08249267A publication Critical patent/JPH08249267A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)

Abstract

PURPOSE: To provide a DMA controller suitable for the cyclic highspeed transfer of medium data. CONSTITUTION: An address generation part 1 for successively generating addresses so as to control the execution of one-block transfer every time start signals 115 are asserted and asserting standby request signals 114 every time the execution of the one-block transfer ends, a timer part 2 for asserting repeat request signals 111 in a cycle longer than the time required for the execution of the one-block transfer and a control part 10 for activating the timing operation of the timer part 2 and asserting the start signals 115 to the address generation part 1 when the start request signals 112 are asserted are incorporated in this DMA controller 200. The control part 10 activates the timing operation of the timer part 2 and asserts the start signals 115 even when the timer part 2 asserts the repeat request signals 111 after the address generation part 1 asserts the standby request signals 114 and before stop request signals 113 are asserted.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、計算機システムでメデ
ィアデータを取り扱うDMAコントローラに関するもの
である。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a DMA controller that handles media data in a computer system.

【0002】[0002]

【従来の技術】近年、計算機システムが普及するに従っ
て、音声や動画などのメディアデータを取り扱うといっ
たマルチメディア処理の必要性が高まってきた。このよ
うなマルチメディア処理は単純なデータ転送の繰り返し
処理でありかつ高速性が要求されるため、中央処理装置
(CPU)の負担が大きいプログラムIO制御方式(P
IO制御方式)ではなくて、ダイレクト・メモリ・アク
セス制御方式(DMA制御方式)が採用される。
2. Description of the Related Art In recent years, with the spread of computer systems, the need for multimedia processing such as handling media data such as voices and moving pictures has increased. Since such multimedia processing is simple data transfer repetitive processing and high speed is required, the program IO control method (P
Instead of the IO control method), the direct memory access control method (DMA control method) is adopted.

【0003】CPU、主記憶、入力デバイス、出力デバ
イス及びDMAコントローラを備えた従来の計算機シス
テムにおいて入力デバイスと主記憶との間、主記憶と出
力デバイスとの間、主記憶の異なる領域間、又は入力デ
バイスと出力デバイスとの間のメディアデータの周期的
な高速転送を実行する場合、タイマからCPUへの周期
的な割り込みにより割り込み処理プログラムを起動し、
該割り込み処理プログラムでDMAコントローラの動作
を制御することとしていた。具体的には、第1のステッ
プで、CPUは、DMAコントローラの転送元アドレス
レジスタ、転送先アドレスレジスタ及び転送サイズレジ
スタに1ブロック転送のための適切な値を設定する。第
2のステップでは、タイマからCPUへの割り込みによ
り、割り込み処理プログラムが起動される。この割り込
み処理プログラムの実行により、CPUからDMAコン
トローラへ1ブロック転送の開始要求が発せられる。第
3のステップでは、この転送開始要求に応答して、DM
Aコントローラが1ブロック転送の実行を制御する。1
ブロック転送の実行が終了すると、その旨がDMAコン
トローラからCPUへ通知される。メディアデータの転
送を継続する場合には、上記第2のステップ以降の処理
が繰り返される。
In a conventional computer system having a CPU, a main memory, an input device, an output device and a DMA controller, between the input device and the main memory, between the main memory and the output device, between different areas of the main memory, or When performing periodic high-speed transfer of media data between the input device and the output device, the interrupt processing program is started by the periodic interrupt from the timer to the CPU,
The operation of the DMA controller is controlled by the interrupt processing program. Specifically, in the first step, the CPU sets appropriate values for one block transfer in the transfer source address register, transfer destination address register, and transfer size register of the DMA controller. In the second step, the interrupt processing program is activated by the interrupt from the timer to the CPU. By executing this interrupt processing program, the CPU issues a request to start 1-block transfer to the DMA controller. In the third step, in response to this transfer start request, DM
The A controller controls the execution of one block transfer. 1
When the execution of the block transfer is completed, the DMA controller notifies the CPU to that effect. When continuing the transfer of the media data, the processing from the second step onward is repeated.

【0004】[0004]

【発明が解決しようとする課題】上記のような従来の構
成は、CPUへの周期的な割り込みにより割り込み処理
プログラムを起動し、該割り込み処理プログラムでDM
Aコントローラの動作を制御することによりメディアデ
ータの周期的な転送を実現していたので、次のような問
題を有していた。
In the conventional configuration as described above, the interrupt processing program is activated by a periodic interrupt to the CPU, and the DM is executed by the interrupt processing program.
Since the periodical transfer of the media data is realized by controlling the operation of the A controller, it has the following problems.

【0005】第1に、CPUにDMAコントローラの動
作を制御するための周期的割り込み処理プログラムが必
要である。そのため、プログラムのサイズが大きくな
る。
First, the CPU needs a periodic interrupt processing program for controlling the operation of the DMA controller. Therefore, the size of the program becomes large.

【0006】第2に、CPUに周期的に割り込みが発生
し、そのつど割り込み処理プログラムを実行するのでC
PUの負担が増大する。
Secondly, since interrupts are periodically generated in the CPU and the interrupt processing program is executed each time, C
The burden on the PU increases.

【0007】第3に、CPUの高いリアルタイム性が要
求され、計算機システムのコストが高くなる。メディア
データを取り扱う場合にはデータの連続性を保つことが
重要であり、CPUに割り込みが発生してからDMAコ
ントローラを起動するまでの処理時間を一定時間以下に
する必要がある。そのため、CPUの高いリアルタイム
性を実現するためのソフトウェア、ハードウェアが要求
される。
Third, high real-time performance of the CPU is required, which increases the cost of the computer system. When handling media data, it is important to maintain the continuity of the data, and it is necessary to set the processing time from when an interrupt is generated in the CPU to when the DMA controller is activated to a fixed time or less. Therefore, software and hardware for realizing the high real-time performance of the CPU are required.

【0008】第4に、周期の異なる複数のメディアを同
時に取り扱う場合には、より高いリアルタイム性がCP
Uに要求される。この場合には、それぞれのメディアの
取り扱い周期の最小公倍数の周期でCPUに同時割り込
みが発生し、どのメディアに対応する転送を行なうかを
割り込み処理プログラムで判断する必要が生じる。その
ため、CPUの負担はさらに増大する。
[0008] Fourth, when a plurality of media having different periods are handled at the same time, the higher real-time property is CP.
Required by U. In this case, simultaneous interrupts are generated in the CPU in a cycle of the least common multiple of the handling cycle of each medium, and it becomes necessary for the interrupt processing program to determine which medium corresponds to the transfer. Therefore, the load on the CPU is further increased.

【0009】本発明の目的は、上記諸問題に鑑み、メデ
ィアデータの周期的な高速転送に適したDMAコントロ
ーラを提供することにある。
In view of the above problems, an object of the present invention is to provide a DMA controller suitable for periodic high-speed transfer of media data.

【0010】[0010]

【課題を解決するための手段】上記目的を達成するた
め、本発明は、ブロック転送の再起動を制御するための
タイマ部を内蔵したDMAコントローラの構成を採用し
たものである。
In order to achieve the above object, the present invention adopts a structure of a DMA controller having a timer unit for controlling restart of block transfer.

【0011】具体的には、本発明のDMAコントローラ
は、始動信号がアサートされる毎に1ブロック転送の実
行を制御しかつ1ブロック転送の実行が終了する毎に待
機要求信号をアサートするための第1の手段と、該第1
の手段の制御による1ブロック転送の実行に要する時間
より長い周期で反復要求信号をアサートするための第2
の手段と、開始要求信号がアサートされた場合又は前記
第1の手段が待機要求信号をアサートした後にかつ停止
要求信号がアサートされる前に前記第2の手段が反復要
求信号をアサートした場合には前記第2の手段の計時動
作を起動しかつ前記第1の手段への始動信号をアサート
するための第3の手段とを備えた構成を採用したもので
ある。
Specifically, the DMA controller of the present invention controls the execution of one block transfer each time the start signal is asserted, and asserts the wait request signal each time the execution of one block transfer ends. First means and the first
For asserting the repeat request signal in a cycle longer than the time required to execute one block transfer under the control of the means of
And a second request asserts a repeat request signal after the first request asserts a wait request signal and before the stop request signal is asserted. Adopts a configuration including a third means for activating the timing operation of the second means and asserting a start signal to the first means.

【0012】[0012]

【作用】本発明のDMAコントローラによれば、第3の
手段は、転送停止モードと、転送実行モードと、待機モ
ードとの3つの内部状態を有する。開始要求信号がアサ
ートされると、第3の手段は、転送停止モードから転送
実行モードへ遷移して、第2の手段の計時動作を起動し
かつ第1の手段への始動信号をアサートする。第1の手
段は、始動信号のアサートを受けて、1ブロック転送の
実行を制御し、該1ブロック転送の終了時点で待機要求
信号をアサートする。このとき、第3の手段は、待機要
求信号のアサートを受けて、転送実行モードから待機モ
ードへ遷移する。第2の手段は第1の手段の制御による
1ブロック転送の実行に要する時間より長い周期で反復
要求信号をアサートするようになっており、待機モード
において停止要求信号がアサートされる前に第2の手段
から反復要求信号がアサートされると、第3の手段は、
待機モードから転送実行モードへ遷移して、第2の手段
の計時動作を再起動し、かつ次のブロック転送が実行さ
れるように第1の手段への始動信号を再びアサートす
る。つまり、CPUの介在なしにブロック転送が自動的
に再起動される。
According to the DMA controller of the present invention, the third means has three internal states of a transfer stop mode, a transfer execution mode and a standby mode. When the start request signal is asserted, the third means transits from the transfer stop mode to the transfer execution mode to activate the timing operation of the second means and assert the start signal to the first means. The first means receives the assertion of the start signal, controls the execution of the one block transfer, and asserts the wait request signal at the end of the one block transfer. At this time, the third means makes a transition from the transfer execution mode to the standby mode in response to the assertion of the standby request signal. The second means is adapted to assert the repeat request signal in a cycle longer than the time required to execute one block transfer under the control of the first means, and in the standby mode, the second request is issued before the stop request signal is asserted. When the repeat request signal is asserted from the means of, the third means:
A transition is made from the standby mode to the transfer execution mode to restart the timing operation of the second means and reassert the start signal to the first means so that the next block transfer will be executed. That is, the block transfer is automatically restarted without CPU intervention.

【0013】[0013]

【実施例】図1は、本発明の実施例に係るDMAコント
ローラを備えた計算機システムの概略構成を示してい
る。図1において、200は本発明の実施例に係るDM
Aコントローラ、201はCPU、202は主記憶、2
03は出力デバイス、204は入力デバイス、3はこれ
らの回路ブロック間を結ぶシステムバスである。システ
ムバス3は、アドレスバス及びデータバスを備えてい
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 shows a schematic configuration of a computer system including a DMA controller according to an embodiment of the present invention. In FIG. 1, reference numeral 200 denotes a DM according to an embodiment of the present invention.
A controller, 201 is CPU, 202 is main memory, 2
Reference numeral 03 is an output device, 204 is an input device, and 3 is a system bus connecting these circuit blocks. The system bus 3 has an address bus and a data bus.

【0014】DMAコントローラ200は、入力デバイ
ス204と主記憶202との間のDMA転送を実行する
第1の転送モードと、主記憶202と出力デバイス20
3との間のDMA転送を実行する第2の転送モードと、
主記憶202の異なる領域間のDMA転送を実行する第
3の転送モードと、入力デバイス204と出力デバイス
203との間のDMA転送を実行する第4の転送モード
とを有するものである。転送サイズは、1ワード(4バ
イト)を単位とするものとする。DMAコントローラ2
00は、後述するように複数の制御レジスタを内蔵した
プログラマブルな回路ブロックであって、制御レジスタ
を特定するためのアドレスと、該アドレスによって特定
された制御レジスタに書き込むべきデータ(制御情報)
とが、CPU201からシステムバス3を介してPIO
制御方式で供給される。入力デバイス204及び出力デ
バイス203にも同様のPIO制御方式が採用される。
The DMA controller 200 has a first transfer mode for executing a DMA transfer between the input device 204 and the main memory 202, and the main memory 202 and the output device 20.
A second transfer mode for performing a DMA transfer to and from
It has a third transfer mode for executing a DMA transfer between different areas of the main memory 202 and a fourth transfer mode for executing a DMA transfer between the input device 204 and the output device 203. The transfer size is in units of 1 word (4 bytes). DMA controller 2
Reference numeral 00 denotes a programmable circuit block having a plurality of control registers built therein as described later, and an address for specifying the control register and data (control information) to be written in the control register specified by the address.
And PIO from the CPU 201 via the system bus 3.
Supplied by control method. The same PIO control method is adopted for the input device 204 and the output device 203.

【0015】DMAコントローラ200の内部構成を図
2に示す。図2において、1はブロック転送の実行を制
御するようにアドレスを順次生成するためのアドレス生
成部、2はブロック転送の再起動を制御するためのタイ
マ部、10はDMAコントローラ200の内部全体動作
を制御するための制御部、11はデータを一時的に保持
するためのデータバッファ、12はシステムバス3との
インターフェースとして機能するバスインターフェース
である。バスインターフェース12とデータバッファ1
1とアドレス生成部1とタイマ部2との間には内部デー
タバス100が、バスインターフェース12とアドレス
生成部1との間には内部アドレスバス101がそれぞれ
設けられている。タイマ部2は、設定された分周数デー
タを保持するための分周数レジスタ50と、クロックを
計数するためのカウンタ51と、カウンタ51の計数値
と分周数レジスタ50の保持データとを比較するための
比較器52とを備えており、内部データバス100が分
周数レジスタ50に接続されている。110はカウンタ
リセット信号、111は反復要求信号、112は開始要
求信号、113は停止要求信号、114は待機要求信
号、115は始動信号である。タイマ部2の比較器52
は、カウンタ51の計数値と分周数レジスタ50の保持
データとが一致した時に反復要求信号111をアサート
する。
The internal structure of the DMA controller 200 is shown in FIG. In FIG. 2, reference numeral 1 is an address generation unit for sequentially generating addresses so as to control execution of block transfer, 2 is a timer unit for controlling restart of block transfer, and 10 is a whole internal operation of the DMA controller 200. Is a data buffer for temporarily holding data, and 12 is a bus interface that functions as an interface with the system bus 3. Bus interface 12 and data buffer 1
An internal data bus 100 is provided between the address generator 1, the address generator 1, and the timer unit 2, and an internal address bus 101 is provided between the bus interface 12 and the address generator 1. The timer unit 2 stores a frequency division number register 50 for holding the set frequency division number data, a counter 51 for counting a clock, a count value of the counter 51 and data held by the frequency division number register 50. The internal data bus 100 is connected to the frequency division number register 50. 110 is a counter reset signal, 111 is a repeat request signal, 112 is a start request signal, 113 is a stop request signal, 114 is a standby request signal, and 115 is a start signal. Comparator 52 of timer unit 2
Asserts the repeat request signal 111 when the count value of the counter 51 and the data held in the frequency division number register 50 match.

【0016】アドレス生成部1の内部構成を図3に示
す。図3において、13は設定された転送サイズを保持
するための転送サイズレジスタ、14は設定された転送
先アドレスを保持するための転送先アドレスレジスタ、
15は設定された転送元アドレスを保持するための転送
元アドレスレジスタである。これらのレジスタ13,1
4,15の設定データは、内部データバス100を通じ
て供給されるようになっている。16は、待機要求信号
114を出力するための比較器である。20、21、2
2は、それぞれ転送サイズ、転送先アドレス、転送元ア
ドレスの更新中の値を保持するためのレジスタである。
23、24、25、26はマルチプレクサ、27は入力
値から1を減ずるデクリメンタ、28、29は入力値に
4を加算するインクリメンタである。比較器16は、転
送サイズの更新中の値(レジスタ20の出力)が0にな
った時に待機要求信号114をアサートする。マルチプ
レクサ26は、転送先アドレスの更新中の値(レジスタ
21の出力)と転送元アドレスの更新中の値(レジスタ
22の出力)とを切り替えて内部アドレスバス101へ
出力するものである。
The internal configuration of the address generator 1 is shown in FIG. In FIG. 3, 13 is a transfer size register for holding the set transfer size, 14 is a transfer destination address register for holding the set transfer destination address,
Reference numeral 15 is a transfer source address register for holding the set transfer source address. These registers 13, 1
The setting data of 4 and 15 are supplied through the internal data bus 100. Reference numeral 16 is a comparator for outputting the standby request signal 114. 20, 21, 2
Reference numeral 2 is a register for holding the values of the transfer size, the transfer destination address, and the transfer source address being updated.
Reference numerals 23, 24, 25 and 26 are multiplexers, 27 is a decrementer for subtracting 1 from the input value, and 28 and 29 are incrementers for adding 4 to the input value. The comparator 16 asserts the standby request signal 114 when the value of the transfer size being updated (output of the register 20) becomes 0. The multiplexer 26 switches between the value being updated of the transfer destination address (output of the register 21) and the value being updated of the transfer source address (output of the register 22) and outputs the value to the internal address bus 101.

【0017】図4は、図2中の制御部10の状態遷移図
である。制御部10は、3つの内部状態T0,T1,T
2を持っている。T0は転送停止モード、T1は転送実
行モード、T2は待機モードをそれぞれ示している。各
種制御レジスタの初期設定の後にCPU201からの制
御情報に応じてバスインターフェース12から開始要求
信号112がアサートされると、制御部10の内部状態
はT0(初期状態)からT1へ遷移し、該制御部10か
らカウンタリセット信号110と始動信号115とがア
サートされる。これにより、タイマ部2の計時動作が開
始すると同時に、アドレス生成部1による1ブロックの
転送制御が開始する。1ブロックの転送終了に伴ってア
ドレス生成部1から待機要求信号114がアサートされ
ると、制御部10の内部状態はT1からT2へ遷移す
る。この待機モードの内部状態T2でCPU201から
の制御情報に応じてバスインターフェース12から停止
要求信号113がアサートされると、制御部10の内部
状態はT2からT0へ遷移し、ブロック転送動作が完了
する。一方、タイマ部2はアドレス生成部1の制御によ
る1ブロック転送の実行に要する時間より長い周期で反
復要求信号111をアサートするようになっており、待
機モードの内部状態T2でタイマ部2から反復要求信号
111がアサートされると、制御部10の内部状態はT
2からT1へ遷移し、該制御部10からカウンタリセッ
ト信号110と始動信号115とがアサートされる。こ
れにより、タイマ部2の計時動作が再開すると同時に、
アドレス生成部1による次ブロックの転送制御が開始す
る。
FIG. 4 is a state transition diagram of the control unit 10 in FIG. The control unit 10 has three internal states T0, T1, T
I have 2. T0 indicates a transfer stop mode, T1 indicates a transfer execution mode, and T2 indicates a standby mode. When the start request signal 112 is asserted from the bus interface 12 according to the control information from the CPU 201 after the initialization of the various control registers, the internal state of the control unit 10 transits from T0 (initial state) to T1, and the control is performed. The counter reset signal 110 and the start signal 115 are asserted from the section 10. As a result, the timer unit 2 starts the time counting operation, and at the same time, the address generation unit 1 starts the transfer control of one block. When the address generation unit 1 asserts the standby request signal 114 with the completion of the transfer of one block, the internal state of the control unit 10 transits from T1 to T2. When the stop request signal 113 is asserted from the bus interface 12 in response to the control information from the CPU 201 in the internal state T2 of the standby mode, the internal state of the control unit 10 transits from T2 to T0, and the block transfer operation is completed. . On the other hand, the timer unit 2 is adapted to assert the repeat request signal 111 at a cycle longer than the time required to execute one block transfer under the control of the address generation unit 1, and repeats from the timer unit 2 in the internal state T2 in the standby mode. When the request signal 111 is asserted, the internal state of the control unit 10 becomes T
The transition from 2 to T1 occurs, and the control unit 10 asserts the counter reset signal 110 and the start signal 115. As a result, the timing operation of the timer unit 2 is restarted and at the same time,
The transfer control of the next block by the address generator 1 starts.

【0018】図5はDMAコントローラ200の全体動
作を示し、同図中のS1〜S7は各ステップに付した符
号である。図5中のブロック転送ステップS4の詳細を
図6に示す。
FIG. 5 shows the overall operation of the DMA controller 200, and S1 to S7 in the figure are the reference numerals assigned to the respective steps. Details of the block transfer step S4 in FIG. 5 are shown in FIG.

【0019】図1の計算機システムで音声を再生する場
合について、図5及び図6を参照しながら具体的に説明
する。音声データは入力デバイス204から入力され、
出力デバイス203に音声データを供給することによっ
て音声が再生されるものとする。DMAコントローラ2
00の転送モードとして、前記第4の転送モードが選択
される。DMAコントローラ200の転送サイズレジス
タ13、転送先アドレスレジスタ14、転送元アドレス
レジスタ15及び分周数レジスタ50には、それぞれ固
有のアドレスが割り当てられている。同様に転送制御用
のアドレスもDMAコントローラ200に割り当てられ
ており、このアドレスにCPU201が転送開始要求用
の値又は転送停止要求用の値を書き込むことでDMAコ
ントローラ200の動作を制御する。さらに、入力デバ
イス204の音声データ供給の開始・停止及び出力デバ
イス203の音声再生の開始・停止にも、それぞれアド
レスと制御用の値とが割り当てられている。
A case where sound is reproduced by the computer system shown in FIG. 1 will be specifically described with reference to FIGS. 5 and 6. The voice data is input from the input device 204,
It is assumed that the audio is reproduced by supplying the audio data to the output device 203. DMA controller 2
The fourth transfer mode is selected as the 00 transfer mode. Unique addresses are assigned to the transfer size register 13, the transfer destination address register 14, the transfer source address register 15, and the frequency division number register 50 of the DMA controller 200. Similarly, an address for transfer control is also assigned to the DMA controller 200, and the CPU 201 controls the operation of the DMA controller 200 by writing a value for a transfer start request or a value for a transfer stop request to this address. Further, an address and a control value are assigned to the start / stop of the audio data supply of the input device 204 and the start / stop of the audio reproduction of the output device 203, respectively.

【0020】図5中のステップS1では、DMAコント
ローラ200の転送元アドレスレジスタ15、転送先ア
ドレスレジスタ14、転送サイズレジスタ13及び分周
数レジスタ50の初期設定を実行する。この際、制御部
10の内部状態は転送停止モードT0である。例えば、
転送元アドレスレジスタ15の初期設定の際には、CP
U201は、PIO制御方式に従って、入力デバイス2
04が音声データを格納しているブロックの先頭アドレ
スをシステムバス3のデータバスに、転送元アドレスレ
ジスタ15に割り当てられたアドレスをシステムバス3
のアドレスバスにそれぞれ出力して、システムバス3上
に書き込みトランザクションを起こす。バスインターフ
ェース12は、システムバス3のアドレスバスの内容を
見て、転送元アドレスレジスタ15にシステムバス3の
データバスの値を格納する。転送先アドレスレジスタ1
4、転送サイズレジスタ13及び分周数レジスタ50の
初期設定も、同様のPIO制御方式に従って実行され
る。なお、分周数レジスタ50には、アドレス生成部1
の制御による1ブロック転送の実行に要する時間より長
い音声再生周期をカウンタ51のクロック周期で除して
得られた値が分周数データとして設定される。
In step S1 in FIG. 5, the transfer source address register 15, the transfer destination address register 14, the transfer size register 13 and the frequency division number register 50 of the DMA controller 200 are initialized. At this time, the internal state of the control unit 10 is the transfer stop mode T0. For example,
When initializing the transfer source address register 15,
U201 is the input device 2 according to the PIO control method.
Reference numeral 04 designates the start address of the block storing the audio data in the data bus of the system bus 3, and the address assigned to the transfer source address register 15 in the system bus 3.
To the address bus to generate a write transaction on the system bus 3. The bus interface 12 looks at the contents of the address bus of the system bus 3 and stores the value of the data bus of the system bus 3 in the transfer source address register 15. Transfer destination address register 1
4. Initialization of the transfer size register 13 and the frequency division number register 50 is also executed according to the same PIO control method. It should be noted that the frequency division register 50 includes the address generator 1
The value obtained by dividing the audio reproduction cycle longer than the time required to execute the one-block transfer under the control of 1) by the clock cycle of the counter 51 is set as the frequency division number data.

【0021】ステップS2では、DMAコントローラ2
00は、CPU201からの転送開始要求があるまで何
もしないで待つ。CPU201は、転送制御用に割り当
てられたアドレスに転送開始要求用の値を書き込むこと
でDMAコントローラ200に転送の開始を要求する。
それと同時に、入力デバイス204の音声供給制御に割
り当てられたアドレスに供給開始要求用の値を書き込む
ことで入力デバイス204に音声データの供給を開始さ
せ、かつ出力デバイス203の音声再生制御に割り当て
られたアドレスに再生開始要求用の値を書き込むことで
出力デバイス203に音声の再生を開始させる。DMA
コントローラ200のバスインターフェース12は、転
送開始要求であることを認識すると、制御部10への開
始要求信号112をアサートする。開始要求信号112
がアサートされると、制御部10は内部状態を転送停止
モードT0から転送実行モードT1にする。
In step S2, the DMA controller 2
00 waits without doing anything until there is a transfer start request from the CPU 201. The CPU 201 requests the DMA controller 200 to start the transfer by writing the value for the transfer start request to the address assigned for the transfer control.
At the same time, by writing the value for the supply start request to the address assigned to the audio supply control of the input device 204, the input device 204 is started to supply the audio data, and the audio reproduction control of the output device 203 is performed. By writing the value for the reproduction start request to the address, the output device 203 is caused to start reproducing the sound. DMA
When the bus interface 12 of the controller 200 recognizes that it is a transfer start request, it asserts a start request signal 112 to the control unit 10. Start request signal 112
Is asserted, the control unit 10 changes the internal state from the transfer stop mode T0 to the transfer execution mode T1.

【0022】ステップS3では、制御部10はカウンタ
リセット信号110のアサートによりカウンタ51を0
にリセットしてタイマ部2の計時動作を起動する。タイ
マ部2では、クロックによりカウンタ51が自動的にイ
ンクリメントされ、比較器52がカウンタ51の計数値
と分周数レジスタ50の保持データとを比較する。
In step S3, the control unit 10 resets the counter 51 to 0 by asserting the counter reset signal 110.
Then, the timer unit 2 is reset and the timekeeping operation of the timer unit 2 is started. In the timer unit 2, the counter 51 is automatically incremented by the clock, and the comparator 52 compares the count value of the counter 51 with the data held in the frequency division number register 50.

【0023】ステップS4では、制御部10は始動信号
115のアサートによりアドレス生成部1に1ブロック
の転送制御を開始させる。これにより、DMAコントロ
ーラ200の制御下で、転送元アドレスから転送先アド
レスへの転送サイズ分のデータ転送が実行される。アド
レス生成部1は、後述するように、1ブロック転送の終
了時点で待機要求信号114をアサートする。この待機
要求信号114のアサートにより、制御部10は内部状
態を転送実行モードT1から待機モードT2にする。
In step S4, the control unit 10 causes the address generation unit 1 to start the transfer control of one block by asserting the start signal 115. As a result, under the control of the DMA controller 200, data transfer of the transfer size from the transfer source address to the transfer destination address is executed. The address generator 1 asserts the wait request signal 114 at the end of the one-block transfer, as described later. By asserting the standby request signal 114, the control unit 10 changes the internal state from the transfer execution mode T1 to the standby mode T2.

【0024】ステップS5では、制御部10はバスイン
ターフェース12からの停止要求信号113のアサート
の有無を調べる。CPU201は、DMA転送を停止さ
せる場合には、転送制御用に割り当てられたアドレスに
転送停止要求用の値を書き込むことでDMAコントロー
ラ200に転送の停止を要求する。バスインターフェー
ス12は、転送停止要求であることを認識すると、制御
部10への停止要求信号113をアサートする。停止要
求信号113がアサートされると、制御部10は内部状
態を待機モードT2から転送停止モードT0にしてステ
ップS6へ進み、カウンタリセット信号110のアサー
トにより計時動作中のタイマ部2のカウンタ51を0に
リセットしたうえで、転送制御を終了する。この場合、
DMAコントローラ200の動作は終了となる。
In step S5, the control unit 10 checks whether or not the stop request signal 113 from the bus interface 12 is asserted. When stopping the DMA transfer, the CPU 201 requests the DMA controller 200 to stop the transfer by writing the value for the transfer stop request to the address assigned for the transfer control. When the bus interface 12 recognizes that it is a transfer stop request, it asserts a stop request signal 113 to the control unit 10. When the stop request signal 113 is asserted, the control unit 10 changes the internal state from the standby mode T2 to the transfer stop mode T0 and proceeds to step S6. By asserting the counter reset signal 110, the control unit 10 causes the counter 51 of the timer unit 2 which is operating to count time. After resetting to 0, the transfer control is ended. in this case,
The operation of the DMA controller 200 ends.

【0025】停止要求信号113のアサートがない場合
には、待機モードT2のままステップS5からステップ
S7へ進み、制御部10がタイマ部2からの反復要求信
号111のアサートの有無を調べる。反復要求信号11
1のアサートがない場合には、待機モードT2のままス
テップS5へ戻って、停止要求信号113又は反復要求
信号111がアサートされるまで待つ。タイマ部2の比
較器52は、カウンタ51の計数値と分周数レジスタ5
0の保持データとが一致した時に反復要求信号111を
アサートする。反復要求信号111がアサートされる
と、制御部10は内部状態を待機モードT2から転送実
行モードT1にしてステップS3へ戻る。したがって、
タイマ部2が再起動されたうえ、自動的に次ブロックの
転送制御が開始する。
When the stop request signal 113 is not asserted, the process proceeds from step S5 to step S7 in the standby mode T2, and the control section 10 checks whether or not the repeat request signal 111 is asserted from the timer section 2. Repeat request signal 11
When 1 is not asserted, the process returns to step S5 in the standby mode T2 and waits until the stop request signal 113 or the repeat request signal 111 is asserted. The comparator 52 of the timer unit 2 includes a count value of the counter 51 and a frequency division number register 5
When the held data of 0 matches, the repeat request signal 111 is asserted. When the repeat request signal 111 is asserted, the control unit 10 changes the internal state from the standby mode T2 to the transfer execution mode T1 and returns to step S3. Therefore,
The timer unit 2 is restarted and the transfer control of the next block is automatically started.

【0026】次に、図5中のブロック転送ステップS4
におけるアドレス生成部1(図3参照)の内部動作を、
図6を参照しながら詳細に説明する。図6中のS11〜
S15は各ステップに付した符号である。
Next, the block transfer step S4 in FIG.
The internal operation of the address generator 1 (see FIG. 3) in
This will be described in detail with reference to FIG. S11 to S11 in FIG.
S15 is a code given to each step.

【0027】ステップS11では、制御部10からの始
動信号115のアサートに応答して、マルチプレクサ2
3,24,25を介して転送サイズレジスタ13、転送
先アドレスレジスタ14及び転送元アドレスレジスタ1
5の保持データをそれぞれレジスタ20,21,22に
格納する。
In step S11, in response to the assertion of the start signal 115 from the control unit 10, the multiplexer 2
Transfer size register 13, transfer destination address register 14, and transfer source address register 1 via 3, 24, and 25.
The stored data of No. 5 is stored in the registers 20, 21, 22 respectively.

【0028】ステップS12では、比較器16がレジス
タ20の保持値(転送サイズの更新中の値)と0とを比
較する。レジスタ20の保持値が0になった時には、比
較器16は待機要求信号114をアサートする。そし
て、1ブロックの転送制御を終了する。
In step S12, the comparator 16 compares the value held in the register 20 (value being updated in transfer size) with 0. When the value held in the register 20 becomes 0, the comparator 16 asserts the wait request signal 114. Then, the transfer control of one block is completed.

【0029】レジスタ20の保持値が0でない場合に
は、ステップS12からステップS13へ進み、バスイ
ンターフェース12がレジスタ22の保持値(転送元ア
ドレスの更新中の値)をシステムバス3のアドレスバス
に出力して、読み込みトランザクションを起こす。読み
込んだデータは、データバッファ11に格納される。
If the value held in the register 20 is not 0, the process proceeds from step S12 to step S13, and the bus interface 12 transfers the value held in the register 22 (the value during the updating of the transfer source address) to the address bus of the system bus 3. Output and initiate a read transaction. The read data is stored in the data buffer 11.

【0030】ステップS14では、バスインターフェー
ス12がレジスタ21の保持値(転送先アドレスの更新
中の値)をシステムバス3のアドレスバスに、データバ
ッファ11のデータをシステムバス3のデータバスにそ
れぞれ出力して、書き込みトランザクションを起こす。
In step S14, the bus interface 12 outputs the value held in the register 21 (the value of the transfer destination address being updated) to the address bus of the system bus 3 and the data of the data buffer 11 to the data bus of the system bus 3. Then, a write transaction is initiated.

【0031】ステップS15では、デクリメンタ27と
マルチプレクサ23とを用いてレジスタ20の保持値か
ら1を減ずる。これと同時に、インクリメンタ28とマ
ルチプレクサ24とを用いてレジスタ21の保持値に4
を加え、インクリメンタ29とマルチプレクサ25とを
用いてレジスタ22の保持値に4を加える。そして、ス
テップS12に戻る。
In step S15, the decrementer 27 and the multiplexer 23 are used to subtract 1 from the value held in the register 20. At the same time, the incrementer 28 and the multiplexer 24 are used to change the value held in the register 21 to 4
Then, 4 is added to the value held in the register 22 by using the incrementer 29 and the multiplexer 25. Then, the process returns to step S12.

【0032】以上のステップS11〜S15の動作によ
り、入力デバイス204から出力デバイス203への1
ブロックの音声データのDMA転送が遂行される。次ブ
ロックの転送の際にはステップS11において転送サイ
ズレジスタ13、転送先アドレスレジスタ14及び転送
元アドレスレジスタ15の保持データがそれぞれレジス
タ20,21,22に再度格納されるので、同じ転送元
アドレスから同じ転送先アドレスへの同じ転送サイズ分
のデータ転送が実行される。
By the operations of the above steps S11 to S15, 1 is changed from the input device 204 to the output device 203.
The DMA transfer of the voice data of the block is performed. When transferring the next block, the data held in the transfer size register 13, the transfer destination address register 14, and the transfer source address register 15 are stored again in the registers 20, 21, 22 in step S11. Data transfer of the same transfer size to the same transfer destination address is executed.

【0033】以上のとおり、本実施例によれば、CPU
201がDMAコントローラ200に転送開始要求を与
えた後はDMAコントローラ200に内蔵されたタイマ
部2がブロック転送を自動的に再起動する構成を採用し
たので、CPU201に負担をかけずにメディアデータ
の周期的な高速転送を実行することができる。しかも、
分周数レジスタ50とカウンタ51と比較器52とを備
えたタイマ部2という特別なハードウェアでブロック転
送の再起動を高速制御することとしたので、メディアデ
ータの連続性を容易にかつ低コストで保つことができ
る。また、周期の異なる複数のメディアを同時に取り扱
う場合には、本実施例に係るDMAコントローラをメデ
ィアの数だけ用意し、それぞれのメディアの取り扱い周
期に応じた分周数データを各DMAコントローラの分周
数レジスタに設定すればよい。これにより、CPUに負
担をかけずに、複数のメディアデータの各々の周期的な
高速転送を同時に実行することができる。
As described above, according to this embodiment, the CPU
Since the timer unit 2 incorporated in the DMA controller 200 automatically restarts the block transfer after the 201 gives the transfer start request to the DMA controller 200, the CPU 201 can load the media data without burdening the media data. High-speed transfer can be performed periodically. Moreover,
Since the restart of the block transfer is controlled at high speed by the special hardware of the timer unit 2 including the frequency division number register 50, the counter 51, and the comparator 52, the continuity of the media data can be easily performed at low cost. Can be kept at. Further, when simultaneously handling a plurality of media having different cycles, the DMA controllers according to the present embodiment are prepared by the number of media, and the frequency division number data according to the handling cycle of each media is divided by each DMA controller. It may be set in the number register. Thereby, it is possible to simultaneously execute the periodic high-speed transfer of each of the plurality of media data without imposing a burden on the CPU.

【0034】なお、上記の具体例では入力デバイス20
4と出力デバイス203との間のDMA転送に係る第4
の転送モードのみを説明したが、本実施例のDMAコン
トローラ200によれば、前記第1〜第3の転送モード
でも同様に、CPU201に負担をかけずにメディアデ
ータの周期的な高速転送を実行することができる。
In the above specific example, the input device 20
4 relating to the DMA transfer between the B.4 and the output device 203
However, according to the DMA controller 200 of the present embodiment, the periodic high-speed transfer of the media data can be performed without burdening the CPU 201 in the first to third transfer modes. can do.

【0035】[0035]

【発明の効果】以上説明してきたとおり、本発明によれ
ば、ブロック転送の再起動を制御するためのタイマ部を
内蔵したDMAコントローラの構成を採用し、CPUの
介在なしにブロック転送が自動的に再起動されるように
したので、DMAコントローラの動作を制御するための
周期的割り込み処理プログラムをCPUに設ける必要が
なく、プログラムサイズが縮小される。また、該周期的
割り込み処理プログラムをCPUが実行する必要がない
ので、CPUの負担が軽減される。また、ブロック転送
の再起動を制御するための特別なハードウェアをDMA
コントローラ内に設けたので、メディアデータの連続性
を容易にかつ低コストで保つことができる。周期の異な
る複数のメディアを同時に取り扱う場合への対応も容易
である。
As described above, according to the present invention, the structure of the DMA controller having the timer unit for controlling the restart of the block transfer is adopted, and the block transfer is automatically performed without the intervention of the CPU. Since it is restarted, it is not necessary to provide the CPU with a periodic interrupt processing program for controlling the operation of the DMA controller, and the program size is reduced. Further, since it is not necessary for the CPU to execute the periodic interrupt processing program, the load on the CPU is reduced. Also, special hardware for controlling the restart of block transfer is DMA
Since it is provided in the controller, the continuity of media data can be easily maintained at low cost. It is easy to handle the case where a plurality of media having different cycles are handled at the same time.

【0036】したがって、本発明によれば、メディアデ
ータの周期的な高速転送に適したDMAコントローラを
提供することができる。
Therefore, according to the present invention, it is possible to provide a DMA controller suitable for periodic high-speed transfer of media data.

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

【図1】本発明の実施例に係るDMAコントローラを備
えた計算機システムの概略構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing a schematic configuration of a computer system including a DMA controller according to an embodiment of the present invention.

【図2】図1中の本発明の実施例に係るDMAコントロ
ーラの内部構成を示すブロック図である。
FIG. 2 is a block diagram showing an internal configuration of a DMA controller according to the embodiment of the present invention in FIG.

【図3】図2中のアドレス生成部の内部構成を示すブロ
ック図である。
3 is a block diagram showing an internal configuration of an address generation unit in FIG.

【図4】図2中の制御部の状態遷移図である。FIG. 4 is a state transition diagram of a control unit in FIG.

【図5】図2のDMAコントローラの動作を示すフロー
チャート図である。
5 is a flowchart showing the operation of the DMA controller of FIG.

【図6】図5中のブロック転送ステップの詳細を示すフ
ローチャート図である。
FIG. 6 is a flowchart showing details of a block transfer step in FIG.

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

1 アドレス生成部(第1の手段) 2 タイマ部(第2の手段) 3 システムバス 10 制御部(第3の手段) 11 データバッファ 12 バスインターフェース 13 転送サイズレジスタ 14 転送先アドレスレジスタ 15 転送元アドレスレジスタ 16 比較器 20,21,22 レジスタ 23,24,25,26 マルチプレクサ 27 デクリメンタ 28,29 インクリメンタ 50 分周数レジスタ 51 カウンタ 52 比較器 100 内部データバス 101 内部アドレスバス 110 カウンタリセット信号 111 反復要求信号 112 開始要求信号 113 停止要求信号 114 待機要求信号 115 始動信号 200 DMAコントローラ 201 CPU 202 主記憶 203 出力デバイス 204 入力デバイス 1 Address Generation Unit (First Means) 2 Timer Unit (Second Means) 3 System Bus 10 Control Unit (Third Means) 11 Data Buffer 12 Bus Interface 13 Transfer Size Register 14 Transfer Destination Address Register 15 Transfer Source Address Register 16 Comparator 20, 21, 22 Register 23, 24, 25, 26 Multiplexer 27 Decrementer 28, 29 Incrementer 50 Dividing number register 51 Counter 52 Comparator 100 Internal data bus 101 Internal address bus 110 Counter reset signal 111 Repeat request Signal 112 Start request signal 113 Stop request signal 114 Standby request signal 115 Start signal 200 DMA controller 201 CPU 202 Main memory 203 Output device 204 Input device

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 始動信号がアサートされる毎に1ブロッ
ク転送の実行を制御し、かつ1ブロック転送の実行が終
了する毎に待機要求信号をアサートするための第1の手
段と、 前記第1の手段の制御による1ブロック転送の実行に要
する時間より長い周期で反復要求信号をアサートするた
めの第2の手段と、 開始要求信号がアサートされた場合又は前記第1の手段
が待機要求信号をアサートした後にかつ停止要求信号が
アサートされる前に前記第2の手段が反復要求信号をア
サートした場合には、前記第2の手段の計時動作を起動
しかつ前記第1の手段への始動信号をアサートするため
の第3の手段とを備えたことを特徴とするDMAコント
ローラ。
1. A first means for controlling execution of one-block transfer each time a start signal is asserted, and asserting a wait request signal each time execution of one-block transfer is completed, and the first means. Second means for asserting the repeat request signal in a cycle longer than the time required to execute one block transfer under the control of the means of :, and when the start request signal is asserted or the first means transmits the wait request signal. If the second means asserts the repeat request signal after asserting and before the stop request signal is asserted, it activates the timing operation of the second means and the start signal to the first means. And a third means for asserting.
【請求項2】 請求項1記載のDMAコントローラにお
いて、 前記第1の手段は、 設定された転送元アドレスを保持するための転送元アド
レスレジスタと、 設定された転送先アドレスを保持するための転送先アド
レスレジスタと、 設定された転送サイズを保持するための転送サイズレジ
スタとを備えたことを特徴とするDMAコントローラ。
2. The DMA controller according to claim 1, wherein the first means is a transfer source address register for holding a set transfer source address, and a transfer for holding a set transfer destination address. A DMA controller comprising a destination address register and a transfer size register for holding a set transfer size.
【請求項3】 請求項1記載のDMAコントローラにお
いて、 前記第2の手段は、 設定された分周数データを保持するための分周数レジス
タと、 クロックを計数するためのカウンタと、 前記カウンタの計数値が前記分周数レジスタの保持デー
タと一致したときに前記反復要求信号をアサートするた
めの比較器とを備えたことを特徴とするDMAコントロ
ーラ。
3. The DMA controller according to claim 1, wherein the second means is a frequency division number register for holding set frequency division number data, a counter for counting a clock, and the counter. And a comparator for asserting the repetitive request signal when the count value of 1 is matched with the data held in the frequency division number register.
JP5240195A 1995-03-13 1995-03-13 Dma controller Withdrawn JPH08249267A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5240195A JPH08249267A (en) 1995-03-13 1995-03-13 Dma controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5240195A JPH08249267A (en) 1995-03-13 1995-03-13 Dma controller

Publications (1)

Publication Number Publication Date
JPH08249267A true JPH08249267A (en) 1996-09-27

Family

ID=12913790

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5240195A Withdrawn JPH08249267A (en) 1995-03-13 1995-03-13 Dma controller

Country Status (1)

Country Link
JP (1) JPH08249267A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006293800A (en) * 2005-04-13 2006-10-26 Sony Corp Information processing device and information processing method
WO2007003986A1 (en) 2005-06-30 2007-01-11 Freescale Semiconductor, Inc. Device and method for controlling an execution of a dma task
JP2011022781A (en) * 2009-07-15 2011-02-03 Mitsubishi Electric Corp Data transfer apparatus, data transfer method and data transfer program
US7930444B2 (en) 2005-06-30 2011-04-19 Freescale Semiconductor, Inc. Device and method for controlling multiple DMA tasks
US8176221B2 (en) 2007-04-11 2012-05-08 Renesas Electronics Corporation DMA controller
US8239587B2 (en) 2006-01-18 2012-08-07 Freescale Semiconductor, Inc. Device having data sharing capabilities and a method for sharing data
US8572296B2 (en) 2005-06-30 2013-10-29 Freescale Semiconductor, Inc. Device and method for arbitrating between direct memory access task requests

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006293800A (en) * 2005-04-13 2006-10-26 Sony Corp Information processing device and information processing method
US8412864B2 (en) 2005-04-13 2013-04-02 Sony Corporation Information processing apparatus and information processing method
WO2007003986A1 (en) 2005-06-30 2007-01-11 Freescale Semiconductor, Inc. Device and method for controlling an execution of a dma task
US7930444B2 (en) 2005-06-30 2011-04-19 Freescale Semiconductor, Inc. Device and method for controlling multiple DMA tasks
US8001430B2 (en) 2005-06-30 2011-08-16 Freescale Semiconductor, Inc. Device and method for controlling an execution of a DMA task
US8572296B2 (en) 2005-06-30 2013-10-29 Freescale Semiconductor, Inc. Device and method for arbitrating between direct memory access task requests
US8239587B2 (en) 2006-01-18 2012-08-07 Freescale Semiconductor, Inc. Device having data sharing capabilities and a method for sharing data
US8176221B2 (en) 2007-04-11 2012-05-08 Renesas Electronics Corporation DMA controller
US8266340B2 (en) 2007-04-11 2012-09-11 Renesas Electronics Corporation DMA controller
JP2011022781A (en) * 2009-07-15 2011-02-03 Mitsubishi Electric Corp Data transfer apparatus, data transfer method and data transfer program

Similar Documents

Publication Publication Date Title
WO2002088935A1 (en) System and method for efficiently performing a data transfer operation
JPH1091572A (en) Data transfer method and data transfer device using the method
EP0055623B1 (en) Direct memory-access mode for a high-speed memory system
JP2007102646A (en) Context switching device
JPH08249267A (en) Dma controller
EP0973093A2 (en) Method of and apparatus for processing information, and providing medium
JP3803196B2 (en) Information processing apparatus, information processing method, and recording medium
JPS6290742A (en) Method and apparatus for upgrading performance of cpu
JP2981711B2 (en) Disk storage device
JPH06103225A (en) Chain type dma system and dma controller therefor
JP2846760B2 (en) Programmable controller
JP3028932B2 (en) I / O buffer memory circuit
JPH08149160A (en) Data receiver
JPH02140852A (en) Dma transfer controller
JP2003122626A (en) High performance graphics controller
JP2577613Y2 (en) Information processing device
JP2923869B2 (en) Event input circuit
JP2847729B2 (en) Information processing device
JPH0567035A (en) Data alignment system for dma transfer
JPS6118032A (en) External memory controller
JP2001325217A (en) Transaction execution method
JPH11242647A (en) Information processor
JPH04246764A (en) Data processor
JPH09297730A (en) Method for transferring data through bus and bus master controller
JP2002132745A (en) Digital signal processor

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