JPH07117947B2 - FIFO device - Google Patents

FIFO device

Info

Publication number
JPH07117947B2
JPH07117947B2 JP63213975A JP21397588A JPH07117947B2 JP H07117947 B2 JPH07117947 B2 JP H07117947B2 JP 63213975 A JP63213975 A JP 63213975A JP 21397588 A JP21397588 A JP 21397588A JP H07117947 B2 JPH07117947 B2 JP H07117947B2
Authority
JP
Japan
Prior art keywords
address
data
pointer
begin
port
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 - Lifetime
Application number
JP63213975A
Other languages
Japanese (ja)
Other versions
JPH0261753A (en
Inventor
彰良 若谷
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 JP63213975A priority Critical patent/JPH07117947B2/en
Publication of JPH0261753A publication Critical patent/JPH0261753A/en
Publication of JPH07117947B2 publication Critical patent/JPH07117947B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、FIFO装置に関する。Description: FIELD OF THE INVENTION The present invention relates to a FIFO device.

従来の技術 マルチプロセッサシステムなどにおいて、プロセッサと
プロセッサ間のデータ転送を行なう際、その通信路とし
て間にFIFOを用いることが多い。その場合、転送するデ
ータに優先度があったり、意味のことなるデータをラン
ダムに転送することがある。
2. Description of the Related Art In a multiprocessor system or the like, a FIFO is often used as a communication path for data transfer between processors. In that case, the data to be transferred may have priority, or meaningful data may be transferred at random.

例えば、第3図に示すように、プロセッサAの処理した
タスクを優先度の高い順にプロセッサBが処理する場合
や、第4図に示すように、プロセッサA中のタスク1と
プロセッサB中のタスク1が通信しながら動作し、か
つ、プロセッサA中のタスク2とプロセッサB中のタス
ク2が通信しながら動作する場合がある。
For example, as shown in FIG. 3, when the processor B processes the tasks processed by the processor A in descending order of priority, or as shown in FIG. 4, task 1 in the processor A and task in the processor B 1 may operate while communicating, and task 2 in processor A and task 2 in processor B may operate while communicating.

従来、上記のような転送を行なうためには、データにタ
グを付けるか、もしくは、FIFOを並列に並べなければな
らなかった。
In the past, in order to perform the above transfer, it was necessary to tag data or arrange FIFOs in parallel.

タグを付ける方法は、付加するためのエンコード及びデ
コードの時間、及び、転送量の増加、さらには、優先度
の低いデータを受け取った場合に、そのデータを一時プ
ールするための余分なメモリが必要となりあまり効率が
良くない。
The tagging method requires encoding and decoding time to add, an increase in the transfer amount, and an extra memory for temporarily pooling low priority data when the data is received. Is not very efficient.

また、FIFOを並列に並べる方法では並べる個数によって
ソフトウエアが限定され、かつ、ハードウエアも増加す
る。
Further, in the method of arranging the FIFOs in parallel, the software is limited by the number of the FIFOs arranged and the hardware increases.

発明が解決しようとする課題 従来のFIFOではタグのエンコード、デコードに時間が多
くかかったり、複数並べることによるハードウエアの増
加、ソフトエアの限定化がなされる。
Problems to be Solved by the Invention In a conventional FIFO, it takes a lot of time to encode and decode tags, and by arranging a plurality of tags, hardware is increased and soft air is limited.

本発明では、かかる問題点に鑑み、すべてのメモリセル
をむだなく使え、並列に任意個のFIFOを並べたFIFOシス
テムをエミュレートできるFIFO装置を提供することを目
的としている。
In view of such a problem, it is an object of the present invention to provide a FIFO device that can use all memory cells without waste and can emulate a FIFO system in which an arbitrary number of FIFOs are arranged in parallel.

課題を解決するための手段 前記課題を解決するために、本発明は、書き込むべきレ
コードのアドレスを入力する入力アドレスポートと書き
込むべきデータを入力する入力データポートからなる入
力ポートと、読み出すべきレコードのアドレスを入力す
る出力アドレスポートと読み出されたデータが出力され
る出力データポートからなる出力ポートと、データ部と
ポインタ部からなるレコードを複数持つメモリと、前記
複数のレコードの中で前記データ部に値が設定されてい
ない前記レコードの先頭アドレスを格納するフリービギ
ンポインタと、前記複数のレコードの中で前記データ部
に値が設定されていない前記レコードの最終アドレスを
格納するフリーエンドポインタと、前記メモリ及び前記
フリービギンポインタ及び前記フリーエンドポインタを
読み書きする制御回路と、フルフラグと、エンプテイフ
ラグを備えたFIFO装置において、 前記メモリはFIFOコントロールレコード領域とデータ領
域に分割されており、該FIFOコントロールレコード領域
には、読みだしを開始するアドレスをデータ部にもつリ
ードビギンのレコードと最終に書き込まれたアドレスを
データ部に持つライトエンドのレコードとからなるFIFO
コントロールレコードを複数個持ち、初期状態として、
前記制御回路は前記FIFOコントロールレコードの前記リ
ードビギンのレコードにそのアドレスをそのデータ部に
与え、 さらに、前記データ領域の最終のアドレス以外の前記ポ
インタ部に自らのアドレスの次のアドレスを与え、前記
フリービギンポインタには前記データ領域の先頭アドレ
スを与え、かつ前記フリーエンドポインタには前記デー
タ領域の最終アドレスを与え、 前記フルフラグは前記フリービギンポインタと前記フリ
ーエンドポインタとの内容が一致する場合にアサートさ
れ、それ以外の場合にネゲートされ、 前記エンプテイフラグは前記出力アドレスポートのアド
レスと一致する前記FIFOコントロールレコードのリード
ビギンのデータ部の内容が自らのアドレスと一致した場
合アサートされ、それ以外の時はネゲートされ、 書き込みを行なう際は、フルフラグがアサートされてい
ないことを確認した後、前記入力データポートから入力
されるデータを前記フリービギンポインタの内容のアド
レス(aアドレス)に書き込み、該aアドレスのポイン
タ部の内容を前記フリービギンポインタ部に書き込み、
前記入力アドレスポートのアドレスに対応した前記FIFO
コントロールレコードの前記ライトエンドの内容のアド
レス(bアドレス)の前記ポインタ部に前記aアドレス
を書き、さらに前記aアドレスの前記ポインタ部に前記
入力アドレスポートのアドレスに対応した前記FIFOコン
トロールレコードの前記リードビギンのアドレスを書
き、前記ライトエンドの前記データ部に前記aアドレス
を書き、 読み出しを行なう際は、前記出力アドレスポートにアド
レス(cアドレス)を与え、前記エンプテイフラグがア
サートされていないことを確認した後、前記cアドレス
に対応した前記FIFOコントロールレコードの前記リード
ビギンの前記データ部の内容をアドレス(dアドレス)
とする前記メモリの前記データ部の内容を前記出力デー
タポートに読みだし、該dアドレスのポインタ部の内容
を前記リードビギンの前記データ部に書き込み、前記フ
リーエンドポインタの内容アドレス(eアドレス)とす
る前記メモリの前記ポインタ部に前記dアドレスを書き
込み、前記フリーエンドポインタにも前記dアドレスを
書き込むことを特徴とするFIFO装置を解決手段とする。
Means for Solving the Problems In order to solve the problems, the present invention provides an input port including an input address port for inputting an address of a record to be written and an input data port for inputting data to be written, and a record to be read. An output port including an output address port for inputting an address and an output data port for outputting the read data, a memory having a plurality of records including a data section and a pointer section, and the data section among the plurality of records. A free-begin pointer for storing the start address of the record whose value is not set to, and a free-end pointer for storing the end address of the record whose value is not set in the data part among the plurality of records, The memory, the free beginner pointer, and the free end point In a FIFO device having a control circuit for reading / writing an interface, a full flag, and an empty flag, the memory is divided into a FIFO control record area and a data area, and reading is started in the FIFO control record area. FIFO consisting of a read begin record having an address in the data section and a write end record having the last written address in the data section
Have multiple control records, and in the initial state,
The control circuit gives the address of the record of the read begin of the FIFO control record to its data part, and further gives the address next to its own address to the pointer part other than the last address of the data area, The start address of the data area is given to the free begin pointer, and the end address of the data area is given to the free end pointer, and the full flag indicates that the contents of the free begin pointer and the free end pointer match. Asserted, otherwise negated, and the empty flag matches the address of the output address port Asserted when the content of the data part of the read begin of the FIFO control record matches its own address, and otherwise When negated, write In this case, after confirming that the full flag is not asserted, the data input from the input data port is written to the address (a address) of the content of the free begin pointer, and the pointer part of the a address is written. Write the contents to the Free Begin pointer section,
The FIFO corresponding to the address of the input address port
The address a is written in the pointer portion of the address (b address) of the write end content of the control record, and the read of the FIFO control record corresponding to the address of the input address port is written in the pointer portion of the address a. When writing a begin address, writing the a address to the data portion of the write end, and reading the data, the address (c address) is given to the output address port, and the empty flag is not asserted. After confirming, the content of the data portion of the read begin of the FIFO control record corresponding to the c address is addressed (d address).
Read the contents of the data part of the memory to the output data port, write the contents of the pointer part of the d address to the data part of the read begin, and write the contents address (e address) of the free end pointer. A FIFO device is characterized in that the d address is written to the pointer portion of the memory, and the d address is also written to the free end pointer.

作用 メモリ内に設けられたFIFOコントロールレコードの情報
を用いることにより、すべてのメモリセルをむだなく使
え、並列に並んだ任意個のFIFOシステムをエミュレート
できる。
By using the information of the FIFO control record provided in the working memory, it is possible to use all the memory cells wastefully and emulate any number of FIFO systems arranged in parallel.

実施例 本発明は、前記従来の欠点に鑑み、メモリ内に設けられ
たFIFOコントロールレコードを用い、すべてのメモリセ
スをむだなく使って、並列に並べた任意個のFIFシステ
ムをエミュレートとするものである。
Embodiments In view of the above-mentioned conventional drawbacks, the present invention is to emulate an arbitrary number of FIF systems arranged in parallel by using all the memory access without waste by using a FIFO control record provided in the memory. is there.

本発明の実施例を図を用いて説明する。第1図は本発明
のFIFO装置の構成図であり、第2図は本発明のメモリの
構成図である。
An embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram of the FIFO device of the present invention, and FIG. 2 is a block diagram of the memory of the present invention.

第1図に示すように、本発明のFIFO装置は、フルフラグ
1、入力アドレスポート2、入力データポート3、エン
プテイフラグ6、出力アドレスポート7、出力データポ
ート8、制御回路4、フリービギンポインタ9、フリー
エンドポインタ10、メモリ5からなる。入力アドレスポ
ート2には書き込むべきレコードのアドレスが入力さ
れ、入力データポート3には書き込むべきデータを入力
される。出力アドレスポート7には読み出すべきレコー
ドのアドレスを入力され、出力データポート8には読み
出れたデータが出力される。
As shown in FIG. 1, the FIFO device of the present invention includes a full flag 1, an input address port 2, an input data port 3, an empty flag 6, an output address port 7, an output data port 8, a control circuit 4, and a free begin pointer. 9, a free end pointer 10, and a memory 5. The address of the record to be written is input to the input address port 2, and the data to be written is input to the input data port 3. The address of the record to be read is input to the output address port 7, and the read data is output to the output data port 8.

第2図に示すように、メモリ5はデータ部とポインタ部
からなる複数のレコードで構成される。メモリ5の複数
のレコードはFIFOコントロールレコード領域とデータ領
域に分割されている。FIFOコントロールレコード領域
は、リードビギンのレコドとライトエンドのレコードか
らなる複数のFIFOレコードコントロールから構成され
る。
As shown in FIG. 2, the memory 5 is composed of a plurality of records including a data part and a pointer part. A plurality of records in the memory 5 are divided into a FIFO control record area and a data area. The FIFO control record area is composed of a plurality of FIFO record controls including read begin records and write end records.

以上の構成のFIFO装置の動作を第3図の例で説明する。
優先度は2種類(0高く、1が低い)とする。
The operation of the FIFO device having the above configuration will be described with reference to the example of FIG.
There are two types of priority (0 is high and 1 is low).

メモリ内に、第2図のようにFIFOアドレス0とFIFOアド
レス1のFIFOコントロールレコードを作る。プロセッサ
Aは、高優先度のタスクは、アドレス0のFIFOへ入力
し、低優先度のタスクは、アドレス1のFIFOへ入力す
る。また、プロセッサBは、高優先度のタスクがアドレ
ス0のFIFOに有るどうかを調べ、あれば、アドレス0の
FIFOから出力し、なければ低優先度のタスクをアドレス
1のFIFOから出力する。
In the memory, a FIFO control record of FIFO address 0 and FIFO address 1 is created as shown in FIG. The processor A inputs a high-priority task into the FIFO of address 0, and inputs a low-priority task into the FIFO of address 1. Further, the processor B checks whether the high-priority task exists in the FIFO of address 0, and if there is,
Output from the FIFO, otherwise output the low priority task from the FIFO at address 1.

制御回路4は、入力されるアドレスにより、それに対応
したFIFOコントロールレコードを参照する。この場合、
アドレスを2ビット左シフトし、0を加えたアドレスに
は読み出しを開始するアドレスすなわちリードビギンが
格納されており、2を加えたアドレスには最後に書き込
んだメモリセルのアドレスすなわちライトエンドが格納
されている。これらの情報を用いて、フルフラグ1とエ
ンプテイフラグ6を出力し、データのリードライトを制
御する。
The control circuit 4 refers to the FIFO control record corresponding to the input address. in this case,
The address is shifted to the left by 2 bits, and the address where the reading is started, that is, the read begin is stored in the address where 0 is added, and the address of the last written memory cell, that is, the write end is stored in the address where 2 is added. ing. By using these pieces of information, the full flag 1 and the empty flag 6 are output to control the data read / write.

次に図を用いて説明する。第5図は、初期状態のメモリ
構成図、第6図、書き込み時のメモリの変化を表わす構
成図、第7図は、読み出し時のメモリ変化を表わす構成
図である。
Next, description will be made with reference to the drawings. FIG. 5 is a memory block diagram in the initial state, FIG. 6 is a block diagram showing a memory change at the time of writing, and FIG. 7 is a block diagram showing a memory change at the time of reading.

初期状態において、各FIFOの状態を示すFIFOコントロー
ルレコードを作り各リードビギンは自らのアドレスを内
容としてもつ。このFIFOのコントロールレコードの領域
の次のアドレスから、残りのメモリはデータ領域と呼
び、各ポインタ部は次のアドレスを指している。フリー
ビギンは、このデータ領域の先頭アドレスを指し、フリ
ーエンドはデータ領域の最終アドレスを指す。
In the initial state, a FIFO control record indicating the state of each FIFO is created, and each read begin has its own address as its content. From the address next to the area of the control record of this FIFO, the remaining memory is called the data area, and each pointer portion points to the next address. Free begin refers to the start address of this data area, and free end refers to the end address of the data area.

フラグのコントロールについて述べる。フルフラグは、
フリービギンとフリーエンドが一致している状態で書き
込みを行なった時アサートされ、読み出しを行なった時
にネゲートされる。エンプティフラグは、出力アドレス
ポートのアドレスに対応したFIFOコントロールレコード
のリードビギンの内容が自らのアドレスと一致した時ア
サートされ、それ以外はネゲートされる。
The control of flags will be described. Full flag
It is asserted when writing while the free begin and free end match, and negated when reading. The empty flag is asserted when the content of the read begin of the FIFO control record corresponding to the address of the output address port matches its own address, and is negated otherwise.

次に書き込み方法について述べる。まず、フルフラグを
調べ、アサートされていないことを確認する。この後の
手順は以下の様になる。
Next, the writing method will be described. First, check the full flag to make sure it is not asserted. The procedure after this is as follows.

(1) フリービギンの指すアドレス(aアドレス)の
データ部に書き込む (2) aアドレスのポインタ部の内容をフリービギン
に書き込む (3) ライトエンドの指すアドレス(bアドレス)の
ポインタ部にaアドレスを書き込む (4) aアドレスのポインタ部にリードビギンのアド
レスを書き込む (5) ライトエンドにaアドレスを書き込む 最後に読み出し方法について述べる。まず、出力アドレ
スポートに読み出したいFIFOのアドレスを与え、エンプ
ティフラグを読み、アサートされていないことを確認す
る。この後の手順は以下の様になる。
(1) Write to the data part of the address (a address) pointed to by the free begin (2) Write the contents of the pointer part of the a address to the free begin (3) Write the a address to the pointer part of the address (b address) pointed to by the write end (4) Write the address of the read begin to the pointer part of the a address (5) Write the a address to the write end Finally, the reading method will be described. First, give the address of the FIFO you want to read to the output address port, read the empty flag, and confirm that it is not asserted. The procedure after this is as follows.

(1) リードビギンの指すアドレス(cアドレス)の
データ部を読み出す (2) cアドレスのポイタン部の内容をリードビギン
に書き込む (3) フリーエンドの指すアドレス(dアドレス)の
ポインタ部にcアドレスを書き込む (4) フリーエンドにcアドレスを書き込む 発明の効果 このように、本発明によると、メモリ内にFIFOコントロ
ールレコードを設け、制御回路で制御することにより、
1つの本FIFO装置で、メモリセルをむだなく使い、並列
に並んだ任意個のFIFOシステムをエミュレートすること
ができる。従って、大きなハードウエアの増加なしにフ
レキシビリティの高いシステムが組める。
(1) Read the data part of the address (c address) pointed to by the read begin (2) Write the contents of the poitan part of the c address to the read begin (3) c address in the pointer part of the address (d address) pointed to by the free end (4) Writing the c address to the free end Effect of the Invention As described above, according to the present invention, by providing the FIFO control record in the memory and controlling by the control circuit,
With this one FIFO device, it is possible to use memory cells wastefully and emulate any number of FIFO systems arranged in parallel. Therefore, a highly flexible system can be built without a large increase in hardware.

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

第1図は、本発明のFIFO装置の構成図、第2図は、本発
明のメモリの構成図、第3図は、プロセッサ間の優先度
を持ったタスクの転送をFIFOを用いて表した構成図、第
4図は、プロセッサ間の複数のタスク間の転送を表した
構成図、第5図は、初期状態のメモリを表す構成図、第
6図は、書き込み時のメモリ内容の変化を表す構成図、
第7図は、読みだし時のメモリ内容の変化を表す構成図
である。 1……フルフラグ、2……入力アドレスポート、3……
入力データポート、6……エンプティフラグ、7……出
力アドレスポート、8……出力データポート、9……フ
リービギン、10……フリーエンド、11〜12……プロセッ
サ、13……FIFO、14〜16……優先度タグ、17〜18……プ
ロセッサ、19……FIFO。
FIG. 1 is a block diagram of a FIFO device of the present invention, FIG. 2 is a block diagram of a memory of the present invention, and FIG. 3 shows transfer of tasks having priorities between processors using a FIFO. Configuration diagram, FIG. 4 is a configuration diagram showing transfer between a plurality of tasks between processors, FIG. 5 is a configuration diagram showing a memory in an initial state, and FIG. 6 shows a change in memory contents at the time of writing. Representation diagram,
FIG. 7 is a block diagram showing changes in the memory contents at the time of reading. 1 …… Full flag, 2 …… Input address port, 3 ……
Input data port, 6 ... Empty flag, 7 ... Output address port, 8 ... Output data port, 9 ... Free begin, 10 ... Free end, 11-12 ... Processor, 13 ... FIFO, 14 ... 16 …… Priority tag, 17-18 …… Processor, 19 …… FIFO.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】書き込むべきレコードのアドレスを入力す
る入力アドレスポートと書き込むべきデータを入力する
入力データポートからなる入力ポートと、読み出すべき
レコードのアドレスを入力する出力アドレスポートと読
み出されたデータが出力される出力データポートからな
る出力ポートと、データ部とポインタ部からなるレコー
ドを複数持つメモリと、前記複数のレコードの中で前記
データ部に値が設定されていない前記レコードの先頭ア
ドレスを格納するフリービギンポインタと、前記複数の
レコードの中で前記データ部に値が設定されていない前
記レコードの最終アドレスを格納するフリーエンドポイ
ンタと、前記メモリ及び前記フリービギンポインタ及び
前記フリーエンドポインタを読み書きする制御回路と、
フルフラグと、エンプテイフラグとを備えたFIFO装置に
おいて、 前記メモリはFIFOコントロールレコード領域とデータ領
域に分割されており、該FIFOコントロールレコード領域
には、読みだしを開始するアドレスをデータ部にもつリ
ードビギンのレコードと最後に書き込まれたアドレスを
データ部に持つライトエンドのレコードとからなるFIFO
コントロールレコードを複数個持ち、初期状態として、
前記制御回路は前記FIFOコントロールレコードの前記リ
ードビギンのレコードにそのアドレスをそのデータ部に
与え、 さらに、前記データ領域の最終のアドレス以外の前記ポ
インタ部に自らのアドレスの次のアドレスを与え、前記
フリービギンポインタには前記データ領域の先頭アドレ
スを与え、かつ前記フリーエンドポインタには前記デー
タ領域の最終アドレスを与え、 前記フルフラグは前記フリービギンポインタと前記フリ
ーエンドポインタとの内容が一致する場合にアサートさ
れ、それ以外の場合にネゲートされ、 前記エンプテイフラグは前記出力アドレスポートのアド
レスと一致する前記FIFOコントロールレコードのリード
ビギンのデータ部の内容が自らのアドレスと一致した場
合アサートされ、それ以外の時はネゲートされ、 書き込みを行なう際は、フルフラグがアサートされてい
ないことを確認した後、前記入力データポートから入力
されるデータを前記フリービギンポインタの内容のアド
レス(aアドレス)に書き込み、該aアドレスのポイン
タ部の内容を前記フリービギンポインタ部に書き込み、
前記入力アドレスポートのアドレスに対応した前記FIFO
コントロールレコードの前記ライトエンドの内容のアド
レス(bアドレス)の前記ポインタ部に前記aアドレス
を書き、さらに前記aアドレスの前記ポインタ部に前記
入力アドレスポートのアドレスに対応した前記FIFOコン
トロールレコードの前記リードビギンのアドレスを書
き、前記ライトエンドの前記データ部に前記aアドレス
を書き、 読み出しを行なう際は、前記出力アドレスポートにアド
レス(cアドレス)を与え、前記エンプテイフラグがア
サートされていないことを確認した後、前記cアドレス
に対応した前記FIFOコントロールレコードの前記リード
ビギンの前記データ部の内容をアドレス(dアドレス)
とする前記メモリの前記データ部の内容を前記出力デー
タポートに読みだし、該dアドレスのポインタ部の内容
を前記リードビギンの前記データ部に書き込み、前記フ
リーエンドポインタの内容アドレス(eアドレス)とす
る前記メモリの前記ポインタ部に前記dアドレスを書き
込み、前記フリーエンドポインタにも前記dアドレスを
書き込むことを特徴とするFIFO装置。
1. An input port consisting of an input address port for inputting an address of a record to be written and an input data port for inputting data to be written, an output address port for inputting an address of a record to be read and the read data. An output port including an output data port to be output, a memory having a plurality of records including a data part and a pointer part, and a start address of the record in which a value is not set in the data part among the plurality of records are stored. A free-begin pointer, a free-end pointer for storing the final address of the record in which a value is not set in the data part among the plurality of records, and the memory, the free-begin pointer, and the free-end pointer Control circuit,
In a FIFO device having a full flag and an empty flag, the memory is divided into a FIFO control record area and a data area, and the FIFO control record area has a read start address in a data section. FIFO consisting of a begin record and a write end record having the last written address in the data section
Have multiple control records, and in the initial state,
The control circuit gives the address of the record of the read begin of the FIFO control record to its data part, and further gives the address next to its own address to the pointer part other than the last address of the data area, The start address of the data area is given to the free begin pointer, and the end address of the data area is given to the free end pointer, and the full flag indicates that the contents of the free begin pointer and the free end pointer match. Asserted, otherwise negated, and the empty flag matches the address of the output address port Asserted when the content of the data part of the read begin of the FIFO control record matches its own address, and otherwise When negated, write In this case, after confirming that the full flag is not asserted, the data input from the input data port is written to the address (a address) of the content of the free begin pointer, and the pointer part of the a address is written. Write the contents to the Free Begin pointer section,
The FIFO corresponding to the address of the input address port
The address a is written in the pointer portion of the address (b address) of the write end content of the control record, and the read of the FIFO control record corresponding to the address of the input address port is written in the pointer portion of the address a. When writing a begin address, writing the a address to the data portion of the write end, and reading the data, the address (c address) is given to the output address port, and the empty flag is not asserted. After confirming, the content of the data portion of the read begin of the FIFO control record corresponding to the c address is addressed (d address).
Read the contents of the data part of the memory to the output data port, write the contents of the pointer part of the d address to the data part of the read begin, and write the contents address (e address) of the free end pointer. A FIFO device, characterized in that the d address is written to the pointer portion of the memory, and the d address is also written to the free end pointer.
JP63213975A 1988-08-29 1988-08-29 FIFO device Expired - Lifetime JPH07117947B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63213975A JPH07117947B2 (en) 1988-08-29 1988-08-29 FIFO device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63213975A JPH07117947B2 (en) 1988-08-29 1988-08-29 FIFO device

Publications (2)

Publication Number Publication Date
JPH0261753A JPH0261753A (en) 1990-03-01
JPH07117947B2 true JPH07117947B2 (en) 1995-12-18

Family

ID=16648168

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63213975A Expired - Lifetime JPH07117947B2 (en) 1988-08-29 1988-08-29 FIFO device

Country Status (1)

Country Link
JP (1) JPH07117947B2 (en)

Also Published As

Publication number Publication date
JPH0261753A (en) 1990-03-01

Similar Documents

Publication Publication Date Title
JP3598321B2 (en) Buffering data exchanged between buses operating at different frequencies
US6192442B1 (en) Interrupt controller
US6115761A (en) First-In-First-Out (FIFO) memories having dual descriptors and credit passing for efficient access in a multi-processor system environment
JPS6217876Y2 (en)
US5343557A (en) Workstation controller with full screen write mode and partial screen write mode
JPH07117947B2 (en) FIFO device
JPH02208716A (en) Character and pattern output device
US7035908B1 (en) Method for multiprocessor communication within a shared memory architecture
US6742073B1 (en) Bus controller technique to control N buses
JPH0244455A (en) Fifo device
SU680052A1 (en) Memory unit
JPS61157955A (en) Tag control system
JP2734581B2 (en) Control method of input / output control unit
EP0264740A2 (en) Time partitioned bus arrangement
JPH0137019B2 (en)
JPS61153770A (en) Image processor
JPS61125258A (en) Status transition announcement system
JPS62293451A (en) Operating system for queue file
JPH10207638A (en) Copying device
JPS63296151A (en) Memory device with paging function
JPS59186048A (en) Microprogram control system
JPS6242235A (en) Virtual stack system
JPH04352265A (en) Module system in hierarchic structure
JPS6352183A (en) Pattern generation system
JPS6220043A (en) Random access memory capable of asynchronous simultaneous access for multiprocessor