JPH05102950A - Phase absorbing device - Google Patents

Phase absorbing device

Info

Publication number
JPH05102950A
JPH05102950A JP3260026A JP26002691A JPH05102950A JP H05102950 A JPH05102950 A JP H05102950A JP 3260026 A JP3260026 A JP 3260026A JP 26002691 A JP26002691 A JP 26002691A JP H05102950 A JPH05102950 A JP H05102950A
Authority
JP
Japan
Prior art keywords
data
latch
timing
output
frame
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.)
Pending
Application number
JP3260026A
Other languages
Japanese (ja)
Inventor
Mizuki Umezawa
瑞樹 梅澤
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP3260026A priority Critical patent/JPH05102950A/en
Publication of JPH05102950A publication Critical patent/JPH05102950A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To inexpensively obtain the device having high reliability by latching necessary data at a prescribed timing conforming to a frame of input data, further delaying this latch data for a prescribed time and latching it, and selecting an abstract object in accordance with a phase difference of an input timing to a latch timing. CONSTITUTION:Input data 10 is subjected to S/P conversion by a shift register 1. A latch timing generating circuit 6 receives an input clock 11 and a frame synchronizing signal 12, and generates a latch signal for a latch 2 and a latch signal for a latch 3 delayed by a half frame period portion from the former. A selector control circuit 8 monitors a latch timing and a load timing by a synchronizing phase detecting part 8A, and in the case both of them are too near, a selecting signal output of a switching signal generating part 8B is switched, and an output of the latch 2 or 3 is outputted as serial data 13 subjected to phase absorption and speed conversion. In such a way, the device having high reliability can be constituted at a low cost.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は通信機器内部と外部とを
ディジタル通信手段を用いて接続するときに必要な速度
変換を含んだ位相吸収装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a phase absorption device including speed conversion required when connecting the inside and the outside of communication equipment using digital communication means.

【0002】[0002]

【従来の技術】データを授受する場合、入出力対象とす
る相手方と自己との間でデータ伝送速度が多少異なって
いたり、位相が同期関係にないような場合、これらを調
整して授受する必要がある。
2. Description of the Related Art When exchanging data, it is necessary to adjust them when the data transmission speed is slightly different between the other party as an input / output object and the self, or when the phases are not in a synchronous relationship. There is.

【0003】これらの調整を行うための回路として従来
においては、シリアル入出力形のFIFO(First
In First Out)素子を用いたり、デュア
ル・ポート・メモリを用い、データをこれらに一旦、記
憶させ、タイミングを合わせて読出すことにより、調整
する構成としていた。
Conventionally, as a circuit for performing these adjustments, a serial input / output type FIFO (First) is used.
An In First Out element or a dual port memory is used to temporarily store data in these elements and read the data at the same timing for adjustment.

【0004】すなわち、FIFO素子はデータを順に記
憶し、読出しは先の記憶のものから順に行うバッファ素
子であり、このFIFO素子を用いる構成としたもので
あるときは送られてくるデータを順次、このFIFO素
子に記憶させて行き、受ける側の速度や位相に合わせて
読出してゆくことで速度変換や位相を合わせることがで
きるが、この場合、送られてくるデータは全て記憶し、
また、読出しも記憶した全てのデータを対象とする。
That is, the FIFO element is a buffer element that sequentially stores data and reads data sequentially from the previous storage element. When the FIFO element is used, the transmitted data is sequentially stored. It is possible to match the speed conversion and the phase by storing the data in this FIFO element and reading it according to the speed and phase of the receiving side, but in this case, all the sent data are stored,
Moreover, all the stored data is also read.

【0005】そのため、不必要なデータまでFIFO素
子に記憶させることとなり、その分、無駄が生じる。つ
まり、FIFO素子を用いる場合には、送られてくるデ
ータをFIFO素子に全て記憶させることになり、一
方、FIFO素子の記憶容量は受けとるデータ量と、読
出すデータ量とのバランスから定まる最適量とすること
から、不必要なデータをも記憶させる分、無用に余分な
記憶容量を確保しなければならなくなり、装置の無用な
コストアップを招く。
Therefore, even unnecessary data is stored in the FIFO element, which is wasteful. That is, when the FIFO element is used, all the transmitted data is stored in the FIFO element, while the storage capacity of the FIFO element is the optimum amount determined by the balance between the received data amount and the read data amount. Therefore, since unnecessary data is also stored, it becomes necessary to secure an unnecessary storage capacity, resulting in unnecessary cost increase of the device.

【0006】これを解決するには、デュアル・ポート・
メモリを使用することが考えられる。これはデュアル・
ポート・メモリの持つ特徴であるデータの書き込みと読
出しが並行して実施可能であると云う点を利用して、送
られてくるデータは全て記憶し、また、読出しは記憶し
たデータの中から必要なものを拾い出すと云ったことを
行い、読出したデータの記憶領域と不要データの記憶領
域に新たな受信データを書き込んで行くと云った具合
に、書き込みと読出しを旨くコントロールすることで、
FIFOより少ない記憶容量に抑えることができる。し
かし、デュアル・ポート・メモリはアドレス制御が必要
となり、回路が大きくなる。
To solve this, a dual port
It is possible to use memory. This is dual
All the data that is sent is stored and read is necessary from the stored data by utilizing the fact that writing and reading of data, which is a characteristic of the port memory, can be performed in parallel. By picking up something like that, and writing new received data into the storage area of the read data and the storage area of the unnecessary data, by controlling the writing and reading successfully,
The storage capacity can be suppressed to be smaller than that of the FIFO. However, the dual port memory requires address control, and the circuit becomes large.

【0007】[0007]

【発明が解決しようとする課題】上述の如く、データ授
受を行う場合に、入出力対象とする相手方と自己との間
で伝送速度が異なっていたり、位相が合わない場合にそ
の調整を行う回路が必要となるが、そのための従来の回
路は、FIFO素子を使用してバッファリングしたり、
デュアル・ポート・メモリを使用してバッファリングす
る構成としていた。
As described above, when data is exchanged, a circuit for adjusting the transmission / reception destinations and the self when the transmission speeds are different or the phases are not matched. However, the conventional circuit for that purpose uses a FIFO element for buffering,
It was configured to buffer using dual port memory.

【0008】そして、FIFO素子を使用した構成のも
のの場合は、全てのデータを取り込んで行くことから、
無用に大きな記憶容量のFIFO素子を使用しなければ
ならず、また、デュアル・ポート・メモリを使用する場
合にはアドレス制御をしなければならない。
In the case of the structure using the FIFO element, since all the data is taken in,
Uselessly large FIFO memory elements must be used, and address control must be performed when using dual port memory.

【0009】そのため、前者では不要なデータを記憶し
たりする分にまで記憶容量を割り当てる必要があるた
め、確保しなければならない記憶容量の無駄があって、
無用なシステムのコストアップを招く問題があり、ま
た、後者ではアドレス制御の複雑さや回路規模の増大な
どが残ると云う問題点があった。
Therefore, in the former case, since it is necessary to allocate the storage capacity to store unnecessary data, there is a waste of the storage capacity that must be secured,
There is a problem that the cost of the useless system is increased, and in the latter case, there is a problem that the complexity of address control and the increase of the circuit scale remain.

【0010】そこで、この発明の目的とするところは、
大容量のメモリを使用することなく速度変換と位相吸収
が行えるようにして、安価で高信頼性のシステムとする
ことができる速度変換機能を含んだ位相吸収装置を提供
することにある。
Therefore, the object of the present invention is to
It is an object of the present invention to provide a phase absorption device including a speed conversion function that enables a speed conversion and phase absorption without using a large-capacity memory and can be an inexpensive and highly reliable system.

【0011】[0011]

【課題を解決するための手段】上記目的を達成するた
め、本発明は次のように構成する。すなわち、フレーム
構成でシリアル伝送される入力データを取り込み、出力
側の伝送フレームに位相を合わせて当該出力側に出力す
る位相吸収装置において、入力データをパラレルデータ
に変換するパラレルデータ変換手段と、このパラレルデ
ータ変換手段にて変換されたパラレルデータを入力デー
タのフレームに合わせて所定のタイミングで保持して出
力する第1のラッチ手段と、この第1のラッチ手段の保
持データを、該第1のラッチ手段の保持タイミングより
前記入力データのフレーム周期以内の時間であって、且
つ、第1のラッチ手段の保持データが安定状態にある所
定の時間相当分、遅れたタイミングで保持して出力する
第2のラッチ手段と、これらラッチ手段のうち、一方の
出力データを抽出する選択手段と、この選択手段により
抽出された出力データを出力側のフレームタイミングに
合わせた所定のタイミングで取り込み、シリアルデータ
に変換して出力側の伝送タイミングに同期して出力する
シリアルデータ変換手段と、前記第1および第2のラッ
チ手段のラッチ・タイミングに対するシリアルデータ変
換手段の取り込みタイミングの位相差に応じ、選択手段
の抽出対象を指定する制御手段とを具備して構成する。
In order to achieve the above object, the present invention is configured as follows. That is, in a phase absorption device that takes in input data that is serially transmitted in a frame structure, outputs the output data to the output side in phase with the transmission frame on the output side, parallel data conversion means for converting the input data into parallel data, and The first latch means for holding and outputting the parallel data converted by the parallel data converting means at a predetermined timing according to the frame of the input data, and the data held by the first latch means are stored in the first latch means. A time period within the frame period of the input data from the holding timing of the latch means, and holding and outputting at a timing delayed by a predetermined time during which the held data of the first latch means is in a stable state; 2 latch means, selection means for extracting output data of one of these latch means, and this selection means A serial data conversion unit that fetches the extracted output data at a predetermined timing that matches the frame timing on the output side, converts the output data into serial data, and outputs the serial data in synchronization with the transmission timing on the output side; And a control means for designating an extraction target of the selection means according to a phase difference between the latch timing of the latch means and the fetch timing of the serial data conversion means.

【0012】[0012]

【作用】上記の構成において、フレーム構成でシリアル
伝送される入力データを取り込み、出力側の伝送フレー
ムに位相を合わせて当該出力側に出力するにあたり、パ
ラレルデータ変換手段は入力データをパラレルデータに
変換するが、このパラレルデータ変換手段にて変換され
たパラレルデータは第1のラッチ手段により、入力デー
タのフレームに合わせた所定のタイミングでラッチされ
る。また、この第1のラッチ手段の保持データは第2の
ラッチ手段により、該第1のラッチ手段のデータ保持タ
イミングより所定の時間(第1のラッチ手段の保持タイ
ミングより前記入力データのフレーム周期以内の時間で
あって、且つ、第1のラッチ手段の保持データが安定状
態にある所定の時間相当分、例えば、前記入力データの
フレーム周期の半周期分程度)遅れて、ラッチされる。
そして、選択手段はこれらラッチ手段のうち、一方の出
力データを抽出し、シリアルデータ変換手段はこの選択
手段により抽出された出力データを出力側のフレームタ
イミングに合わせた所定のタイミングで取り込み、シリ
アルデータに変換して出力側の伝送タイミングに同期し
て出力する。
In the above structure, the parallel data conversion means converts the input data into parallel data when the input data serially transmitted in the frame structure is fetched and output to the output side in phase with the transmission frame on the output side. However, the parallel data converted by the parallel data conversion means is latched by the first latch means at a predetermined timing according to the frame of the input data. Further, the data held in the first latch means is held by the second latch means for a predetermined time from the data hold timing of the first latch means (within the frame period of the input data from the hold timing of the first latch means). And the data held by the first latch means is delayed by a predetermined time corresponding to a stable time, for example, about a half cycle of the frame cycle of the input data).
Then, the selection means extracts one of the output data of the latch means, and the serial data conversion means fetches the output data extracted by the selection means at a predetermined timing matched with the frame timing of the output side to obtain the serial data. And output in synchronization with the transmission timing on the output side.

【0013】一方、制御手段は前記第1および第2のラ
ッチ手段のラッチ・タイミングに対するシリアルデータ
変換手段の取り込みタイミングの位相差に応じ、選択手
段の抽出対象を指定する。この結果、選択手段は前記第
1および第2のラッチ手段のラッチ・タイミングとシリ
アルデータ変換手段の取り込みタイミングの位相差に応
じ、例えば、位相差が一方では僅差であるとすると、位
相差の十分ある方のラッチ手段の出力データを抽出さ
せ、位相差がいずれも十分あるようなときは任意の一
方、若しくは第1ラッチ手段の出力データを抽出させ、
シリアルデータ変換手段に与えてシリアルデータ化して
出力側に出力させる。
On the other hand, the control means designates the extraction target of the selection means according to the phase difference between the latch timing of the first and second latch means and the fetch timing of the serial data conversion means. As a result, the selecting means responds to the phase difference between the latch timing of the first and second latch means and the fetch timing of the serial data converting means. For example, if the phase difference is a small difference on the one hand, the phase difference is sufficient. The output data of one of the latch means is extracted, and when there is sufficient phase difference, any one or the output data of the first latch means is extracted.
The data is given to the serial data conversion means and converted into serial data and output to the output side.

【0014】このように、本発明では入力データをパラ
レルデータにし、この中で必要なデータのみラッチさせ
る。入力と出力のフレーム位相差が近く、データ転送が
不可能なタイミングをなくすため、先のラッチデータを
さらに入力側フレーム周期の半周期分程度ずらしてラッ
チする。これら2つのラッチデータを出力側フレーム位
相とラッチタイミングの位相との差に応じ、例えば、位
相差の十分確保できる側のラッチデータを用いてこれを
シリアルデータに戻すようにすると云うものである。そ
のため、容量を十分確保しなければならないFIFO素
子や、アドレス制御の必要なメモリ回路等が不要とな
り、構成を簡素化して安価にシステム構成ができ、しか
も、信頼性の高いデータ速度変換と位相吸収をすること
ができる位相吸収装置を提供できる。
As described above, according to the present invention, the input data is parallel data, and only the necessary data is latched in the parallel data. In order to eliminate the timing at which data transfer is impossible due to the close frame phase difference between the input and output, the previous latch data is further shifted by a half cycle of the input side frame cycle and latched. According to the difference between the output side frame phase and the latch timing phase, for example, the latch data on the side where a sufficient phase difference can be secured is used to restore these two latch data to serial data. This eliminates the need for FIFO elements that need to secure sufficient capacity, memory circuits that require address control, etc., and simplifies the configuration to enable low-cost system configuration, and also provides highly reliable data rate conversion and phase absorption. It is possible to provide a phase absorber capable of

【0015】[0015]

【実施例】以下、本発明の一実施例について、図面を参
照して説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings.

【0016】図1は本発明の一実施例を示すブロック図
である。図1において、1は入力用シフトレジスタであ
り、送信または受信データ(入力シリアルデータ10)
を順次取り込んでシフトし、パラレルデータ化するため
のレジスタである。2および3はラッチである。これら
のうち、ラッチ2は前記入力用シフトレジスタ1により
パラレル変換されたデータを受けて保持するものであ
り、ラッチ3はこのラッチ2が保持したデータを受けて
保持するものである。
FIG. 1 is a block diagram showing an embodiment of the present invention. In FIG. 1, reference numeral 1 denotes an input shift register, which is transmission or reception data (input serial data 10).
Is a register for sequentially taking in and shifting the data into parallel data. 2 and 3 are latches. Of these, the latch 2 receives and holds the data converted in parallel by the input shift register 1, and the latch 3 receives and holds the data held by the latch 2.

【0017】4はセレクタであり、前記ラッチ2または
ラッチ3のいずれかのラッチデータを選択して出力する
ものである。5は出力用シフトレジスタであって、この
セレクタ4を介して出力されるパラレルのラッチデータ
を後述するシフトレジスタ・ロード・タイミング発生回
路からのロード信号により取り込み、出力側のクロック
14に同期しながらシフト動作してシリアルデータに変
換して出力するものである。出力用シフトレジスタ5の
出力が速度変換、位相吸収済みの出力シリアルデータと
なる。
Reference numeral 4 is a selector for selecting and outputting the latch data of either the latch 2 or the latch 3. Reference numeral 5 denotes an output shift register, which takes in parallel latched data output via the selector 4 by a load signal from a shift register load timing generation circuit described later and synchronizes with the clock 14 on the output side. The shift operation is performed and the data is converted into serial data and output. The output of the output shift register 5 becomes output serial data that has undergone speed conversion and phase absorption.

【0018】また、6はラッチ・タイミング発生回路
で、前記ラッチ2および3に対するラッチ・タイミング
などのタイミング信号を発生するものである。このラッ
チ・タイミング発生回路6は入力クロック11と、入力
フレーム(フレーム同期信号)12の各信号を元に、予
め定めた所定のタイムスロットにおける所定クロック目
のタイミングでラッチ2用およびラッチ3用のラッチ信
号を出力するものであり、1フレーム当たりタイムスロ
ット数が32スロットの構成で、1タイムスロット当た
りのクロック数が8クロックであったとすると、例え
ば、ラッチ2用のラッチ信号発生タイミングはnタイム
スロットの第7クロック目(そのタイムスロットにおけ
る8つ目のクロック)で、また、ラッチ3用のラッチ信
号発生タイミングは(32/2)+nタイムスロットの
第7クロック目(そのタイムスロットにおける8つ目の
クロック)で発生させる。
Reference numeral 6 is a latch timing generating circuit for generating timing signals such as latch timing for the latches 2 and 3. The latch timing generating circuit 6 uses the input clock 11 and each signal of the input frame (frame synchronization signal) 12 for latch 2 and latch 3 at a timing of a predetermined clock in a predetermined time slot. If a latch signal is output, and the number of time slots per frame is 32 slots and the number of clocks per time slot is 8 clocks, for example, the latch signal generation timing for the latch 2 is n time. At the 7th clock of the slot (8th clock in the time slot), the latch signal generation timing for the latch 3 is (32/2) + n 7th clock of the time slot (8 clocks in the time slot). Clock).

【0019】すなわち、図1の回路はフレーム当たりの
タイムスロットがn個あれば、n組用意し、それぞれ別
のタイムスロット専用とし、自己が対象としているタイ
ムスロットのデータをラッチし、速度変換、位相吸収し
て出力する構成とする。
That is, in the circuit of FIG. 1, if there are n time slots per frame, n sets are prepared, each of them is dedicated to another time slot, the data of the time slot of its own is latched, and the speed conversion, The phase is absorbed and output.

【0020】そして、ラッチ・タイミング発生回路6は
自己が対象としているタイムスロットの最後と、それよ
り半フレーム周期離れたタイムスロットの最後のタイミ
ングでラッチ信号を出力し、ラッチ2とラッチ3で互い
に半フレーム周期離れたタイムスロットのデータをラッ
チし、それぞれ1フレーム周期の期間、そのデータを保
持するように制御する。
Then, the latch timing generation circuit 6 outputs a latch signal at the end timing of the time slot targeted by itself and at the end timing of the time slot separated by a half frame period, and the latch 2 and the latch 3 mutually output the latch signal. The data in the time slots separated by a half frame period is latched, and the data is controlled to be retained for the period of one frame period.

【0021】7はシフトレジスタ・ロード・タイミング
発生回路であり、出力側のクロック14と出力側のフレ
ーム同期信号15に同期し、対応するタイムスロットの
期間の直前のタイミングで出力用シフトレジスタ5への
ロード信号を発生するものである。
Reference numeral 7 denotes a shift register load timing generation circuit, which is synchronized with the clock 14 on the output side and the frame synchronization signal 15 on the output side and is transferred to the output shift register 5 at the timing immediately before the corresponding time slot period. The load signal is generated.

【0022】また、8はセレクタ制御回路であり、同期
位相検出部8Aとセレクタ切り替え信号発生部8Bとか
ら構成されていて、同期位相検出部8Aはラッチ・タイ
ミング発生回路6からのラッチ信号とシフトレジスタ・
ロード・タイミング発生回路7からのロード信号を受
け、これら信号に基づいて位相状態を検出し(例えば、
位相差を検出し)、これに基づいてセレクタ切り替え信
号発生部8Bはラッチ2および3のうち、セレクタ4に
選択させるべきラッチを指定する選択信号を出力すると
云った機能を持つ回路である。このセレクタ制御回路8
によりセレクタ4はラッチ2および3のうちの一方の出
力を選択して出力用シフトレジスタ5に与える。
A selector control circuit 8 is composed of a synchronous phase detecting section 8A and a selector switching signal generating section 8B. The synchronous phase detecting section 8A shifts the latch signal from the latch timing generating circuit 6 and shifts. register·
It receives load signals from the load timing generation circuit 7 and detects the phase state based on these signals (for example,
It is a circuit having a function of detecting a phase difference), and based on this, the selector switching signal generator 8B outputs a selection signal designating a latch to be selected by the selector 4 among the latches 2 and 3. This selector control circuit 8
Thus, the selector 4 selects one of the outputs of the latches 2 and 3 and supplies it to the output shift register 5.

【0023】次にこのような構成の本装置の作用を説明
する。尚、ここでは動作例として、伝送速度2.048 MHz
のデータの伝送フレームのタイムスロット“0”におけ
るデータを、伝送速度64kHz のデータに変換して位相吸
収する場合を示す。ここでのデータ伝送はフレーム周期
が8kHzで、フレーム当たり32のタイムスロットに分割
されていて、1タイムスロット当たり8ビットのデータ
が伝送できる。この場合のタイムスロット“0”におけ
る伝送速度2.048 MHz データを伝送速度64kHzのデータ
に変換して位相吸収し、出力するものとする。
Next, the operation of the present apparatus having such a configuration will be described. Here, as an operation example, the transmission speed is 2.048 MHz.
The case where the data in the time slot “0” of the data transmission frame of is converted into the data of the transmission speed of 64 kHz and the phase is absorbed. The data transmission here has a frame period of 8 kHz and is divided into 32 time slots per frame, and 8 bits of data can be transmitted per one time slot. In this case, the data of the transmission rate of 2.048 MHz in the time slot “0” is converted into the data of the transmission rate of 64 kHz, the phase is absorbed, and the data is output.

【0024】図2は入力側、図3は出力側のタイミング
を示したものである。図2において、(a) はクロック信
号であり、(b) は入力側の伝送データの伝送フレームの
同期信号、(c) は入力データである。また、(d) はラッ
チ2のラッチ・タイミング信号、(e) はラッチ3のラッ
チ・タイミング信号、(f) はラッチ2のラッチデータ出
力、(g) はラッチ3のラッチデータ出力である。また、
図3において、(a) はクロック信号であり、(b) はシフ
トレジスタ5のパラレルデータ・ロードタイミング、
(c) はシフトレジスタ5からの出力データで、速度変換
および位相吸収済みの出力データである。
FIG. 2 shows the timing on the input side, and FIG. 3 shows the timing on the output side. In FIG. 2, (a) is a clock signal, (b) is a synchronization signal of a transmission frame of transmission data on the input side, and (c) is input data. Further, (d) is a latch timing signal of the latch 2, (e) is a latch timing signal of the latch 3, (f) is a latch data output of the latch 2, and (g) is a latch data output of the latch 3. Also,
In FIG. 3, (a) is a clock signal, (b) is a parallel data load timing of the shift register 5,
(c) is output data from the shift register 5, which is output data after speed conversion and phase absorption.

【0025】これらのタイミングチャートを参照して説
明すると、シリアルの入力データ10はシフトレジスタ
1によりパラレルデータに順次変換される。すなわち、
シリアルの入力データ10は2.048 MHz のクロックに同
期して動作するシフトレジスタ1により、順次シフトさ
れてパラレルデータに変換される。
Explaining with reference to these timing charts, the serial input data 10 is sequentially converted into parallel data by the shift register 1. That is,
The serial input data 10 is sequentially shifted and converted into parallel data by the shift register 1 that operates in synchronization with the 2.048 MHz clock.

【0026】一方、ラッチ・タイミング発生回路6は入
力クロックである2.048 MHz のクロック11と入力フレ
ームの同期信号であるフレーム同期信号12を受けて、
フレーム同期信号12に同期しながらタイムスロット
“0”の8クロック目毎にラッチ2用のラッチ信号を発
生し、また、タイムスロット“16”の8クロック目毎
にラッチ3用のラッチ信号を出力する。
On the other hand, the latch timing generation circuit 6 receives a clock 11 of 2.048 MHz which is an input clock and a frame synchronization signal 12 which is a synchronization signal of an input frame,
A latch signal for latch 2 is generated every 8th clock of time slot "0" in synchronization with the frame synchronization signal 12, and a latch signal for latch 3 is output every 8th clock of time slot "16". To do.

【0027】すなわち、ラッチ2用のラッチ信号(ラッ
チ・タイミングP)より、半フレーム周期分、遅れてラ
ッチ3用のラッチ信号(ラッチ・タイミングQ)が発生
され、ラッチ3はラッチ2が保持したタイムスロット
“0”でのデータを半フレーム周期遅れで保持すること
になる。そして、ラッチ・タイミングPとラッチ・タイ
ミングQはそれぞれ、周期が1フレーム周期相当である
ことから、ラッチ3はラッチ2より半フレーム周期ずれ
てタイムスロット“0”でのデータを保持していること
になる。
That is, the latch signal for the latch 3 (latch timing Q) is generated with a delay of a half frame period from the latch signal for the latch 2 (latch timing P), and the latch 2 holds the latch 3 The data in the time slot “0” will be held with a half frame cycle delay. Since each of the latch timing P and the latch timing Q corresponds to one frame period, the latch 3 holds the data in the time slot “0” with a half frame period shift from the latch 2. become.

【0028】このように、上述のようなタイミング関係
にあるラッチ・タイミング発生回路6からのラッチ信号
を受け、ラッチ2はラッチ信号を受けたタイミングで入
力用シフトレジスタ1の出力パラレルデータをラッチ
し、ラッチ3はラッチ2のラッチデータを保持して、そ
のデータを1フレーム相当の時間、保持する。そして、
セレクタ4はセレクタ制御回路8の制御によってラッチ
2とラッチ3の保持データのうち、一方を選択して出力
用シフトレジスタ5に送り出す。
As described above, the latch signal from the latch / timing generation circuit 6 having the above timing relationship is received, and the latch 2 latches the output parallel data of the input shift register 1 at the timing when the latch signal is received. The latch 3 holds the latch data of the latch 2 and holds the data for a time corresponding to one frame. And
Under the control of the selector control circuit 8, the selector 4 selects one of the data held in the latches 2 and 3 and sends it to the output shift register 5.

【0029】一方、出力側はセレクタ4の出力をシフト
レジスタ・ロード・タイミング発生回路7により発生し
たロード信号により出力用シフトレジスタ5はセレクタ
4の出力データ(パラレルデータ)を取り込む。これに
より入力側で取り込んだタイムスロット“0”のデータ
は出力用シフトレジスタ5に移され、出力用シフトレジ
スタ5は64kHz のクロックに同期してシリアル変換し、
シリアルデータとして出力する。
On the other hand, on the output side, the output of the selector 4 is loaded into the output shift register 5 (parallel data) by the load signal generated by the shift register load timing generating circuit 7. As a result, the data of the time slot “0” fetched at the input side is transferred to the output shift register 5, and the output shift register 5 performs serial conversion in synchronization with the 64 kHz clock,
Output as serial data.

【0030】ここで、シフトレジスタ・ロード・タイミ
ング発生回路7の出力するロード信号は、出力側でのフ
レーム同期信号15とクロック信号14とに同期するの
で、出力側でのフレームに同期して伝送速度が64kHz の
シリアルデータとなり、位相吸収と速度変換がなされた
出力データが得られることになる。
Since the load signal output from the shift register load timing generating circuit 7 is synchronized with the frame synchronizing signal 15 and the clock signal 14 on the output side, the load signal is transmitted in synchronization with the frame on the output side. The speed will be 64kHz serial data, and the output data with phase absorption and speed conversion will be obtained.

【0031】さて、本装置ではセレクタ4はセレクタ制
御回路8の出力(セレクタ切り替え信号発生部8Bの出
力)により、ラッチ2およびラッチ3からの入力データ
のうち、取り出すデータをラッチ2の出力とするか、ラ
ッチ3の出力とするかを決定するが、出力側のロード・
タイミングRが入力側のラッチ・タイミングPおよびQ
より十分に離れているときは、どちらのデータをセレク
トしても問題はなく、速度変換と位相吸収を行える。
In the present apparatus, the selector 4 outputs the data of the latch 2 and the data extracted from the input data from the latch 2 and the latch 3 by the output of the selector control circuit 8 (the output of the selector switching signal generator 8B). Or the output of the latch 3 is determined.
Timing R is latch timing P and Q on the input side
If they are far enough apart, it does not matter which data is selected and velocity conversion and phase absorption can be performed.

【0032】従って、この場合はセレクタ制御回路8の
セレクタ切り替え信号発生部8Bに例えば、ラッチ2の
出力を選択するような選択信号をセレクタ4に出力する
ような設定としておくことでラッチ2の出力を選択させ
ることができる。これは同位相検出部8Aが同位相でな
いことを検出した場合に、ラッチ2の出力を選択する選
択信号を発生させる構成としておくことで実現できる。
尚、同様にしてラッチ3を選択する構成とすることも可
能である。
Therefore, in this case, the selector switching signal generator 8B of the selector control circuit 8 is set to output a selection signal for selecting the output of the latch 2 to the selector 4, for example, so that the output of the latch 2 is output. Can be selected. This can be realized by providing a configuration in which the selection signal for selecting the output of the latch 2 is generated when the in-phase detection unit 8A detects that they are not in phase.
It is also possible to adopt a configuration in which the latch 3 is selected in the same manner.

【0033】ところで今、ロード・タイミングR(ロー
ド信号の発生タイミング)がラッチ2用のラッチ・タイ
ミングP(ラッチ信号の発生タイミング)に十分に近い
とする。
Now, it is assumed that the load timing R (load signal generation timing) is sufficiently close to the latch timing P (latch signal generation timing) for the latch 2.

【0034】この場合に、現在、入力データ10が入力
用シフトレジスタ1→ラッチ2→セレクタ4→出力用シ
フトレジスタ5と流れて出力シリアルデータ13として
出力されていると、入力用シフトレジスタ1によりパラ
レル変換されたデータがラッチ2にラッチされるラッチ
・タイミングがRであり、このラッチされたデータがセ
レクタ4を介して出力用シフトレジスタ5に与えられ、
ラッチ・タイミングRにタイミング的に近いロード・タ
イミングRで出力用シフトレジスタ5がこのラッチデー
タを取り込むことになる。しかし、ラッチ2ではパラレ
ルデータが変化中であるので出力用シフトレジスタ5に
与えられるデータも変化中となる結果、出力用シフトレ
ジスタ5にロードされるデータが不定になる危険があ
る。
In this case, if the input data 10 is currently output as the output serial data 13 by flowing through the input shift register 1 → latch 2 → selector 4 → output shift register 5, the input shift register 1 causes The latch timing at which the parallel-converted data is latched by the latch 2 is R, and the latched data is given to the output shift register 5 via the selector 4,
The output shift register 5 takes in the latch data at the load timing R which is close to the latch timing R in terms of timing. However, since the parallel data is changing in the latch 2, the data applied to the output shift register 5 is also changing, and as a result, the data loaded in the output shift register 5 may be undefined.

【0035】そのため、セレクタ制御回路8では、同期
位相検出部8Aでラッチ・タイミングPとロード・タイ
ミングRを監視して両者が近すぎる場合には、セレクタ
切り替え信号発生部8Bの選択信号出力を切り替え、こ
れによって、セレクタ4の出力をラッチ2の出力からラ
ッチ3の出力へと切り替えて入力データ10が入力用シ
フトレジスタ1→ラッチ2→ラッチ3→セレクタ4→出
力用シフトレジスタ5と流れるようにし、位相吸収およ
び速度変換された出力シリアルデータ13として出力さ
れるように制御する。
Therefore, in the selector control circuit 8, the synchronous phase detector 8A monitors the latch timing P and the load timing R, and when they are too close to each other, the selection signal output of the selector switching signal generator 8B is switched. , Thereby switching the output of the selector 4 from the output of the latch 2 to the output of the latch 3 so that the input data 10 flows through the input shift register 1 → the latch 2 → the latch 3 → the selector 4 → the output shift register 5. , So that the output serial data 13 that has undergone phase absorption and speed conversion is output.

【0036】すなわち、ラッチ2の保持しているデータ
は変化中であるが、ラッチ3の保持しているデータはラ
ッチ2がデータを保持してから半フレーム時間経過した
時点でラッチ2より得たデータを保持したものであり、
各ラッチ2,3とも保持周期は入力側の伝送フレームの
1フレーム時間相当分であるから、ラッチ2が安定状態
にあるときのデータを保持したものであって、しかも、
ラッチ3もデータが安定した状態にある。
That is, although the data held by the latch 2 is changing, the data held by the latch 3 is obtained from the latch 2 when half a frame time has elapsed after the latch 2 held the data. It holds data,
Since the holding period of each of the latches 2 and 3 is equivalent to one frame time of the transmission frame on the input side, it holds the data when the latch 2 is in a stable state, and
The data of the latch 3 is also stable.

【0037】そして、ラッチ3の保持データをセレクタ
4に取り込ませて出力用シフトレジスタ5に与えるよう
にすることで、伝送速度2.048 MHz の入力側におけるタ
イムスロット“0”におけるデータを伝送速度64kHz の
データに変換して位相吸収し、出力することができる。
Then, the data held in the latch 3 is fetched by the selector 4 and given to the output shift register 5, so that the data in the time slot "0" on the input side at the transmission rate of 2.048 MHz is set at the transmission rate of 64 kHz. It can be converted to data, phase-absorbed, and output.

【0038】同様にロード・タイミングRがラッチ3用
のラッチ・タイミングQに近すぎる場合にはラッチ2の
出力をセレクタ4が選択するように、セレクタ制御回路
8が切り替え制御するので、これにより、入力データ1
0が入力用シフトレジスタ1→ラッチ2→セレクタ4→
出力用シフトレジスタ5と流れて位相吸収および速度変
換された出力シリアルデータ13として出力されるよう
に制御される。
Similarly, when the load timing R is too close to the latch timing Q for the latch 3, the selector control circuit 8 controls the switching so that the selector 4 selects the output of the latch 2, so that Input data 1
0 is an input shift register 1 → latch 2 → selector 4 →
It is controlled so as to flow to the output shift register 5 and output as the output serial data 13 which has been subjected to phase absorption and speed conversion.

【0039】なお、入力データ10が入力用シフトレジ
スタ1→ラッチ2→セレクタ4→出力用シフトレジスタ
5と流れて位相吸収および速度変換された出力シリアル
データ13となるようにした場合、データは1フレーム
未満のデータ遅延で出力される。
When the input data 10 flows through the input shift register 1 → latch 2 → selector 4 → output shift register 5 to become the phase-absorbed and speed-converted output serial data 13, the data is 1. Output with data delay less than frame.

【0040】これに対して、入力データ10が入力用シ
フトレジスタ1→ラッチ2→ラッチ3→セレクタ4→出
力用シフトレジスタ5と流れて出力される場合にはデー
タは1フレーム以上2フレーム未満のデータ遅延が発生
する。しかし、この方式により、簡易な構成でしかも、
確かなデータの速度変換、位相吸収が行える。
On the other hand, when the input data 10 is output in the order of input shift register 1 → latch 2 → latch 3 → selector 4 → output shift register 5, the data is 1 frame or more and less than 2 frames. Data delay occurs. However, this method has a simple structure and
You can surely convert the speed of data and absorb the phase.

【0041】なお、ロード・タイミングRとラッチ・タ
イミングPまたはQが近過ぎるか否かの判断はセレクタ
制御回路8の同位相検出部8Aにて行うが、どの程度が
近過ぎる範囲になるかは、システムのスペックを考慮し
て適宜に設定するものとする。
The in-phase detector 8A of the selector control circuit 8 determines whether or not the load timing R and the latch timing P or Q are too close to each other. , It should be set appropriately considering the system specifications.

【0042】尚、本発明は上記し、且つ、図面に示す実
施例に限定することなく、その要旨を変更しない範囲内
で適宜変形して実施し得るものであり、例えば、ラッチ
3のラッチ・タイミングはラッチ2のラッチ・タイミン
グに対して入力側伝送フレーム周期の半周期遅れとする
ようにしたが、これに限定されるものではなく、要は一
方がデータの不安定状態のときでも、他方は安定状態に
あるような動作タイミングが確保できれば良いものであ
る。
The present invention is not limited to the embodiments described above and shown in the drawings, but can be carried out by appropriately modifying it within the scope not changing the gist of the invention. The timing is set to be delayed by a half cycle of the input side transmission frame cycle with respect to the latch timing of the latch 2, but the present invention is not limited to this, and the point is that even when one side is in an unstable data state, the other side It is only necessary to secure an operation timing that is in a stable state.

【0043】また、例えば、本発明の変形例として次の
ようにすることも考えられる。すなわち、出力用シフト
レジスタ5を複数用意し、入力データ10の複数タイム
スロットを出力側のクロック14およびフレーム同期信
号15に同期した複数の出力にしたり、セレクタ4,出
力用シフトレジスタ5,シフトレジスタ・ロード・タイ
ミング発生回路7,セレクタ制御回路8を複数用意し、
入力データ10の単数または複数タイムスロットを個別
位相のクロックに同期させて出力したり、入力側クロッ
ク11およびフレーム同期信号12に同期した複数系列
のシリアル入力データ10,10a,10b…をそれぞ
れの系列に対応して設けた複数の入力用シフトレジスタ
1,1a,1b…に入力させ、これをすべてパラレルデ
ータにし、ラッチ2,ラッチ3,セレクタ4,出力用シ
フトレジスタ5のビット数をそれに合わせることで、デ
ータの多重を行う構成とすることも可能になる。
Further, for example, the following may be considered as a modification of the present invention. That is, a plurality of output shift registers 5 are prepared to make a plurality of time slots of the input data 10 a plurality of outputs in synchronization with the clock 14 and the frame synchronization signal 15 on the output side, a selector 4, an output shift register 5, and a shift register.・ Preparing multiple load timing generation circuits 7 and selector control circuits 8
A single or a plurality of time slots of the input data 10 is output in synchronization with a clock of an individual phase, or a plurality of series of serial input data 10, 10a, 10b ... Synchronized with the input side clock 11 and the frame synchronization signal 12 Are input to a plurality of input shift registers 1, 1a, 1b ... Corresponding to, all of them are converted into parallel data, and the number of bits of the latch 2, the latch 3, the selector 4, and the output shift register 5 are adjusted to them. Then, it becomes possible to adopt a configuration in which data is multiplexed.

【0044】以上、説明したように、必要なデータ、必
要最小限のラッチを使用するだけであるから、少ないゲ
ート数で伝送速度の異なるデータ授受対象との間で速度
変換および位相吸収してデータ授受することができる。
また、入力クロック周波数と出力クロック周波数を特に
意識せずに設計できる利点がある。
As described above, since only the necessary data and the minimum necessary latches are used, the data is converted by the small number of gates and the data is transmitted and received with different transmission speeds, and the data is absorbed. Can be given and received.
Further, there is an advantage that the design can be made without paying attention to the input clock frequency and the output clock frequency.

【0045】このように本システムは、フレーム構成で
シリアル伝送される入力データを取り込み、出力側の伝
送フレームに位相を合わせて当該出力側に出力するため
の位相吸収装置において、入力データをパラレルデータ
に変換するパラレルデータ変換手段と、このパラレルデ
ータ変換手段にて変換されたパラレルデータを入力デー
タのフレームに合わせて所定のタイミングで保持して出
力する第1のラッチ手段と、この第1のラッチ手段の保
持データを該第1のラッチ手段のデータ保持タイミング
より前記入力データのフレーム周期の半周期分程度、遅
れて保持して出力する第2のラッチ手段と、これらラッ
チ手段のうち、一方の出力データを抽出する選択手段
と、この選択手段により抽出された出力データを出力側
のフレームタイミングに合わせた所定のタイミングで取
り込み、シリアルデータに変換して出力側の伝送タイミ
ングに同期して出力するシリアルデータ変換手段と、前
記第1および第2のラッチ手段のラッチ・タイミングに
対するシリアルデータ変換手段の取り込みタイミングの
位相差に応じ、選択手段の抽出対象を指定する制御手段
とを具備して構成したものである。
As described above, in the present system, in the phase absorber for taking in the input data serially transmitted in the frame structure and outputting the same to the output side in phase with the transmission frame on the output side, the input data is converted into parallel data. To parallel data conversion means, first latch means for holding and outputting the parallel data converted by the parallel data conversion means at a predetermined timing in accordance with a frame of input data, and the first latch. One of the second latch means for holding and outputting the data held by the means with a delay from the data holding timing of the first latch means by about a half cycle of the frame period of the input data, and one of these latch means. The selecting means for extracting the output data and the output data extracted by the selecting means are used for the frame timing on the output side. And a serial data conversion means for converting the data into serial data and outputting the data in synchronization with the transmission timing on the output side, and the serial data conversion means for the latch timing of the first and second latch means. And a control means for designating an extraction target of the selection means according to the phase difference of the capture timing of the.

【0046】そして、このような構成において、フレー
ム構成でシリアル伝送される入力データを取り込み、出
力側の伝送フレームに位相を合わせて当該出力側に出力
するにあたり、パラレルデータ変換手段は入力データを
パラレルデータに変換するが、このパラレルデータ変換
手段にて変換されたパラレルデータは第1のラッチ手段
により、入力データのフレームに合わせた所定のタイミ
ングでラッチさせ、また、この第1のラッチ手段の保持
データは第2のラッチ手段により、該第1のラッチ手段
のラッチ・タイミングより前記入力データのフレーム周
期の半フレーム周期分程度、遅れてラッチさせ、そし
て、選択手段にはこれらラッチ手段のうち、一方の出力
データを抽出させ、シリアルデータ変換手段はこの選択
手段により抽出された出力データを出力側のフレームタ
イミングに合わせた所定のタイミングで取り込み、シリ
アルデータに変換して出力側の伝送タイミングに同期し
て出力させると云うものである。
In such a structure, when the input data serially transmitted in the frame structure is fetched and output to the output side by aligning the phase with the transmission frame on the output side, the parallel data conversion means parallelizes the input data. The data is converted into data, and the parallel data converted by the parallel data conversion means is latched by the first latch means at a predetermined timing according to the frame of the input data, and is held by the first latch means. The data is latched by the second latch means with a delay of about a half frame cycle of the frame cycle of the input data from the latch timing of the first latch means, and the selecting means has one of these latch means. One of the output data is extracted, and the serial data conversion means is extracted by this selection means. Incorporation at a prescribed timing to output data to the frame timing of the output side, are those referred synchronization with is output to the transmission timing of the output side is converted into serial data.

【0047】また、制御手段には前記第1および第2の
ラッチ手段のラッチ・タイミングとシリアルデータ変換
手段の取り込みタイミングの位相差に応じ、選択手段の
抽出対象を指定させるようにするものである。
Further, the control means is made to designate the extraction target of the selection means according to the phase difference between the latch timing of the first and second latch means and the fetch timing of the serial data conversion means. ..

【0048】この結果、選択手段は前記第1および第2
のラッチ手段のラッチ・タイミングとシリアルデータ変
換手段の取り込みタイミングの位相差に応じ、例えば、
位相差が一方では僅差であるとすると、位相差の十分あ
る方のラッチ手段の出力データを抽出させ、位相差がい
ずれも十分あるようなときは任意の一方、若しくは第1
ラッチ手段の出力データを抽出させ、シリアルデータ変
換手段に与えてシリアルデータ化して出力側に出力させ
ることができ、ラッチデータのうち、安定した側のラッ
チデータをシリアルデータ変換手段に与えてシリアルデ
ータ化して出力側に出力させることができる。
As a result, the selection means has the first and second selection means.
According to the phase difference between the latch timing of the latch means and the fetch timing of the serial data conversion means, for example,
Assuming that the phase difference is a small difference on the one hand, the output data of the latch means having the sufficient phase difference is extracted, and if there is a sufficient phase difference, any one or the first
The output data of the latch means can be extracted, given to the serial data conversion means, converted into serial data, and output to the output side. Of the latch data, the latch data on the stable side can be given to the serial data conversion means to output the serial data. It can be converted and output to the output side.

【0049】このように、本発明では入力データをパラ
レルデータにし、この中で必要なデータのみラッチさ
せ、また、入力と出力のフレーム位相差が近く、データ
転送が不可能なタイミングをなくすため、先のラッチデ
ータをさらに入力側フレーム周期の半周期分程度ずらし
てラッチさせるようにし、これら2つのラッチデータを
出力側フレーム位相とラッチタイミングの位相との差に
応じ、例えば、位相差の十分確保できる側のラッチデー
タを用いてこれをシリアルデータに戻すようにすると云
うものである。そのため、容量を十分確保しなければな
らないFIFO素子や、アドレス制御の必要なメモリ回
路等が不要となり、構成を簡素化して安価にシステム構
成ができ、しかも、信頼性の高いデータ速度変換と位相
吸収をすることができる
As described above, according to the present invention, the input data is parallel data, and only the necessary data is latched in the parallel data, and since the frame phase difference between the input and output is close, the timing at which data transfer is impossible is eliminated. The previous latch data is further shifted by about a half cycle of the input side frame period so as to be latched. For example, a sufficient phase difference is secured between these two latch data depending on the difference between the output side frame phase and the latch timing phase. This means that the latch data on the working side is used to restore this to serial data. This eliminates the need for FIFO elements that need to secure sufficient capacity, memory circuits that require address control, etc., and simplifies the configuration to enable low-cost system configuration, and also provides highly reliable data rate conversion and phase absorption. Can be

【0050】[0050]

【発明の効果】以上、詳述したようにこの発明によれ
ば、大容量のメモリを使用することなく速度変換と位相
吸収が行えるようになり、従って安価でしかも高信頼性
のシステムとすることができる速度変換機能を含んだ位
相吸収装置を提供できる。
As described above in detail, according to the present invention, speed conversion and phase absorption can be performed without using a large-capacity memory, so that an inexpensive and highly reliable system can be obtained. It is possible to provide a phase absorption device including a speed conversion function capable of performing the above.

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

【図1】本発明の一実施例の全体構成を示すブロック
図。
FIG. 1 is a block diagram showing the overall configuration of an embodiment of the present invention.

【図2】図1の動作を説明するための入力側のタイミン
グチャート。
FIG. 2 is a timing chart on the input side for explaining the operation of FIG.

【図3】図1の動作を説明するための出力側のタイミン
グチャート。
FIG. 3 is a timing chart on the output side for explaining the operation of FIG.

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

1…入力用シフトレジスタ、2,3…ラッチ、4…セレ
クタ、5…出力用シフトレジスタ、6…ラッチ・タイミ
ング発生回路、7…シフトレジスタ・ロード・タイミン
グ発生回路、8…セレクタ制御回路、8A…同期位相検
出部、8B…セレクタ切り替え信号発生部、10…入力
(シリアル)データ、11…入力側のクロック信号、1
2…入力側のフレーム同期信号、13…出力(シリア
ル)データ、14…出力側のクロック信号、15…出力
フレーム。
1 ... Input shift register, 2, 3 ... Latch, 4 ... Selector, 5 ... Output shift register, 6 ... Latch timing generation circuit, 7 ... Shift register load timing generation circuit, 8 ... Selector control circuit, 8A ... synchronous phase detector, 8B ... selector switching signal generator, 10 ... input (serial) data, 11 ... input side clock signal, 1
2 ... Input side frame synchronization signal, 13 ... Output (serial) data, 14 ... Output side clock signal, 15 ... Output frame.

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 フレーム構成でシリアル伝送される入力
データを取り込み、出力側の伝送フレームに位相を合わ
せて当該出力側に出力する位相吸収装置において、 入力データをパラレルデータに変換するパラレルデータ
変換手段と、 このパラレルデータ変換手段にて変換されたパラレルデ
ータを入力データのフレームに合わせて所定のタイミン
グで保持して出力する第1のラッチ手段と、 この第1のラッチ手段の保持データを、該第1のラッチ
手段の保持タイミングより前記入力データのフレーム周
期以内の時間であって、且つ、第1のラッチ手段の保持
データが安定状態にある所定の時間相当分、遅れたタイ
ミングで保持して出力する第2のラッチ手段と、 これらラッチ手段のうち、一方の出力データを抽出する
選択手段と、 この選択手段により抽出された出力データを出力側のフ
レームタイミングに合わせた所定のタイミングで取り込
み、シリアルデータに変換して出力側の伝送タイミング
に同期して出力するシリアルデータ変換手段と、 前記第1および第2のラッチ手段のラッチタイミングに
対するシリアルデータ変換手段の取り込みタイミングの
位相差に応じ、選択手段の抽出対象を指定する制御手段
とを具備して構成したことを特徴とする位相吸収装置。
1. A phase absorption device for taking in serially transmitted input data in a frame structure and matching the phase of a transmission frame on the output side and outputting the same to the output side. Parallel data conversion means for converting the input data into parallel data. A first latch means for holding and outputting the parallel data converted by the parallel data converting means at a predetermined timing in accordance with a frame of the input data; and a data held by the first latch means, Hold the data at the timing within the frame period of the input data from the holding timing of the first latch means, and at a timing delayed by a predetermined time corresponding to the holding data of the first latch means being in a stable state. Second latch means for outputting, selecting means for extracting output data of one of the latch means, Serial data conversion means for fetching the output data extracted by the above at a predetermined timing that matches the frame timing on the output side, converting it into serial data, and outputting in synchronization with the transmission timing on the output side; And a control means for designating an extraction target of the selection means according to a phase difference between the latch timing of the latch means and the fetch timing of the serial data conversion means.
【請求項2】 前記制御手段は前記位相差が十分あると
きは前記第1のラッチ手段の出力を抽出すべく、選択手
段を制御する構成とすることを特徴とする請求項1記載
の位相吸収装置。
2. The phase absorption according to claim 1, wherein the control means is configured to control the selection means so as to extract the output of the first latch means when the phase difference is sufficient. apparatus.
【請求項3】 前記制御手段は前記位相差が十分ある方
のラッチ手段の出力を抽出すべく、選択手段を制御する
構成とすることを特徴とする請求項1記載の位相吸収装
置。
3. The phase absorber according to claim 1, wherein the control means is configured to control the selection means so as to extract the output of the latch means having a sufficient phase difference.
【請求項4】 前記第2のラッチ手段はそのデータ保持
タイミングを、前記第1のラッチ手段のデータ保持タイ
ミングより、前記入力データのフレーム周期のほぼ半周
期分程度に設定することを特徴とする請求項1記載の位
相吸収装置。
4. The data holding timing of the second latch means is set to be about half a frame cycle of the input data from the data holding timing of the first latch means. The phase absorption device according to claim 1.
JP3260026A 1991-10-08 1991-10-08 Phase absorbing device Pending JPH05102950A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3260026A JPH05102950A (en) 1991-10-08 1991-10-08 Phase absorbing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3260026A JPH05102950A (en) 1991-10-08 1991-10-08 Phase absorbing device

Publications (1)

Publication Number Publication Date
JPH05102950A true JPH05102950A (en) 1993-04-23

Family

ID=17342277

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3260026A Pending JPH05102950A (en) 1991-10-08 1991-10-08 Phase absorbing device

Country Status (1)

Country Link
JP (1) JPH05102950A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU739862B2 (en) * 1997-07-02 2001-10-25 Nec Corporation Frame aligner including two buffers
JP2006076773A (en) * 2004-09-13 2006-03-23 Toshiba Elevator Co Ltd Data transmission system for elevator

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU739862B2 (en) * 1997-07-02 2001-10-25 Nec Corporation Frame aligner including two buffers
US6370162B1 (en) 1997-07-02 2002-04-09 Nec Corporation Frame aligner including two buffers
CN1106097C (en) * 1997-07-02 2003-04-16 日本电气株式会社 Frame aligner including two buffers
JP2006076773A (en) * 2004-09-13 2006-03-23 Toshiba Elevator Co Ltd Data transmission system for elevator

Similar Documents

Publication Publication Date Title
US6917661B1 (en) Method, architecture and circuitry for controlling pulse width in a phase and/or frequency detector
US8194652B2 (en) Serializer for generating serial clock based on independent clock source and method for serial data transmission
US4056851A (en) Elastic buffer for serial data
US7031347B2 (en) Data communication link
US6516420B1 (en) Data synchronizer using a parallel handshaking pipeline wherein validity indicators generate and send acknowledgement signals to a different clock domain
RU2271069C2 (en) Method and circuit for synchronous data reception during high-speed data transfer from subscriber to central point in optical data transfer system
JPH05102950A (en) Phase absorbing device
US5546401A (en) Frame phase aligner
EP1317085B1 (en) A method and circuit for initializing a de-skewing buffer in a clock forwarded system
US7366207B1 (en) High speed elastic buffer with clock jitter tolerant design
JPH0793615B2 (en) Synchronization circuit
US5164940A (en) Modular communication system with allocatable bandwidth
JP2003347922A (en) Circuit and method for data output in synchronous semiconductor device
JPS63169150A (en) Data transmission circuit
JPH0669937A (en) Method and device for correcting delay time difference in loop type transmission line
JPH09247140A (en) Inter-connection device
JPS603251B2 (en) Synchronization method
JP3463212B2 (en) Data transmission device
US6744833B1 (en) Data resynchronization between modules sharing a common clock
KR0175605B1 (en) Connection control logic between utopia synchronous element and non-utopia asynchronous element
JP2976287B2 (en) Data transmission device and data transmission method
JP2540643B2 (en) Asynchronous data access method of RAM
KR100223032B1 (en) Digital communication system
KR0165054B1 (en) Data stuffing device
KR100210754B1 (en) Bidirectional vpi/vci converting circuit by using lancam