JPH0693240B2 - Program synchronization circuit - Google Patents
Program synchronization circuitInfo
- Publication number
- JPH0693240B2 JPH0693240B2 JP62289562A JP28956287A JPH0693240B2 JP H0693240 B2 JPH0693240 B2 JP H0693240B2 JP 62289562 A JP62289562 A JP 62289562A JP 28956287 A JP28956287 A JP 28956287A JP H0693240 B2 JPH0693240 B2 JP H0693240B2
- Authority
- JP
- Japan
- Prior art keywords
- signal
- flag
- program
- reset
- flop
- 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
- Executing Machine-Instructions (AREA)
- Complex Calculations (AREA)
Description
【発明の詳細な説明】 [産業上の利用分野] この発明は外部からの同期信号と信号処理プログラムと
の同期回路、特にフラグセンス・アンドクリア命令を削
除して、信号処理ステップ数の増加を目的としたプログ
ラムの同期回路に関するものである。DETAILED DESCRIPTION OF THE INVENTION [Industrial field of application] The present invention increases the number of signal processing steps by deleting a synchronizing circuit for synchronizing a synchronizing signal from the outside and a signal processing program, particularly a flag sense and clear instruction. The present invention relates to a synchronization circuit for a target program.
[従来の技術] 従来例えば音声信号等を量子化したデジタル信号を取扱
うデジタル信号処理装置は、例えば特開昭56-101266号
公報に示されるように、複数のサンプリングレートをも
つ複数の演算処理器により構成されている。この演算処
理をマイクロプログラム方式のデジタル信号処理プロセ
ッサで実行する場合には、複数のサンプリングレートを
もつフィルタ演算の同期性を必要とした。[Prior Art] Conventionally, a digital signal processing device for handling a digital signal obtained by quantizing a voice signal or the like is disclosed in, for example, Japanese Patent Application Laid-Open No. 56-101266, and has a plurality of arithmetic processors having a plurality of sampling rates. It is composed by. When this arithmetic processing is executed by the digital signal processor of the micro program system, the synchronism of the filter arithmetic having a plurality of sampling rates is required.
例えば8KHzのフィルタ演算と32KHzのフィルタ演算の同
期をとるためには、8KHzのフィルタ演算処理を1回実行
する度に、32KHzのフィルタ演算処理は4回実行する必
要がある。このため外部に複数個のイベントフラグを設
け、これらのフラグのセット・リセットをハードウエア
又はソフトウエアにより制御すると共に、プログラムに
よりこれらのフラグの状態を判定する命令(一般にこれ
を「フラグセンス」命令という。)を用いる方法によ
り、フィルタ演算処理間の同期や外部機器用インターフ
エイスとの同期を行っていた。そしてマイクロプログラ
ム方式で実現されているデジタル信号処理装置におい
て、この種の実時間演算を実行する場合、プログラムの
処理ステップ数は多い方が演算処理能力は向上するが、
時間的制約から止むを得ずプログラムの処理ステップの
削減が必要となる場合が多い。For example, in order to synchronize the filter operation of 8 KHz and the filter operation of 32 KHz, it is necessary to execute the filter operation process of 32 KHz four times each time the filter operation process of 8 KHz is executed once. For this reason, a plurality of event flags are provided externally, and the setting / resetting of these flags is controlled by hardware or software, and the state of these flags is determined by a program (generally, this is a "flag sense" instruction. That is, the synchronization between the filter calculation processing and the synchronization with the interface for the external device were performed. Then, in a digital signal processing device realized by a microprogram method, when executing this kind of real-time calculation, the larger the number of processing steps of the program, the higher the calculation processing capacity,
Due to time constraints, it is often necessary to reduce the processing steps of the program.
また同期をとるためのプログラム命令としては、フラグ
のオン・オフを判定するための「フラグセンス」命令
と、プログラムでフラグをリセットするための「フラグ
クリア」命令があり、この2つの命令が同期をとる周期
毎に必要となるため、プログラムの処理ステップ数の削
減ができない原因となっている。Further, as program instructions for achieving synchronization, there are a "flag sense" instruction for determining whether a flag is on or off and a "flag clear" instruction for resetting a flag by a program, and these two instructions are synchronized. Since it is necessary for each cycle, the number of processing steps of the program cannot be reduced.
そしてこのプログラムの処理ステップ数を削減するた
め、フラグのセンスとクリアーを1つの命令即ち「フラ
グセンス・アンドクリア」命令で構成し、1ステップで
フラグの判定とフラグのクリアを行なう手法により、あ
る程度の改善は行われていた。In order to reduce the number of processing steps of this program, the flag sense and clear are configured by one command, that is, a "flag sense and clear" command, and the flag determination and flag clear are performed in one step. Was being improved.
[発明が解決しようとする問題点] しかしながら上記説明した従来技術では、1つのフラグ
との同期をとるために、一周期毎に最低「フラグセンス
・アンドクリア」命令が1ステップ必要であり、この命
令は削減できないから、この種の実時間処理を行なうデ
ジタル信号処理の分野では、同期のためのステップ数を
削減し、その他の処理ステップ数の増大による演算処理
能力の向上には限界があり、満足できるものではなかっ
た。[Problems to be Solved by the Invention] However, in the conventional technique described above, at least one "flag sense and clear" instruction is required for each cycle in order to synchronize with one flag. Since the number of instructions cannot be reduced, in the field of digital signal processing that performs this kind of real-time processing, the number of steps for synchronization is reduced, and there is a limit to improving the arithmetic processing capacity by increasing the number of other processing steps. I was not satisfied.
この発明は外部との同期処理を要するデジタル信号処理
装置において、フラグとの同期をとる「フラグセンス・
アンドクリア」命令の削減を可能にし、プログラムに柔
軟性をもたせ、デジタル信号処理プロセッサの処理能力
を向上させることを目的とする。The present invention is a digital signal processing device that requires a synchronization process with the outside.
The purpose is to enable reduction of "and-clear" instructions, to give flexibility to the program, and to improve the processing capability of the digital signal processor.
[問題点を解決するための手段] この発明は外部からの周期性同期信号と内部プログラム
との同期動作を必要とするデジタル信号処理装置におい
て、次のような手段を設けたものである。[Means for Solving Problems] The present invention is to provide the following means in a digital signal processing device which requires a synchronous operation of a periodic synchronizing signal from the outside and an internal program.
外部からの周期性同期信号が得られる周期毎にハード
ウエアは自動的に該当フラグをセットする。The hardware automatically sets the corresponding flag in each cycle in which the external periodic synchronization signal is obtained.
ソフトウエアは時間的余裕のある場合、一周期内に
「フラグセンス・アンドクリア」命令をプログラムし
て、該当フラグのリセットをプログラムにより行なう。When the software has time, the software programs the "flag sense and clear" command within one cycle and resets the corresponding flag programmatically.
ソフトウエアは一周期内の信号処理ステップが増加し
時間的余裕がない場合、「フラグセンス・アンドクリ
ア」命令を削減できる。この場合はハードウェアが次の
周期性同期信号の致来前に、該当フラグを強制的にリセ
ットする。The software can reduce the "flag sense and clear" instruction when the signal processing steps in one cycle increase and there is no time margin. In this case, the hardware forcibly resets the corresponding flag before the arrival of the next periodic synchronization signal.
このような手段により同期用フラグが連続的にオン状態
となるのを防止し、デジタル信号処理装置が外部からの
周期性同期信号との同期を保ちながら動作できるように
した。By such means, the synchronization flag is prevented from being continuously turned on, and the digital signal processing device can operate while maintaining synchronization with the external periodic synchronization signal.
[作用] この発明においては外部からの周期性同期信号に対応し
たフラグのセット・リセットを次のように実行し信号処
理装置の同期動作を行なう。[Operation] In the present invention, the setting and resetting of the flag corresponding to the external periodic synchronizing signal is executed as follows to perform the synchronizing operation of the signal processing device.
先ずフラグのセットはハードウエアにより自動的に周期
性同期信号が得られる度に行われる。First, the flag is set every time the hardware automatically obtains the periodic synchronization signal.
上記フラグのリセットは通常ソフトウエアの「フラグセ
ンス・アンドクリア」命令により一周期内に行われる
が、前記命令が削除された場合は、ハードウエアが代っ
てその周期内に強制的に行なう。The flag is normally reset within one cycle by a "flag sense and clear" instruction of software, but if the above instruction is deleted, the hardware will instead force it within that cycle.
このようにして信号処理装置の処理ステップ数が増加
し、止むを得ず「フラグセンス・アンドクリア」命令が
削除された場合でも、フラグが連続してオン状態となる
ことを防止し、プログラムの周期判定に誤りがないよう
にしたものである。In this way, the number of processing steps of the signal processing device increases, and even if the "flag sense and clear" instruction is unavoidably deleted, it is possible to prevent the flag from continuously turning on, and There is no error in the cycle determination.
[実施例] 第1図はこの発明の一実施例を示す回路図で、1はセッ
ト信号入力端子、2はリセット信号入力端子、3はフラ
グ信号Fを出力するフリップフロップ、4は信号処理プ
ロセッサ、5は入力信号を解読し出力信号を発生するデ
コーダ、6はアンドゲート、7はオアゲート、8は信号
処理プロセッサ4内のテスト入力端子である。またT1は
フラグセット信号、T2はフラグリセット信号、Dはデコ
ーダからの出力信号、Fはフリップフロップ3の出力す
るフラグ信号である。[Embodiment] FIG. 1 is a circuit diagram showing an embodiment of the present invention. 1 is a set signal input terminal, 2 is a reset signal input terminal, 3 is a flip-flop for outputting a flag signal F, and 4 is a signal processor. Reference numeral 5 is a decoder for decoding an input signal and generating an output signal, 6 is an AND gate, 7 is an OR gate, and 8 is a test input terminal in the signal processor 4. Further, T 1 is a flag set signal, T 2 is a flag reset signal, D is an output signal from the decoder, and F is a flag signal output from the flip-flop 3.
また第2図は第1図の動作を説明するための波形図であ
り、(イ)はフラグセット信号T1、(ロ)はフラグリセ
ット信号T2、(ハ)はデコーダ出力信号D、(ニ)はフ
ラグ信号Fの波形をそれぞれ示す。Further, FIG. 2 is a waveform diagram for explaining the operation of FIG. 1, in which (a) is a flag set signal T 1 , (b) is a flag reset signal T 2 , (c) is a decoder output signal D, ( D) shows the waveform of the flag signal F, respectively.
第2図の波形を参照しながら、第1図の回路動作につき
説明する。先ずセット信号入力端子1より周期的なフラ
グセット信号T1がフリップフロップ3のセット端子Sに
入力されると、フリップフロップ3は周期的にセットさ
れ、その端子Qから出力されるフラグ信号Fは高レベル
となる。このフラグ信号Fは信号処理プロセッサ4内の
テスト入力端子8に入力され、信号処理プロセッサ4は
プログラムで実行する「フラグセンス・アンドクリア」
命令により、フラグの状態を判定し、その結果によりプ
ログラムの実行番地の制御を行なう。同時にデコーダ5
はこの命令の実行時にパルス状のデコーダ出力信号Dを
出力する。このデコーダ出力信号Dはアンドゲート6の
入力の一端に印加され、入力の他端に印加されるフラグ
信号Fとの論理積演算を行ない、その出力信号はオアゲ
ート7を介してフリップフロップ3のリセット端子Rに
入力される。従ってプログラムが「フラグセンス・アン
ドクリア」命令を実行する時に、フリップフロップ3が
既にセットされフラグ信号Fが高レベルの場合、アンド
ゲート6は出力信号を発生するから、フリップフロップ
3がリセットされフラグ信号Fは低レベルとなる。この
フラグ信号Fの波形を第2図周期(1)の(ニ)に示
す。The circuit operation of FIG. 1 will be described with reference to the waveforms of FIG. First, when the periodic flag set signal T 1 is input from the set signal input terminal 1 to the set terminal S of the flip-flop 3, the flip-flop 3 is periodically set, and the flag signal F output from the terminal Q is High level. This flag signal F is input to the test input terminal 8 in the signal processor 4, and the signal processor 4 executes "flag sense and clear" by a program.
The state of the flag is determined by the instruction, and the execution address of the program is controlled according to the result. Decoder 5 at the same time
Outputs a pulsed decoder output signal D when this instruction is executed. The decoder output signal D is applied to one end of the input of the AND gate 6, and a logical product operation is performed with the flag signal F applied to the other end of the input, and the output signal is reset via the OR gate 7 to the flip-flop 3. Input to the terminal R. Therefore, when the program executes the "flag sense and clear" instruction, if the flip-flop 3 is already set and the flag signal F is at a high level, the AND gate 6 generates an output signal, so that the flip-flop 3 is reset and the flag is reset. The signal F goes low. The waveform of the flag signal F is shown in (d) of cycle (1) of FIG.
次に「フラグセンス・アンドクリア」命令が削除された
場合は、フラグ信号Fがテスト入力端子8に入力されて
も、デコーダ5はデコーダ出力信号Dを発生しない。し
かしながらリセット入力端子2からはフラグリセット信
号T2が直接オアゲート7に入力され、その出力はフリッ
プフロップ3のリセット端子Rに接続されているため、
このフラグリセット信号T2によりフリップフロップ3は
リセットされフラグ信号Fは低レベルとなる。このフラ
グ信号Fの波形を第2図周期(2)の(ニ)に示す。Next, when the "flag sense and clear" instruction is deleted, the decoder 5 does not generate the decoder output signal D even if the flag signal F is input to the test input terminal 8. However, since the flag reset signal T 2 is directly input to the OR gate 7 from the reset input terminal 2 and its output is connected to the reset terminal R of the flip-flop 3,
The flag reset signal T 2 resets the flip-flop 3 and the flag signal F becomes low level. The waveform of the flag signal F is shown in (d) of cycle (2) of FIG.
また第3図は本実施例におけるプログラムのフローチャ
ートである。同図においてステップ11及びステップ14は
演算処理S、ステップ12及びステップ15は演算処理A、
ステップ13及びステップ15は演算処理Cを示す。また演
算処理Sには「フラグセンス・アンドクリア」命令が内
蔵されている。FIG. 3 is a flow chart of the program in this embodiment. In the figure, step 11 and step 14 are arithmetic processing S, step 12 and step 15 are arithmetic processing A,
Steps 13 and 15 show the calculation process C. Further, the arithmetic process S has a "flag sense and clear" command built therein.
第4図は第3図のプログラムフローを説明するための波
形図である。同図において(イ)は周期性同期信号、
(ロ)は周期性同期信号(イ)の立上りエッジにより作
られたフラグセット信号T1、(ハ)は周期性同期信号
(イ)の立下りエッジにより作られたフラグリセット信
号T2、(ニ)はA,B,C,Sのそれぞれの演算処理シーケン
ス、(ホ)はフラグ信号Fの波形を示している。FIG. 4 is a waveform diagram for explaining the program flow of FIG. In the figure, (a) is a periodic synchronization signal,
(B) is the flag set signal T 1 generated by the rising edge of the periodic synchronization signal (a), (c) is the flag reset signal T 2 generated by the falling edge of the periodic synchronization signal (a), ( (D) shows the respective arithmetic processing sequences of A, B, C, S, and (e) shows the waveform of the flag signal F.
次に第4図の波形を参照して第3図の動作を説明する。
第4図の周期(0)においては、信号処理装置は初期動
作として、第3図のステップ11に示される演算処理Sを
実行する。この演算処理Sには内部に「フラグセンス・
アンドクリア」命令を含んでいる。従って第4図の次の
周期(1)に入ると、フラグセット信号T1によりフラグ
信号Fがオンとなった直後に、図中P1で示されるプログ
ラム同期点でプログラムとの同期がとられ、フラグ信号
Fはリセットされる。そして第3図のステップ12,13,14
で示される演算処理A,B,Sがそれぞれ実行される。この
周期(1)では演算処理A,Bが共に短時間のため演算処
理Sも周期内に実行ができる。従って次の周期(2)に
入ると、前の周期と同様にフラグ信号Fのセットと図中
P2で示すプログラム同期点でプログラムとの同期がとら
れた後、フラグ信号Fのリセットがなされる。そして第
3図のステップ15及び16で示される演算処理A及びCが
実行される。しかし演算処理Cはプログラムのステップ
数が多いため、次の周期(3)の一部まで処理時間が延
長される。そこでこの周期(2)では演算処理Sが削除
されて再び第3図ステップ12,13,14で示される演算処理
A,B,Sを実行する周期(3)に入る。この周期(3)に
おいてはフラグ信号Fはセットされるがプログラムで
「フラグセンス・アンドクリア」命令が削除されている
ため直ちにリセットは行われず、フラグリセット信号T2
によりハードウエアを用いて図中Hの点においてリセッ
トがなされる。その結果次の周期(4)に入るとフラグ
信号Fはプログラム同期点P3において再び同期がとられ
た後にリセットが行われ、以後周期性同期信号(イ)に
同期しながら繰り返し第3図の信号処理プログラムを実
行することができる。Next, the operation of FIG. 3 will be described with reference to the waveforms of FIG.
In the cycle (0) of FIG. 4, the signal processing device executes the arithmetic processing S shown in step 11 of FIG. 3 as an initial operation. In this arithmetic processing S, "flag sense
Includes the "and clear" instruction. Therefore, in the next cycle (1) in FIG. 4, immediately after the flag signal F is turned on by the flag set signal T 1 , the program is synchronized with the program at the program synchronization point indicated by P 1 in the figure. , The flag signal F is reset. And steps 12, 13, and 14 in FIG.
The arithmetic processes A, B and S indicated by are respectively executed. In this cycle (1), since both the calculation processes A and B are short-time, the calculation process S can be executed within the cycle. Therefore, when the next cycle (2) is entered, the flag signal F is set and the same as in the previous cycle.
After synchronizing with the program at the program synchronization point indicated by P 2 , the flag signal F is reset. Then, the arithmetic processes A and C shown in steps 15 and 16 of FIG. 3 are executed. However, since the arithmetic processing C has a large number of steps in the program, the processing time is extended to a part of the next cycle (3). Therefore, in this cycle (2), the arithmetic processing S is deleted and the arithmetic processing shown in steps 12, 13, and 14 of FIG. 3 is performed again.
The cycle (3) for executing A, B, S is entered. In this period (3), the flag signal F is set, but since the "flag sense and clear" instruction is deleted in the program, the flag signal F is not immediately reset, and the flag reset signal T 2
Causes the hardware to be used to reset at point H in the figure. As a result, when the next period (4) is entered, the flag signal F is reset again after being synchronized at the program synchronization point P 3 , and thereafter, repeatedly in synchronization with the periodic synchronization signal (a). A signal processing program can be executed.
[発明の効果] 以上詳細に説明したように本発明によれば、プログラム
の同期用フラグのセットはハードウエアで行ない、リセ
ットをプログラムによる「フラグセンス・アンドリセッ
ト」命令と強制的にハードウエアにより行なう手段とを
併用したため、プログラムの処理ステップ数が増加した
場合に「フラグセンス・アンドクリア」命令を削除して
もプログラムの同期処理を維持できるので、プログラム
の処理ステップ数の増加による演算処理能力の向上が実
現できる。[Effects of the Invention] As described in detail above, according to the present invention, the flag for synchronization of a program is set by hardware, and reset is performed by a "flag sense and reset" instruction by the program and by hardware. Since it is used together with the means for performing, the program synchronous processing can be maintained even if the "flag sense and clear" instruction is deleted when the number of processing steps of the program increases, so the arithmetic processing capacity by increasing the number of processing steps of the program Can be improved.
第1図は本発明に係るプログラム同期回路図、第2図は
第1図の動作を説明するための波形図、第3図は本発明
に係るプログラムのフローチャート、第4図は第3図の
プログラムフローを説明するための波形図である。 図において、1はセット信号入力端子、2はリセット信
号入力端子、3はフリップフロップ、4は信号処理プロ
セッサ、5はデコーダ、6はアンドゲート、7はオアゲ
ート、8はテスト入力端子、T1はフラグセット信号、T2
はフラグリセット信号、Dはデコーダ出力信号、Fはフ
ラグ信号である。FIG. 1 is a program synchronization circuit diagram according to the present invention, FIG. 2 is a waveform diagram for explaining the operation of FIG. 1, FIG. 3 is a flow chart of a program according to the present invention, and FIG. 4 is a diagram of FIG. It is a waveform diagram for explaining a program flow. In the figure, 1 is a set signal input terminal, 2 is a reset signal input terminal, 3 is a flip-flop, 4 is a signal processor, 5 is a decoder, 6 is an AND gate, 7 is an OR gate, 8 is a test input terminal, and T 1 is Flag set signal, T 2
Is a flag reset signal, D is a decoder output signal, and F is a flag signal.
Claims (1)
処理プログラムとの同期動作を行なうため、前記周期性
同期信号によりセットされるフラグ用フリップフロップ
と、 前記信号処理プログラムの命令により、前記フラグ用フ
リップフロップの状態判別とリセットとを行なうリセッ
ト手段と、 前記セットされたフラグ用フリップフロップが、前記信
号処理プログラムの命令によりリセットされないとき、
前記周期性同期信号の次周期信号の入力される前に、前
記フラグ用フリップフロップの強制リセットを行なう強
制リセット手段とを備えたことを特徴とするプログラム
同期回路。1. A flag flip-flop set by the periodic synchronization signal for synchronizing the periodic synchronization signal input from the outside with the signal processing program, and the flag flip-flop set by the signal processing program. Resetting means for judging the state of the flag flip-flop and resetting, and the set flag flip-flop not reset by an instruction of the signal processing program,
A program synchronization circuit, comprising: a forced reset means for forcibly resetting the flag flip-flop before the next periodic signal of the periodic synchronization signal is input.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP62289562A JPH0693240B2 (en) | 1987-11-18 | 1987-11-18 | Program synchronization circuit |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP62289562A JPH0693240B2 (en) | 1987-11-18 | 1987-11-18 | Program synchronization circuit |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH01133174A JPH01133174A (en) | 1989-05-25 |
| JPH0693240B2 true JPH0693240B2 (en) | 1994-11-16 |
Family
ID=17744838
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP62289562A Expired - Fee Related JPH0693240B2 (en) | 1987-11-18 | 1987-11-18 | Program synchronization circuit |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0693240B2 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0712905Y2 (en) * | 1990-01-12 | 1995-03-29 | 株式会社テイエルブイ | Vibration sensor with temperature sensor |
-
1987
- 1987-11-18 JP JP62289562A patent/JPH0693240B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JPH01133174A (en) | 1989-05-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JPH0693240B2 (en) | Program synchronization circuit | |
| JPS6059441A (en) | Data control circuit | |
| JPS63200234A (en) | Data processor | |
| JPH06214595A (en) | Voice recognition method | |
| JP2758624B2 (en) | Speed control method of micro program | |
| JP2969844B2 (en) | Programmable controller | |
| KR930005650B1 (en) | How to delay time using timer | |
| JPS5911424A (en) | Processing circuit of interruption signal | |
| JPS60178524A (en) | One-chip microcomputer | |
| JPS6033654A (en) | Inter-microprocessor data transferring system | |
| JPS63211438A (en) | Interruption control circuit | |
| JPH05181811A (en) | Interruption control signal generator for multi-processor system | |
| JPH04275635A (en) | Constant cycle processing system | |
| JPS62113239A (en) | Microinstruction generation system | |
| JPH0561671A (en) | Microprogram control circuit | |
| JPH0767288B2 (en) | Gate pulse controller for thyristor inverter | |
| JPH03164940A (en) | Computer having plural interruption periods | |
| JPH05108384A (en) | Microprocessor | |
| JPH1124944A (en) | Process synchronization method | |
| JPH0351973A (en) | Microcomputer | |
| JPS59146325A (en) | Asynchronous digital signal processing system | |
| JPS62290935A (en) | Monitor device for execution of instruction | |
| JPS61226839A (en) | Event processing system | |
| JPH01263740A (en) | Micro-computer | |
| JPH0675766A (en) | Digital signal processor control circuit |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| LAPS | Cancellation because of no payment of annual fees |