Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPS6326904B2 - - Google Patents
[go: Go Back, main page]

JPS6326904B2 - - Google Patents

Info

Publication number
JPS6326904B2
JPS6326904B2 JP54089775A JP8977579A JPS6326904B2 JP S6326904 B2 JPS6326904 B2 JP S6326904B2 JP 54089775 A JP54089775 A JP 54089775A JP 8977579 A JP8977579 A JP 8977579A JP S6326904 B2 JPS6326904 B2 JP S6326904B2
Authority
JP
Japan
Prior art keywords
data
read
clock
write
fifo memory
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
Application number
JP54089775A
Other languages
Japanese (ja)
Other versions
JPS5616999A (en
Inventor
Satokazu Saito
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP8977579A priority Critical patent/JPS5616999A/en
Publication of JPS5616999A publication Critical patent/JPS5616999A/en
Publication of JPS6326904B2 publication Critical patent/JPS6326904B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Manipulation Of Pulses (AREA)
  • Detection And Correction Of Errors (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)
  • Debugging And Monitoring (AREA)

Description

【発明の詳細な説明】 本発明はFIFOメモリ動作の監視制御方式に関
するものである。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a method for monitoring and controlling FIFO memory operations.

FIFOメモリとはFirst In First Outメモリの
略で、データの書込みと読出しを非同期に行うこ
とができることを特徴としたデイジタルメモリで
ある。このメモリは既に公知のものであるが、本
発明の内容を明解にするために先ずその概要につ
いて述べる。
FIFO memory is an abbreviation for First In First Out memory, and is a digital memory characterized by the ability to write and read data asynchronously. Although this memory is already known, its outline will first be described in order to clarify the content of the present invention.

第1図にFIFOメモリ(以下「FIFO」と略す)
の基本構成を示す。11はデータ入力端子、12
はデータ出力端子、13は書込みクロツク入力端
子、14は読出しクロツク入力端子、15はリセ
ツト端子、16はメモリセル、17は読出し書込
み制御部を示す。
Figure 1 shows FIFO memory (hereinafter abbreviated as "FIFO")
The basic configuration is shown below. 11 is a data input terminal, 12
13 is a data output terminal, 13 is a write clock input terminal, 14 is a read clock input terminal, 15 is a reset terminal, 16 is a memory cell, and 17 is a read/write control section.

第2図にFIFOの動作タイムチヤートを示す。
21はリセツト信号、22は入力データ信号、2
3は書込みクロツク、24は出力データ、25は
読出しクロツクを示す。以下FIFOの動作につい
て述べる。
Figure 2 shows the FIFO operation time chart.
21 is a reset signal, 22 is an input data signal, 2
3 represents a write clock, 24 represents output data, and 25 represents a read clock. The operation of FIFO will be described below.

FIFOは先ずリセツト信号21によりリセツト
しておき、次に入力データ22と同期した書込み
クロツク23で入力データ1ビツトを入力端子1
1から書込む。この場合、FIFO内部では最初に
書込まれるデータ22(#1)が第1セル16
(#1)に蓄積されると、特別な外部制御なしに
直ちに第2、第3……第nセルへと転送され、最
終的に第1データは第nセル即ち最終セル16
(#n)に蓄積される。ここでnは整数とする。
The FIFO is first reset by the reset signal 21, and then one bit of input data is sent to the input terminal 1 by the write clock 23 which is synchronized with the input data 22.
Write from 1. In this case, inside the FIFO, data 22 (#1) written first is in the first cell 16.
(#1), it is immediately transferred to the second, third, ... nth cell without any special external control, and finally the first data is stored in the nth cell, that is, the final cell 16.
(#n) is accumulated. Here, n is an integer.

尚データが蓄積された結果入力データ番号
(#1、#2、……)とメモリセル16の番号
(#1、#2、……、#n)が反対順になること
に注意する必要がある。
It should be noted that as a result of data accumulation, the input data numbers (#1, #2, ...) and the memory cell 16 numbers (#1, #2, ..., #n) will be in the opposite order. .

第2のデータ22(#2)は同様に第(n−
1)セルに蓄積され、以下同様に第mデータ(m
n)まで出力側セルから順に入力側セルに蓄積
されていく。ここでmは整数とする。
Similarly, the second data 22 (#2) is the (n-th)
1) The mth data (m
n) are accumulated in the input side cells in order from the output side cells. Here, m is an integer.

次に読出しについて述べる。前述のようにして
蓄積されたデータは読出しクロツク25によつ
て、データ#1、#2……の順で第n番目のセル
16より読出される。この時、メモリセル16の
動作は、第n番目のセル16からデータ#1が読
出されると、直ちに第(n−1)セルに蓄積され
ていたデータ#2が第nセルに自動的に移動す
る。同様にデータ#3以降のデータも出力側に1
セル移動し、次の読出しクロツク25が来るまで
その状態で待機する。この読出しクロツク25は
書込みクロツク23と非同期で動作させることが
でき、これがFIFOの大きな特徴となつている。
Next, we will discuss reading. The data accumulated as described above is read out from the nth cell 16 in the order of data #1, #2, . . . by the read clock 25. At this time, the operation of the memory cell 16 is such that when data #1 is read from the n-th cell 16, data #2 stored in the (n-1)th cell is automatically transferred to the n-th cell. Moving. Similarly, data after data #3 is also set to 1 on the output side.
The cell is moved and waits in that state until the next read clock 25 arrives. This read clock 25 can be operated asynchronously with the write clock 23, which is a major feature of the FIFO.

以上の説明で明らかのように、FIFOはオーバ
ーフロー、アンダーフローの生じない限り、定め
られた順で入力するデータをその順をくずすこと
なく蓄積し、任意の時刻に入力順に出力させるこ
とができる。
As is clear from the above explanation, FIFO can store input data in a predetermined order without changing the order unless overflow or underflow occurs, and can output data in the input order at any time.

しかし、データと1対1で対応する書込みクロ
ツク23または読出しクロツク25に雑音等の理
由でパルスが付加されたり、生常クロツクが一部
消失したりすると書込みデータ列と読出しデータ
列にくい違いが発生することになる。例えば第3
図に示すように、第2入力データ22(#2)に
対応する書込みクロツク23(#2)の他に雑音
パルスNが発生すると、FIFOはこの雑音パルス
も書込みクロツクと見なし、その時間位置に存在
する第2入力データ22(#2)を書込んでしま
い、結果的にはFIFOには2回第2入力データ2
2(#2)が書込まれたことになる。
However, if a pulse is added to the write clock 23 or read clock 25, which corresponds one-to-one with the data, due to noise or other reasons, or if a part of the normal clock disappears, a difficult difference will occur between the write data string and the read data string. I will do it. For example, the third
As shown in the figure, when a noise pulse N occurs in addition to the write clock 23 (#2) corresponding to the second input data 22 (#2), the FIFO also considers this noise pulse to be a write clock and sets the clock at that time position. The existing second input data 22 (#2) is written, and as a result, the second input data 2 is written to the FIFO twice.
2 (#2) has been written.

この入力データを正常な読出しクロツク25で
読出すと、第3入力データ22(#3)を読出す
べきクロツク25(#3)で第2入力データ22
(#2)を読出し、以下1ビツトずつずれた読出
しが行われる。これは、データの順を問題にする
ような使い方をする場合、誤動作になり極めて不
都合なことである。
When this input data is read by the normal read clock 25, the third input data 22 (#3) is read out by the clock 25 (#3) that should read the second input data 22 (#3).
(#2) is read out, and subsequent readings are performed with a shift of 1 bit. This is extremely inconvenient as it can lead to malfunctions if used in a way that makes the order of data a problem.

本発明は前記のような誤動作が発生した場合、
それを直ちに発見する手段とその対策を与えるも
のである。
The present invention, when the above-mentioned malfunction occurs,
It provides a means to immediately discover it and a countermeasure against it.

以下本発明について実施例とともに図面を参照
して、詳細に説明する。
The present invention will be described in detail below with reference to embodiments and the drawings.

第4図は本発明の第1の実施例を示すブロツク
図、第5図は第4図のタイムチヤートである。第
4図中41は入力側切替スイツチ、42は出力側
切替スイツチ、43は監視パターン信号発生器、
44は監視パターン信号検出器を示す。その他の
符号は第1図及び第2図のものと同様である。
FIG. 4 is a block diagram showing a first embodiment of the present invention, and FIG. 5 is a time chart of FIG. 4. In FIG. 4, 41 is an input side changeover switch, 42 is an output side changeover switch, 43 is a monitoring pattern signal generator,
44 indicates a monitoring pattern signal detector. Other symbols are the same as those in FIGS. 1 and 2.

入力データ22は前述のように書込みクロツク
23で順にFIFOに書込まれる。ここでデータ2
2は同期的に書込まれ、1周期内にm個のデータ
(#1〜#m)があるものとする。
Input data 22 is sequentially written to the FIFO by write clock 23 as described above. Here data 2
2 is written synchronously, and there are m pieces of data (#1 to #m) within one cycle.

また出力データ24も同様に周期的に読出さ
れ、1周期m個のデータ(#1〜#m)が出力さ
れる。
Similarly, the output data 24 is read out periodically, and m pieces of data (#1 to #m) are output in one cycle.

尚入力データ22と出力データ24の各番号
(#1〜#m)はそれぞれ入出力間で対応してお
り同一データである(m<n)。
Note that the numbers (#1 to #m) of the input data 22 and output data 24 correspond to each other between input and output, and are the same data (m<n).

ここではある定められた時間位置(例えば第1
入力データ22(#1)と第2入力データ22
(#2)の間)で、切替スイツチ41を監視パタ
ーン信号発生器43側に切替え、特定の監視パタ
ーン(例えば、最初の第1入力データと第2入力
データの間は“0”とし、次の第1入力データと
第2入力データの間は“1”とし、以下このよう
な“0”“1”交番パターンを続ける)を書込む。
第5図の入力データ22は第4図のデータ入力端
子11上の入力データである。
Here, a certain fixed time position (for example, the first
Input data 22 (#1) and second input data 22
(between #2)), switch the changeover switch 41 to the monitoring pattern signal generator 43 side, and select a specific monitoring pattern (for example, set it to "0" between the first input data and the second input data, and "1" is written between the first input data and the second input data, and such an alternating pattern of "0" and "1" is continued.
The input data 22 in FIG. 5 is the input data on the data input terminal 11 in FIG.

読出し側では、ある定められた時間位置(例え
ば第1データ24(#1)と第2データ24
(#2)の読出しクロツク25(#1、#2)の
間)で監視パターン信号読出しクロツク25
(P)を挿入し、切替スイツチ42を監視パター
ン信号検出器44側に切替え、このクロツクで読
出したデータのみを監視パターン信号検出器44
に送り込む。ここでデータの書込みと読出しが正
しい順で行われていれば、監視パターンも正しく
検出できる。この場合、もし書込みクロツク23
または読出しクロツク25に誤りが生じると、読
出し監視パターンが正規の位置からずれるため、
検出器44で容易にこれを発見することができ
る。
On the reading side, at a certain predetermined time position (for example, the first data 24 (#1) and the second data 24
(#2) readout clock 25 (between #1, #2)), the monitoring pattern signal readout clock 25
(P), switch the changeover switch 42 to the monitoring pattern signal detector 44 side, and transfer only the data read by this clock to the monitoring pattern signal detector 44.
send to. If data is written and read in the correct order, the monitoring pattern can also be detected correctly. In this case, if the write clock 23
Or, if an error occurs in the read clock 25, the read monitoring pattern will deviate from the normal position.
This can be easily detected by the detector 44.

この誤動作が検出されると、監視パターン信号
検出器44は、FIFOのリセツト端子15にリセ
ツト信号を送出して、FIFOを一旦リセツトする
とともに、図示しない制御部に動作異常を知らせ
る。図示しない制御部は書込みクロツク、読出し
クロツクの送出を停止し、その後次の第1入力デ
ータから書込みクロツク送出を開始し、書込み、
読出し動作を再開することによりデータは再び正
常な順で書込み、読出しが行なわれる。
When this malfunction is detected, the monitoring pattern signal detector 44 sends a reset signal to the reset terminal 15 of the FIFO to temporarily reset the FIFO and notify a control section (not shown) of the malfunction. A control unit (not shown) stops sending out the write clock and read clock, and then starts sending out the write clock from the next first input data, writes,
By restarting the read operation, data is written and read in the normal order again.

以上説明したように、FIFOの読出し書込み時
に特定の監視パターンを直列入力データに挿入
し、これを読出し側で監視することでFIFOの誤
動作を容易に発見することができる。
As described above, FIFO malfunctions can be easily discovered by inserting a specific monitoring pattern into serial input data when reading and writing to the FIFO, and monitoring this on the reading side.

次に第2の実施例として監視パターン信号を入
力データとは別に挿入する手段について述べる。
Next, as a second embodiment, means for inserting a monitoring pattern signal separately from input data will be described.

第6図は第2の実施例のブロツク図で、第7図
は第6図のタイムチヤートである。ここでは
FIFOのデータ入出力端子が複数、即ち第1の実
施例で示したFIFOのデータセル群が並列に用意
され、各セル群の書込み読出しは全て同一に行わ
れるようなFIFOを設定する。なお、便宜上監視
パターン信号発生器43及び監視パターン信号検
出器44につながるセル群を監視用セル群と呼
ぶ。
FIG. 6 is a block diagram of the second embodiment, and FIG. 7 is a time chart of FIG. here
The FIFO is set such that a plurality of data input/output terminals of the FIFO, that is, data cell groups of the FIFO shown in the first embodiment are prepared in parallel, and writing and reading of each cell group are performed in the same manner. For convenience, the cell group connected to the monitoring pattern signal generator 43 and the monitoring pattern signal detector 44 will be referred to as a monitoring cell group.

データの書込み、読出しは前記実施例と同様
に、m個単位の入出力周期をもつものとし、第6
図において監視パターン信号発生器43及び監視
パターン信号検出器44が接続されていない入出
力端子11,12にて行われる。この場合、監視
パターン信号発生器44から入力監視パターン7
1を発生させ他のデータが書込まれるとともに監
視パターン71も監視セル群に書込まれる。例え
ば、1回の監視パターン71として“1000000…
…”を仮定すると、第1入力データ22(#1)
を書込む際の書込みクロツクで“1”を監視用セ
ル群に書込む。以下、入力データを書込むととも
に、入力監視用パターン71を書込んでいく。
Writing and reading of data is assumed to have an input/output cycle of m units, as in the previous embodiment, and the sixth
In the figure, the monitoring pattern signal generator 43 and the monitoring pattern signal detector 44 are connected to the input/output terminals 11 and 12, respectively. In this case, the input monitoring pattern 7 is output from the monitoring pattern signal generator 44.
1 is generated and other data is written, and the monitoring pattern 71 is also written to the monitoring cell group. For example, as one monitoring pattern 71, “1000000...
…”, the first input data 22 (#1)
"1" is written to the monitoring cell group using the write clock when writing. Thereafter, as well as writing the input data, the input monitoring pattern 71 is written.

一方データ読出しが行われるとき、データの読
出しクロツクで出力監視パターン72も読出され
る。書込み、読出しが正常に動作しているときは
出力監視パターン72の検出も正しく行われる。
もし書込みまたは読出しに誤りが生じると、読出
しの出力監視パターン72にずれが生じ、データ
の読出し順にも誤りが生じていることが発見でき
る。従つてこの場合も第1の実施例と同様に
FIFOをリセツトし、再び書込み、読出しを第1
データから順に行うことで正常動作に復帰させる
ことができる。
On the other hand, when data is read, the output monitoring pattern 72 is also read using the data read clock. When writing and reading are operating normally, the output monitoring pattern 72 is also detected correctly.
If an error occurs in writing or reading, a shift occurs in the reading output monitoring pattern 72, and it can be discovered that an error has also occurred in the data reading order. Therefore, in this case, similarly to the first embodiment,
Reset the FIFO and start writing and reading again.
By performing the steps in order starting from the data, normal operation can be restored.

以上説明したように本発明は、FIFOメモリを
使用する際に監視パターン信号を入力し、読出し
側でそれを検出することでFIFOの動作を簡単に
監視制御することができるので、データの入出力
バツフアメモリとしてのFIFOの機能に信頼性を
与える効果がある。
As explained above, the present invention allows the operation of the FIFO to be easily monitored and controlled by inputting a monitoring pattern signal when using the FIFO memory and detecting it on the reading side. This has the effect of imparting reliability to the FIFO function as a buffer memory.

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

第1図はFIFOメモリの基本構成図、第2図は
第1図を説明するタイムチヤート、第3図は
FIFOメモリ誤動作時を説明するタイムチヤート、
第4図は本発明の第1の実施例のブロツク図、第
5図は第4図を説明するタイムチヤート、第6図
は本発明の第2の実施例のブロツク図、第7図は
第6図を説明するタイムチヤートを示す。 11……データ入力端子、12……データ出力
端子、13……書込みクロツク入力端子、14…
…読出しクロツク入力端子、15……リセツト端
子、16……メモリセル、17……読出し・書込
み制御部、21……リセツト信号、22……入力
データ信号、23……書込みクロツク、24……
出力データ信号、25……読出しクロツク、41
……入力側切替スイツチ、42……出力側切替ス
イツチ、43……監視パターン信号発生器、44
……監視パターン信号検出器、71……入力監視
パターン、72……出力監視パターン。
Figure 1 is a basic configuration diagram of FIFO memory, Figure 2 is a time chart explaining Figure 1, and Figure 3 is a diagram of the basic configuration of FIFO memory.
Time chart explaining when FIFO memory malfunctions,
FIG. 4 is a block diagram of the first embodiment of the present invention, FIG. 5 is a time chart explaining FIG. 4, FIG. 6 is a block diagram of the second embodiment of the present invention, and FIG. A time chart explaining FIG. 6 is shown. 11...Data input terminal, 12...Data output terminal, 13...Write clock input terminal, 14...
... Read clock input terminal, 15 ... Reset terminal, 16 ... Memory cell, 17 ... Read/write control section, 21 ... Reset signal, 22 ... Input data signal, 23 ... Write clock, 24 ...
Output data signal, 25...Read clock, 41
... Input side changeover switch, 42 ... Output side changeover switch, 43 ... Monitoring pattern signal generator, 44
...Monitoring pattern signal detector, 71...Input monitoring pattern, 72...Output monitoring pattern.

Claims (1)

【特許請求の範囲】 1 書込みと読出しを非同期的に行うことができ
る、入力データに同期した書込みクロツクで入力
データを周期的に書込み、読出しクロツクで読出
しデータを周期的に読出す各周期毎の書込みデー
タの数及び読出しデータの数がそれぞれ等しい
FIFOメモリの監視制御方式において、上記各周
期毎の書込みクロツクの特定クロツク間に監視ク
ロツクを挿入し、当該監視クロツクで監視パター
ンを書込み、読出しクロツクで入力データの書込
み順に出力データを読出し、読出したデータの上
記各周期毎の監視クロツク位置と等しい読出クロ
ツク位置で読出されたデータを調べることによ
り、上記FIFOメモリの書込みクロツクが抜落ち
たり、追加されたりすることによる書込み動作の
異常を監視し、異常と判定した場合、上記FIFO
メモリをリセツトし、再び書込み、読出し動作を
開始することを特徴とするFIFOメモリ監視制御
方式。 2 書込みと読出しを非同期的に行うことができ
る、入力データに同期した書込みクロツクで入力
データを周期的に書込み、読出しクロツクで読出
しデータを周期的に読出す各周期毎の書込みデー
タの数及び読出しデータの数がそれぞれ等しい
FIFOメモリの監視制御方式において、FIFOメモ
リと並列に配置された監視用FIFOメモリに上記
書込みクロツクで監視パターンを書込み、読出し
クロツクで監視用FIFOメモリから読出された監
視パターンを調べることにより、上記FIFOメモ
リの書込みクロツクが抜落たり、追加されたりす
ることによる書込み動作の異常を監視し、異常と
判定した場合、上記FIFOメモリをリセツトし、
再び書込み、読出し動作を開始することを特徴と
するFIFOメモリ監視制御方式。
[Claims] 1. Writing and reading can be performed asynchronously, and input data is written periodically using a write clock synchronized with input data, and read data is read periodically using a read clock. The number of write data and the number of read data are equal.
In the FIFO memory supervisory control method, a supervisory clock is inserted between specific clocks of the write clocks for each cycle described above, a supervisory pattern is written using the supervisory clock, and output data is read out in the order in which input data is written using a read clock. By checking the data read at the read clock position equal to the monitoring clock position for each cycle of data, abnormalities in the write operation due to dropping or adding of the write clock of the FIFO memory are monitored; If it is determined that there is an abnormality, the above FIFO
A FIFO memory monitoring and control method that resets the memory and starts writing and reading operations again. 2 Writing and reading can be performed asynchronously, input data is written periodically using a write clock synchronized with input data, and read data is read periodically using a read clock.The number of written data and read data for each cycle. The number of data is equal for each
In the FIFO memory supervisory control method, the FIFO memory is controlled by writing a supervisory pattern to the supervisory FIFO memory arranged in parallel with the FIFO memory using the write clock, and checking the supervisory pattern read from the supervisory FIFO memory using the read clock. It monitors write operation abnormalities caused by dropping or adding a memory write clock, and if it is determined to be abnormal, resets the FIFO memory mentioned above,
A FIFO memory monitoring control method characterized by restarting write and read operations.
JP8977579A 1979-07-17 1979-07-17 Memory monitoring and controlling system Granted JPS5616999A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8977579A JPS5616999A (en) 1979-07-17 1979-07-17 Memory monitoring and controlling system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8977579A JPS5616999A (en) 1979-07-17 1979-07-17 Memory monitoring and controlling system

Publications (2)

Publication Number Publication Date
JPS5616999A JPS5616999A (en) 1981-02-18
JPS6326904B2 true JPS6326904B2 (en) 1988-06-01

Family

ID=13980047

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8977579A Granted JPS5616999A (en) 1979-07-17 1979-07-17 Memory monitoring and controlling system

Country Status (1)

Country Link
JP (1) JPS5616999A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6014361A (en) * 1983-07-04 1985-01-24 Nec Corp Memory monitor system
JPS6450148A (en) * 1987-08-20 1989-02-27 Nec Corp Memory resetting circuit

Also Published As

Publication number Publication date
JPS5616999A (en) 1981-02-18

Similar Documents

Publication Publication Date Title
US4385349A (en) Central processor supervised controller system having a simulation of the controller in the central processor for test purposes
JP2596208B2 (en) Memory device
US3131377A (en) Small gap data tape communication system
JPH0331928A (en) Frame converting circuit
JPS6326904B2 (en)
JPS6386630A (en) Frame synchronization system in parallel transmission line
JP3217993B2 (en) Parity check circuit
JP2000022649A (en) Resampling system
JP2000065904A (en) Semiconductor tester
JPS613256A (en) Memory test system
JPS5849899B2 (en) Test method for data processing equipment
SU1234843A1 (en) Interface for linking digital computer with using equipment
JPH04264644A (en) Read error detection circuit for buffer storage device
SU1522292A1 (en) Storage with self-check
SU1332381A1 (en) Shift register with a self-check
JPH0430234A (en) Error detection circuit
RU1837364C (en) Self-correcting random access memory
JPS63156465A (en) Data storage area monitoring system for time switch circuit
SU1075312A1 (en) Storage with error correction
RU1837292C (en) Device for recovering information about system status
SU1432611A1 (en) Memory with error correction
RU2079165C1 (en) Time counter
JPH05341920A (en) Parallel disk device
JPH113208A (en) Fault detector for elastic store memory
JPH0667996A (en) Speed conversion circuit with malfunction detection function