JP2011188092A - Clock transfer circuit and clock transfer method - Google Patents

Clock transfer circuit and clock transfer method Download PDF

Info

Publication number
JP2011188092A
JP2011188092A JP2010049181A JP2010049181A JP2011188092A JP 2011188092 A JP2011188092 A JP 2011188092A JP 2010049181 A JP2010049181 A JP 2010049181A JP 2010049181 A JP2010049181 A JP 2010049181A JP 2011188092 A JP2011188092 A JP 2011188092A
Authority
JP
Japan
Prior art keywords
signal
clock
output
clock signal
data
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.)
Granted
Application number
JP2010049181A
Other languages
Japanese (ja)
Other versions
JP5560778B2 (en
Inventor
Hideo Hata
英夫 畑
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2010049181A priority Critical patent/JP5560778B2/en
Publication of JP2011188092A publication Critical patent/JP2011188092A/en
Application granted granted Critical
Publication of JP5560778B2 publication Critical patent/JP5560778B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To transfer a signal wave between asynchronous clocks while surely preventing a data jump and double output of the same data. <P>SOLUTION: A clock transfer circuit has a plurality of taps and a tap coefficient designating means. In the plurality of taps, a plurality of time-sequential input data items indicating the value of a signal wave synchronized to a first clock signal are kept in the taps; the plurality of input data items held in the taps are multiplied by a plurality of tap coefficients designated by the tap coefficient designating means, respectively; data obtained by adding multiplication results of the taps are defined as output data; and a plurality of output data items are outputted synchronously to a second clock signal. In the tap coefficient designating means, phase delay in the second clock signal, with respect to the first clock signal, is acquired as a phase difference synchronously to the second clock signal, and a tap coefficient for calculating the value of the signal wave in the timing of acquiring the phase difference of the second clock signal, based on the input data held in the taps, is designated synchronously to the second clock signal according to the phase difference. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、非同期のクロック間で信号波を乗せ換える技術に関する。   The present invention relates to a technique for switching signal waves between asynchronous clocks.

ベースバンド信号のような信号波のデータのクロック乗せ換えを行う回路としてDPRAM(Dual Port Random Access Memory)をバッファとして用いたものがある(特許文献1参照)。クロック乗せ換えとは、あるクロック(入力クロック)に同期したデータ(入力データ)をそれと異なる周波数のクロック(出力クロック)に同期したデータ(出力データ)に変換することである。   There is a circuit using DPRAM (Dual Port Random Access Memory) as a buffer as a circuit for performing clock transfer of signal wave data such as a baseband signal (see Patent Document 1). The clock change is to convert data (input data) synchronized with a certain clock (input clock) into data (output data) synchronized with a clock (output clock) having a different frequency.

入力クロックに同期した入力データをDPRAMに書き込み、DPRAM内のデータを出力クロックで読み出すことにより、クロック乗せ換えを行うことができる。更に、特許文献1に記載された回路では、読み出しアドレスと書き込みアドレスの競合を回避するために、書き込みアドレスと読み出しアドレスとが接近してきたら、それらのアドレスを初期化して遠ざける構成が採用されている。   By changing the input data synchronized with the input clock to the DPRAM and reading the data in the DPRAM with the output clock, the clock can be changed. Furthermore, in the circuit described in Patent Document 1, in order to avoid a conflict between the read address and the write address, when the write address and the read address approach each other, a configuration is adopted in which the addresses are initialized and moved away. .

特開2009−218885号公報JP 2009-218885 A

しかしながら、DPRAMを用いたクロック乗せ換え回路では、入力クロックと出力クロックの速度差により出力データの重複や抜け等の問題が起こる。例えば、入力クロックよりも出力クロックが遅ければ、いずれは入力側の書き込みアドレスが出力側の読み出しアドレスに追いついてしまう。そうなると、DPRAMの全てのアドレスが読み出し前のデータで満たされ、それ以上データを書き込めない。書き込めないデータは廃棄され、その結果としてデータの抜けが生じる。   However, in the clock transfer circuit using DPRAM, problems such as duplication and omission of output data occur due to the difference in speed between the input clock and the output clock. For example, if the output clock is slower than the input clock, the input side write address eventually catches up with the output side read address. Then, all the addresses in the DPRAM are filled with the data before reading, and no more data can be written. Data that cannot be written is discarded, resulting in data loss.

また、入力クロックよりも出力クロックが速ければ、いずれは出力側の読み出しアドレスが入力側の書き込みアドレスに追いついてしまう。そうなるとDPRAM内に読み出すべきデータが無くなる。その場合、無効なデータが出力されるか、あるいは一度出力されたデータが再び出力されることになる。   If the output clock is faster than the input clock, the output address on the output side eventually catches up with the write address on the input side. Then, there is no data to be read in the DPRAM. In that case, invalid data is output, or once output data is output again.

容量の大きなDPRAMを用いてバッファを深くしても、データの重複や抜けが起こる頻度を下げることはできるが、根本的な問題の解決にはならない。また、特許文献1で採用された構成も、アドレスの追い越しを防止することはできるが、入力すべきデータのデータ量と出力すべきデータのデータ量とが同じなので原理的にデータの重複や抜けを解消することはできない。   Even if the buffer is deepened using a large-capacity DPRAM, the frequency of data duplication and omission can be reduced, but it does not solve the fundamental problem. The configuration adopted in Patent Document 1 can also prevent address overtaking, but in principle the data amount of the data to be input and the data amount of the data to be output are the same, so that data duplication and omission are in principle. Cannot be resolved.

本発明は、データ飛び、および同一データの重複出力を確実に防止しつつ、非同期クロック間で信号波を乗せ換える技術を提供することを目的とする。   An object of the present invention is to provide a technique for switching signal waves between asynchronous clocks while reliably preventing data skipping and overlapping output of the same data.

上記目的を達成するために、本発明のクロック乗せ換え回路は、第1のクロック信号に同期した信号波の値を示す時系列の複数の入力データをタップにて保持し、タップ係数指定手段により指定された複数のタップ係数を前記タップに保持している該複数の入力データのそれぞれに乗算し、前記各タップの乗算の結果を加算して得られたデータを出力データとして、第2のクロック信号に同期して複数の出力データを出力する複数段のタップと、前記第1のクロック信号に対する前記第2のクロック信号の位相遅れを位相差として該第2のクロック信号に同期して取得し、前記第2のクロック信号の該位相差を取得したタイミングにおける前記信号波の値を前記タップに保持されている入力データに基づいて算出するためのタップ係数を、前記位相差に応じて、前記第2のクロック信号に同期して指定するタップ係数指定手段と、を有する。   In order to achieve the above object, the clock transfer circuit of the present invention holds a plurality of time-series input data indicating the value of a signal wave synchronized with the first clock signal by a tap, and uses tap coefficient designating means. Multiplying each of the plurality of input data held in the tap by a plurality of designated tap coefficients and adding the result of multiplication of each tap as output data, the second clock A plurality of taps that output a plurality of output data in synchronization with the signal, and a phase lag of the second clock signal with respect to the first clock signal is obtained in synchronization with the second clock signal as a phase difference. A tap coefficient for calculating the value of the signal wave at the timing when the phase difference of the second clock signal is acquired based on the input data held in the tap, Depending on the phase difference, having a tap coefficient specifying means for specifying in synchronization with said second clock signal.

本発明のクロック乗せ換え方法は、タップ係数指定手段が、前記第1のクロック信号に対する第2のクロック信号の位相遅れを位相差として該第2のクロック信号に同期して取得し、前記第2のクロック信号の該位相差を取得したタイミングにおける前記信号波の値を前記タップに保持されている入力データに基づいて算出するためのタップ係数を、前記位相差に応じて、前記第2のクロック信号に同期して指定し、複数段のタップが、前記第1のクロック信号に同期した信号波の値を示す時系列の複数の入力データをタップにて保持し、タップ係数指定手段により指定された複数のタップ係数を前記タップに保持している該複数の入力データのそれぞれに乗算し、前記各タップの乗算の結果を加算して得られたデータを出力データとして、前記第2のクロック信号に同期して複数の出力データを出力する、クロック乗せ換え方法である。   In the clock transfer method of the present invention, the tap coefficient specifying means acquires the phase delay of the second clock signal with respect to the first clock signal as a phase difference in synchronization with the second clock signal, and the second A tap coefficient for calculating the value of the signal wave at the timing when the phase difference of the clock signal of the second clock signal is acquired based on the input data held in the tap is set according to the phase difference. Designated in synchronization with the signal, a plurality of taps hold a plurality of time-series input data indicating the value of the signal wave synchronized with the first clock signal, and are designated by the tap coefficient designating means. Multiplying each of the plurality of input data held in the tap by the plurality of tap coefficients, and adding the result of multiplication of the taps as output data, In synchronization with the serial second clock signal and outputs a plurality of output data, a clock change method.

本発明によれば、クロック乗せ換え回路は、クロック間の位相差を取得し、第2のクロック信号の該位相差を取得したタイミングにおける前記信号波の値を算出するためのタップ係数を指定した複数段のタップに入力データを保持し、第2のクロック信号に同期して出力するので、非同期のクロック間で信号波を乗せ換えることができる。また、クロック乗せ換え回路は、DPRAMを使用しないので、アドレス空間の制限がなく、書き込みアドレスおよび読み出しアドレスが接近することがなくなり、データ飛び、または同一データの重複出力が確実に防止される。   According to the present invention, the clock transfer circuit acquires a phase difference between clocks, and specifies a tap coefficient for calculating the value of the signal wave at the timing when the phase difference of the second clock signal is acquired. Since input data is held in a plurality of taps and output in synchronization with the second clock signal, signal waves can be switched between asynchronous clocks. Further, since the clock transfer circuit does not use DPRAM, there is no address space limitation, the write address and the read address do not approach each other, and data skipping or duplicate output of the same data is reliably prevented.

本発明のクロック乗せ換え回路の一構成例を示すブロック図である。It is a block diagram which shows one structural example of the clock transfer circuit of this invention. 本発明の位相比較部の一構成例を示すブロック図である。It is a block diagram which shows the example of 1 structure of the phase comparison part of this invention. 本発明の位相比較部の一構成例を示すブロック図である。It is a block diagram which shows the example of 1 structure of the phase comparison part of this invention. 本発明のパルス生成回路の一構成例を示すブロック図である。It is a block diagram which shows the example of 1 structure of the pulse generation circuit of this invention. 本発明のラッチレジスタの動作の一例を示す表である。It is a table | surface which shows an example of operation | movement of the latch register of this invention. 本発明の比較回路の動作の一例を示す表である。It is a table | surface which shows an example of operation | movement of the comparison circuit of this invention. 本発明のデジタルフィルタ部の一構成例を示すブロック図である。It is a block diagram which shows the example of 1 structure of the digital filter part of this invention. 本発明のフリップフロップの動作の一例を示す表である。It is a table | surface which shows an example of operation | movement of the flip-flop of this invention. 本発明のクロック乗せ換え回路で使用する信号のタイミングチャートの一例である。It is an example of the timing chart of the signal used with the clock transfer circuit of this invention. 本発明のクロック乗せ換え回路の動作を説明するための図である。It is a figure for demonstrating operation | movement of the clock transfer circuit of this invention. 本発明のクロック乗せ換え回路で使用する信号のタイミングチャートの一例である。It is an example of the timing chart of the signal used with the clock transfer circuit of this invention. 本発明のクロック乗せ換え回路の動作を説明するための図である。It is a figure for demonstrating operation | movement of the clock transfer circuit of this invention. 本発明のクロック乗せ換え回路で使用する信号のタイミングチャートの一例である。It is an example of the timing chart of the signal used with the clock transfer circuit of this invention. 本発明のクロック乗せ換え回路の動作を説明するための図である。It is a figure for demonstrating operation | movement of the clock transfer circuit of this invention.

本発明を実施するための形態について図面を参照して詳細に説明する。図1は、本実施形態のクロック乗せ換え回路1の一構成例を示すブロック図である。クロック乗せ換え回路1は、2つの非同期のクロック信号間で信号波を乗せ換えるための回路である。本実施形態では、信号波として、クロック信号に同期したデジタルベースバンド信号が用いられる。   Embodiments for carrying out the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram illustrating a configuration example of a clock transfer circuit 1 according to the present embodiment. The clock transfer circuit 1 is a circuit for transferring a signal wave between two asynchronous clock signals. In this embodiment, a digital baseband signal synchronized with a clock signal is used as a signal wave.

同図を参照すると、クロック乗せ換え回路1は、位相比較部10およびデジタルフィルタ部20を有する。   Referring to FIG. 1, the clock transfer circuit 1 includes a phase comparison unit 10 and a digital filter unit 20.

図1において、クロック乗せ換え回路1に入力されるデジタルベースバンド信号を生成する回路は省略されている。また、クロック乗せ換え回路1から出力されたデジタルベースバンド信号を搬送波に乗せる場合、クロック乗せ換え回路1に加えて変調回路が必要となるが、本実施形態では、変調回路については省略する。   In FIG. 1, a circuit for generating a digital baseband signal input to the clock transfer circuit 1 is omitted. In addition, when the digital baseband signal output from the clock transfer circuit 1 is put on a carrier wave, a modulation circuit is required in addition to the clock transfer circuit 1, but in this embodiment, the modulation circuit is omitted.

位相比較部10には、入力側のデジタルベースバンド信号に同期するクロック信号CLK Aと、出力側のデジタルベースバンド信号に同期するクロック信号CLK Bとが入力される。本実施形態では、これらのクロック信号CLK A、およびCLK Bのそれぞれの周波数は、互いに異なる値である。   The phase comparator 10 receives a clock signal CLK A that is synchronized with the digital baseband signal on the input side and a clock signal CLK B that is synchronized with the digital baseband signal on the output side. In the present embodiment, the frequencies of the clock signals CLK A and CLK B are different from each other.

位相比較部10は、クロック信号CLK A、CLK Bの各位相を比較し、CLK Aに対するCLK Bの位相遅れを、これらのクロック信号間の位相差として、CLK Bに同期して取得する。   The phase comparison unit 10 compares the phases of the clock signals CLK A and CLK B, and acquires the phase delay of CLK B with respect to CLK A in synchronization with CLK B as the phase difference between these clock signals.

位相比較部10は、検出した位相差に基づいて、データ送り制御信号、TAP係数制御信号およびクロック信号CLK BXを生成し、デジタルフィルタ部20へ出力する。   The phase comparison unit 10 generates a data feed control signal, a TAP coefficient control signal, and a clock signal CLK BX based on the detected phase difference, and outputs them to the digital filter unit 20.

データ送り制御信号は、デジタルフィルタ部20による、デジタルベースバンド信号のクロック乗せ換えの動作を制御するための信号である。   The data feed control signal is a signal for controlling the clock transfer operation of the digital baseband signal by the digital filter unit 20.

TAP係数制御信号は、デジタルフィルタ部20の使用するTAP係数を指定する制御信号である。   The TAP coefficient control signal is a control signal that specifies the TAP coefficient used by the digital filter unit 20.

クロック信号CLK BXは、クロック信号CLK Bの周波数を逓倍数2nで逓倍した周波数の信号である。クロック信号CLK BXは、デジタルフィルタ部20内のフリップフロップの動作クロックとして使用される。 The clock signal CLK BX is a signal having a frequency obtained by multiplying the frequency of the clock signal CLK B by a multiplication factor 2 n . The clock signal CLK BX is used as an operation clock for the flip-flop in the digital filter unit 20.

デジタルフィルタ部20には、入力データが入力される。ここで、入力データは、クロック信号CLK Aに同期したデジタルベースバンド信号の波形上の値を示すデータである。入力データのビット数は、逓倍数2nより小さな値である。 Input data is input to the digital filter unit 20. Here, the input data is data indicating a value on the waveform of the digital baseband signal synchronized with the clock signal CLKA. The number of bits of input data is a value smaller than the multiplication number 2n .

デジタルフィルタ部20は、データ送り制御信号、TAP係数制御信号およびクロック信号CLK BXに基づいて、出力データを出力する。ここで、出力データは、クロック信号CLK Bと同期するデジタルベースバンド信号の波形上の値を示すデータである。   The digital filter unit 20 outputs output data based on the data feed control signal, the TAP coefficient control signal, and the clock signal CLK BX. Here, the output data is data indicating a value on the waveform of the digital baseband signal synchronized with the clock signal CLKB.

図2および図3を参照して、位相比較部10の構成について詳細に説明する。図2は、位相比較部10の一構成例を示すブロック図である。同図を参照すると、位相比較部10は、TAP係数指定部11および不整合判断部12を有する。   With reference to FIG. 2 and FIG. 3, the structure of the phase comparison part 10 is demonstrated in detail. FIG. 2 is a block diagram illustrating a configuration example of the phase comparison unit 10. Referring to the figure, the phase comparison unit 10 includes a TAP coefficient designation unit 11 and a mismatch determination unit 12.

TAP係数指定部11は、クロック信号CLK Bを逓倍して、クロック信号CLK BXを生成する。また、TAP係数指定部11は、クロック信号CLK A、CLK Bとの間の位相差をクロック信号CLK Bに同期して検出する。本実施形態では、TAP係数指定部11は、クロック信号CLK Bの各クロックの立ち上がりのタイミングで、位相差を検出する。そして、TAP係数指定部11は、その位相差に応じたTAP係数を指定するTAP係数制御信号を生成する。   The TAP coefficient specifying unit 11 multiplies the clock signal CLK B to generate the clock signal CLK BX. The TAP coefficient specifying unit 11 detects a phase difference between the clock signals CLK A and CLK B in synchronization with the clock signal CLK B. In the present embodiment, the TAP coefficient specifying unit 11 detects a phase difference at the rising timing of each clock of the clock signal CLK B. Then, the TAP coefficient specifying unit 11 generates a TAP coefficient control signal that specifies a TAP coefficient corresponding to the phase difference.

不整合判断部12は、CLK Bに同期して検出された位相差の今回値と前回値とを比較する。不整合判断部12は、この比較結果から、データ抜け、または同一データの重複送信が生じるか否かを判断する。不整合判断部12は、比較結果に基づいて、データ抜け、または同一データの重複送信が生じないように、データ送り制御信号を生成する。   The mismatch determination unit 12 compares the current value of the phase difference detected in synchronization with CLK B with the previous value. The inconsistency determination unit 12 determines from this comparison result whether data loss or duplicate transmission of the same data occurs. The inconsistency determination unit 12 generates a data feed control signal based on the comparison result so that data loss or duplicate transmission of the same data does not occur.

図3を参照して、TAP係数指定部11および不整合判断部12の構成について詳細に説明する。同図は、TAP係数指定部11および不整合判断部12を詳細に記載した、位相比較部10の一構成例を示すブロック図である。   With reference to FIG. 3, the configuration of the TAP coefficient specifying unit 11 and the inconsistency determining unit 12 will be described in detail. FIG. 2 is a block diagram showing a configuration example of the phase comparison unit 10 in which the TAP coefficient designation unit 11 and the mismatch determination unit 12 are described in detail.

図3を参照すると、位相比較部10は、クロック逓倍回路111、CLK Aパルス生成回路112、Nビット自走カウンタ113、Nビットカウンタ114、ラッチレジスタ115、ラッチレジスタ121および比較回路122を有する。   Referring to FIG. 3, the phase comparison unit 10 includes a clock multiplication circuit 111, a CLK A pulse generation circuit 112, an N-bit free-running counter 113, an N-bit counter 114, a latch register 115, a latch register 121, and a comparison circuit 122.

図2におけるTAP係数指定部11は、図3におけるクロック逓倍回路111、CLK Aパルス生成回路112、Nビット自走カウンタ113、Nビットカウンタ114およびラッチレジスタ115を有する。図2における不整合判断部12は、図3におけるラッチレジスタ121および比較回路122を有する。   2 includes the clock multiplication circuit 111, the CLK A pulse generation circuit 112, the N-bit free-running counter 113, the N-bit counter 114, and the latch register 115 shown in FIG. The mismatch determination unit 12 in FIG. 2 includes the latch register 121 and the comparison circuit 122 in FIG.

クロック逓倍回路111には、クロック信号CLK Bが入力される。クロック逓倍回路111は、クロック信号CLK Bを逓倍数2nで逓倍する。クロック逓倍回路111は逓倍した信号をクロック信号CLK BXとして、CLK Aパルス生成回路112、Nビット自走カウンタ113、Nビットカウンタ114、ラッチレジスタ115、ラッチレジスタ121および比較回路122へ出力する。 The clock signal CLK B is input to the clock multiplication circuit 111. The clock multiplication circuit 111 multiplies the clock signal CLK B by a multiplication number 2 n . The clock multiplication circuit 111 outputs the multiplied signal as the clock signal CLK BX to the CLK A pulse generation circuit 112, the N-bit free-running counter 113, the N-bit counter 114, the latch register 115, the latch register 121, and the comparison circuit 122.

図4を参照して、CLK Aパルス生成回路112について説明する。同図は、CLK Aパルス生成回路112の一構成例を示すブロック図である。同図を参照すると、CLK Aパルス生成回路112は、フリップフロップ1121、1122および1123と、インバータ1124と、ANDゲート1125とを有する。   The CLK A pulse generation circuit 112 will be described with reference to FIG. FIG. 2 is a block diagram showing a configuration example of the CLK A pulse generation circuit 112. Referring to the figure, the CLK A pulse generation circuit 112 includes flip-flops 1121, 1122 and 1123, an inverter 1124, and an AND gate 1125.

フリップフロップ1121は、CLK Aの状態を保持し、クロック信号CLK BXの立ち上がりに応じて保持値を更新する。フリップフロップ1121は、保持値をフリップフロップ1122へ出力する。   The flip-flop 1121 holds the state of CLK A and updates the hold value in response to the rising edge of the clock signal CLK BX. The flip-flop 1121 outputs the hold value to the flip-flop 1122.

フリップフロップ1122は、フリップフロップ1121から出力された値を保持し、クロック信号CLK BXの立ち上がりに応じて保持値を更新する。フリップフロップ1121は、保持値を、ANDゲート1125およびフリップフロップ1123へ出力する。   The flip-flop 1122 holds the value output from the flip-flop 1121 and updates the hold value in response to the rising edge of the clock signal CLK BX. The flip-flop 1121 outputs the hold value to the AND gate 1125 and the flip-flop 1123.

フリップフロップ1123は、フリップフロップ1122から出力された値を保持し、クロック信号CLK BXの立ち上がりに応じて保持値を更新する。フリップフロップ1123は、保持値をインバータ1124へ出力する。   The flip-flop 1123 holds the value output from the flip-flop 1122 and updates the hold value in response to the rising edge of the clock signal CLK BX. The flip-flop 1123 outputs the hold value to the inverter 1124.

インバータ1124は、フリップフロップ1123から出力された値を反転してANDゲート1125へ出力する。   Inverter 1124 inverts the value output from flip-flop 1123 and outputs the result to AND gate 1125.

ANDゲート1125は、フリップフロップ1122から出力された値と、インバータ1124から出力された値との論理積を出力する。   The AND gate 1125 outputs a logical product of the value output from the flip-flop 1122 and the value output from the inverter 1124.

上述の構成により、クロック信号CLK Aは、フリップフロップ1121、1122の順に入力され、クロック信号CLK Bを2n倍に逓倍したクロック信号CLK Bにて叩き直される。この、フリップフロップ1121、1122からなる回路は、メタステーブル対策のための回路であり、一般に利用されているものである。 With the above-described configuration, the clock signal CLK A is input in the order of the flip-flops 1121 and 1122, and is repulsed by the clock signal CLK B obtained by multiplying the clock signal CLK B by 2 n times. The circuit composed of the flip-flops 1121 and 1122 is a circuit for taking measures against metastable and is generally used.

フリップフロップ1123、インバータ1124およびANDゲート1125からなる回路により、フリップフロップ1122からの出力信号は、微分される。この結果、CLK Aパルス生成回路112からの出力信号は、CLK Bの周波数を2n倍に逓倍した周波数の周期をパルス幅Tとして、CLK Aのパルス幅をTとしたパルス信号となる。このパルス信号を、以下、パルス信号CLK AXと称する。CLK Aパルス生成回路112は、パルス信号CLK AXをNビットカウンタ114へ出力する。 An output signal from the flip-flop 1122 is differentiated by a circuit including the flip-flop 1123, the inverter 1124, and the AND gate 1125. As a result, the output signal from the CLK A pulse generation circuit 112 is a pulse signal having a frequency period obtained by multiplying the frequency of CLK B by 2 n times as a pulse width T and a pulse width of CLK A as T. Hereinafter, this pulse signal is referred to as a pulse signal CLK AX. The CLK A pulse generation circuit 112 outputs the pulse signal CLK AX to the N-bit counter 114.

図3に戻り、Nビット自走カウンタ113は、クロック逓倍回路111からのクロック信号CLK BXの立ち上がりに応じて、「N」ビット分のカウント値を計数する。最大値まで計数してから、クロック信号CLK BXの立ち上がりが生じたときは、Nビット自走カウンタ113は、カウント値を初期値にする。Nビット自走カウンタ113は、カウント値を、ラッチレジスタ115、ラッチレジスタ121および比較回路122へ出力する。   Returning to FIG. 3, the N-bit free-running counter 113 counts the count value of “N” bits in response to the rising edge of the clock signal CLK BX from the clock multiplier circuit 111. When the clock signal CLK BX rises after counting up to the maximum value, the N-bit free-running counter 113 sets the count value to an initial value. N-bit free-running counter 113 outputs the count value to latch register 115, latch register 121 and comparison circuit 122.

Nビットカウンタ114は、CLK Aパルス生成回路112からのクロック信号CLK AXによりロードされ、初期値から計数を開始する。Nビットカウンタ114は、クロック逓倍回路111からのクロック信号CLK BXの立ち上がりに応じて、初期値から「N」ビット分のカウント値を計数する。Nビットカウンタ114は、カウント値をラッチレジスタ115へ出力する。Nビットカウンタ114およびNビット自走カウンタ113のカウント値の最大値(2N)は同じ値とする。 The N-bit counter 114 is loaded with the clock signal CLK AX from the CLK A pulse generation circuit 112 and starts counting from the initial value. The N-bit counter 114 counts the count value for “N” bits from the initial value in response to the rising edge of the clock signal CLK BX from the clock multiplier circuit 111. N-bit counter 114 outputs the count value to latch register 115. The maximum value (2 N ) of the count values of the N-bit counter 114 and the N-bit free-running counter 113 is the same value.

上述の構成により、Nビットカウンタ114は、出力側のクロック信号CLK Aの立ち上がりに応じてカウントを開始し、Nビット自走カウンタ113は、入力側のクロック信号CLK Bの立ち上がりに応じてカウントを開始する。このため、これらのカウンタのカウント値の差は、クロック信号CLK AとCLK Bとの間の位相差に近い値となる。カウント値の最大数「2N」を大きくするほど、高い精度で位相差が検出される。 With the above configuration, the N-bit counter 114 starts counting in response to the rising edge of the output-side clock signal CLK A, and the N-bit free-running counter 113 counts in response to the rising edge of the input-side clock signal CLK B. Start. Therefore, the difference between the count values of these counters is a value close to the phase difference between the clock signals CLK A and CLK B. As the maximum number of count values “2 N ” is increased, the phase difference is detected with higher accuracy.

ラッチレジスタ115は、各カウンタのカウント値をラッチできるレジスタである。例えば、各カウンタで、10進数の「8」までカウントしたい場合、ラッチレジスタ115は、3ビットのレジスタとする。ラッチレジスタ115は、クロック逓倍回路111からのクロック信号CLK BXを動作クロックとし、入力端子「D」および「EN」と、出力端子「Q」を有する。入力端子「D」には、Nビットカウンタ114からの信号が入力される。入力端子「EN」には、Nビット自走カウンタ113からの信号が入力される。出力端子「Q」からは、ラッチレジスタ115、比較回路122およびデジタルフィルタ部20へ信号が出力される。ラッチレジスタ115は、保持した値(位相差)を乗せた信号を、デジタルフィルタ部20へTAP係数制御信号として出力する。   The latch register 115 is a register that can latch the count value of each counter. For example, when each counter wants to count to decimal “8”, the latch register 115 is a 3-bit register. The latch register 115 uses the clock signal CLK BX from the clock multiplication circuit 111 as an operation clock, and has input terminals “D” and “EN” and an output terminal “Q”. A signal from the N-bit counter 114 is input to the input terminal “D”. A signal from the N-bit free-running counter 113 is input to the input terminal “EN”. A signal is output from the output terminal “Q” to the latch register 115, the comparison circuit 122, and the digital filter unit 20. The latch register 115 outputs a signal on which the held value (phase difference) is placed as a TAP coefficient control signal to the digital filter unit 20.

図5を参照して、ラッチレジスタ115の動作について説明する。同図を参照すると、Nビット自走カウンタ113からの信号の全てのビット値が「0」である場合、ラッチレジスタ115は、Nビットカウンタ114からの信号を透過し、ラッチレジスタ115へそのまま出力する。Nビット自走カウンタ113からの信号の全てのビットが「0」でない場合、ラッチレジスタ115は、Nビット自走カウンタ113からの信号の全てのビット値が「0」であるときの、Nビットカウンタ114からの信号を保持(ラッチ)し、保持値をラッチレジスタ121へ出力する。   The operation of the latch register 115 will be described with reference to FIG. Referring to the figure, when all the bit values of the signal from the N-bit free-running counter 113 are “0”, the latch register 115 transmits the signal from the N-bit counter 114 and outputs it to the latch register 115 as it is. To do. When all the bits of the signal from the N-bit free-running counter 113 are not “0”, the latch register 115 sets the N bits when all the bit values of the signal from the N-bit free-running counter 113 are “0”. The signal from the counter 114 is held (latched), and the held value is output to the latch register 121.

図3に戻り、ラッチレジスタ121の構成は、ラッチレジスタ115と同様の構成である。ラッチレジスタ121の入力端子「D」には、ラッチレジスタ115からの信号が入力される。入力端子「EN」には、Nビット自走カウンタ113からの信号が入力される。出力端子「Q」からは、比較回路122へ信号が出力される。   Returning to FIG. 3, the configuration of the latch register 121 is the same as that of the latch register 115. A signal from the latch register 115 is input to the input terminal “D” of the latch register 121. A signal from the N-bit free-running counter 113 is input to the input terminal “EN”. A signal is output to the comparison circuit 122 from the output terminal “Q”.

上述の構成により、ラッチレジスタ115には、位相差の今回値が保持され、ラッチレジスタ121には、位相差の前回値が保持される。   With the above configuration, the latch register 115 holds the current value of the phase difference, and the latch register 121 holds the previous value of the phase difference.

比較回路122には、クロック逓倍回路111からのクロック信号CLK BXと、ラッチレジスタ115からの信号と、ラッチレジスタ121からの信号と、Nビット自走カウンタ113からの信号とが入力される。比較回路122は、これらの入力信号に基づいて、データ送り制御信号を生成する。   The comparison circuit 122 receives the clock signal CLK BX from the clock multiplication circuit 111, the signal from the latch register 115, the signal from the latch register 121, and the signal from the N-bit free-running counter 113. The comparison circuit 122 generates a data feed control signal based on these input signals.

図6は、比較回路122の動作を説明するための図である。同図を参照すると、比較回路122は、Nビットカウントの信号の全てのビット値が「0」であるとき、ラッチレジスタ115の信号と、ラッチレジスタ121の信号とを比較する。   FIG. 6 is a diagram for explaining the operation of the comparison circuit 122. Referring to the figure, the comparison circuit 122 compares the signal of the latch register 115 with the signal of the latch register 121 when all the bit values of the N-bit count signal are “0”.

ラッチレジスタ115の出力信号が全て「1」で、且つ、ラッチレジスタ121の出力信号が全て「0」である場合の比較回路122の動作について説明する。前述したように、ラッチレジスタ115の保持値は、位相差の今回値であり、ラッチレジスタ121の保持値は、位相差の前回値である。このため、ラッチレジスタ115の出力信号の全てのビット値が「1」で、且つ、ラッチレジスタ121の出力信号の全てのビット値が「0」であることは、最大値の位相差が検出された後、最小値の位相差が検出されたことを意味する。   The operation of the comparison circuit 122 when the output signals of the latch register 115 are all “1” and the output signals of the latch register 121 are all “0” will be described. As described above, the holding value of the latch register 115 is the current value of the phase difference, and the holding value of the latch register 121 is the previous value of the phase difference. Therefore, if all the bit values of the output signal of the latch register 115 are “1” and all the bit values of the output signal of the latch register 121 are “0”, the phase difference of the maximum value is detected. Means that a minimum phase difference has been detected.

入力側のクロック信号CLK Aの周期が出力側のクロック信号CLK Bの周期より短いと、検出される両クロック間の位相差が最大値となる時点で入力側から送信されたデータが、位相差が最小値となる時点で再度送信される可能性がある。   If the cycle of the clock signal CLK A on the input side is shorter than the cycle of the clock signal CLK B on the output side, the data transmitted from the input side when the phase difference between the detected clocks reaches the maximum value May be sent again at the time when becomes the minimum value.

そこで、比較回路122は、このような同一データの重複送信を防止するため、クロック信号CLK BXを使用して、パルス幅「2T」のハイパルスを有するパルス信号をデータ送り制御信号として生成する。「T」は、CLK AXのパルス幅と同じ値である。   Therefore, the comparison circuit 122 uses the clock signal CLK BX to generate a pulse signal having a high pulse with a pulse width “2T” as a data feed control signal in order to prevent such duplicate transmission of the same data. “T” is the same value as the pulse width of CLK AX.

このデータ送り制御信号が送信されたとき、デジタルフィルタ部20は、最小値の位相差が検出された時点における入力側のデータを出力側へ出力しない。この動作により同一データの2回送信が防止される。   When this data feed control signal is transmitted, the digital filter unit 20 does not output the data on the input side at the time when the phase difference of the minimum value is detected to the output side. This operation prevents the same data from being transmitted twice.

ラッチレジスタ115の出力信号の全てのビットが「0」で、且つ、ラッチレジスタ121の出力信号の全てのビットが「1」である場合の比較回路122の動作について説明する。ラッチレジスタ115の出力信号の全てのビット値が「0」で、且つ、ラッチレジスタ121の出力信号の全てのビット値が「1」であることは、最小値の位相差が検出された後、最大値の位相差が検出されたことを意味する。   The operation of the comparison circuit 122 when all the bits of the output signal of the latch register 115 are “0” and all the bits of the output signal of the latch register 121 are “1” will be described. All the bit values of the output signal of the latch register 115 are “0” and all the bit values of the output signal of the latch register 121 are “1”. After the phase difference of the minimum value is detected, It means that the maximum phase difference has been detected.

入力側のクロック信号CLK Aの周期が出力側のクロック信号CLK Bの周期より長いと、検出される両クロック間の位相差が最小値となる時点で入力側からデータが送信された後、位相差が最大値となる時点のデータが送信されない可能性がある。   If the period of the clock signal CLK A on the input side is longer than the period of the clock signal CLK B on the output side, the data will be transmitted after the data is transmitted from the input side when the phase difference between the two detected clocks becomes the minimum value. Data at the time when the phase difference reaches the maximum value may not be transmitted.

そこで、比較回路122は、このようなデータ飛びを防止するため、最小値の位相差が検出された時点のデータを出力しないパルス信号を有するデータ送り制御信号を生成する。このデータ送り制御信号が送信されたとき、デジタルフィルタ部20は、最小値の位相差が検出された時点における入力側のデータを、TAP係数を変えて2回送信する。この動作により、データ飛びが防止される。   Therefore, in order to prevent such data skipping, the comparison circuit 122 generates a data feed control signal having a pulse signal that does not output data at the time when the minimum phase difference is detected. When this data feed control signal is transmitted, the digital filter unit 20 transmits the data on the input side at the time when the phase difference of the minimum value is detected, changing the TAP coefficient twice. This operation prevents data skipping.

ラッチレジスタ115の出力信号の全てのビットが「1」となり、ラッチレジスタ121の出力信号の全てのビットが「0」となる組み合わせ以外の組み合わせの場合の比較回路122の動作について説明する。この場合、データ飛び、または同一データの重複送信が生じる可能性は低い。このため、比較回路122は、クロック信号CLK BXを使用して、パルス幅「1T」のハイパルスを有するパルス信号をデータ送り制御信号として生成する。このデータ送り制御信号が送信されたとき、デジタルフィルタ部20は、クロック間の位相差に対応したTAP係数を選択して、入力側から送信された各データを出力側へ送信する。   The operation of the comparison circuit 122 in a combination other than the combination in which all the bits of the output signal of the latch register 115 are “1” and all the bits of the output signal of the latch register 121 are “0” will be described. In this case, the possibility of data skipping or duplicate transmission of the same data is low. Therefore, the comparison circuit 122 uses the clock signal CLK BX to generate a pulse signal having a high pulse with a pulse width “1T” as a data feed control signal. When this data feed control signal is transmitted, the digital filter unit 20 selects a TAP coefficient corresponding to the phase difference between the clocks, and transmits each data transmitted from the input side to the output side.

続いて、図7を参照して、デジタルフィルタ部20の構成について説明する。同図は、デジタルフィルタ部20の一構成例を示すブロック図である。同図を参照すると、デジタルフィルタ部20は、制御部201と、フリップフロップ2021、2022等のk個のフリップフロップと、乗算器2031、2032等のk個の乗算器と、加算器2041等のk−1個の加算器とを有する。   Next, the configuration of the digital filter unit 20 will be described with reference to FIG. FIG. 2 is a block diagram showing a configuration example of the digital filter unit 20. Referring to the figure, the digital filter unit 20 includes a control unit 201, k flip-flops such as flip-flops 2021 and 2022, k multipliers such as multipliers 2031 and 2032, an adder 2041 and the like. k-1 adders.

ここで、本実施形態では、フリップフロップ、乗算器および加算器からなる要素をタップと称する。上述の構成より、デジタルフィルタ部20は、k段のタップを有する。入力データが入力されるタップを1段目とし、出力データを出力するタップをk段目とする。但し、1段目のタップは、加算器を有しない。   Here, in this embodiment, an element including a flip-flop, a multiplier, and an adder is referred to as a tap. With the above-described configuration, the digital filter unit 20 has k stages of taps. The tap to which input data is input is the first stage, and the tap to output the output data is the kth stage. However, the first-stage tap does not have an adder.

ここで、デジタルフィルタ部20内のタップの段数(k)は、逓倍数2nと等しく、また、伝達関数へ入力する要素数である。例えば、伝達関数へ入力する要素数、即ちデータ数を24の場合、タップは24段とされる。各タップのフリップフロップが保持できるビット数は、各要素のデータのデータサイズに応じて決定される。 Here, the number of tap stages (k) in the digital filter unit 20 is equal to the multiplication number 2 n and is the number of elements input to the transfer function. For example, when the number of elements input to the transfer function, that is, the number of data is 24, the number of taps is 24. The number of bits that can be held by the flip-flop of each tap is determined according to the data size of the data of each element.

制御部201は、位相差ごとに、TAP係数テーブル2011などの、カウンタの最大値2Nに等しい個数のTAP係数テーブルを有する。これらのTAP係数テーブルのそれぞれにはk個の各タップのTAP係数h1〜hkが設定されている。 The control unit 201 has a number of TAP coefficient tables equal to the maximum counter value 2 N such as the TAP coefficient table 2011 for each phase difference. In each of these TAP coefficient tables, TAP coefficients h 1 to h k of k taps are set.

各テーブルは、入力データと、出力データとの間の位相差ごとに設けられる。各テーブルのTAP係数の値は、伝達関数の各項の係数に対応する。伝達関数は、位相差が取得された時点以前の複数の入力データに対応する出力データが、複数の中のいずれかの入力データの入力時点から、テーブルに対応する位相差だけ経過した各時点のデジタルベースバンド信号の波形上の値となるように、定義される。この結果、出力データは、位相差を検出した時点のデジタルベースバンド信号の波形上の値となる。伝達関数は、例えば、移動平均法を用いる関数である。この場合、デジタルフィルタ部20は、各出力データについて、過去の複数の入力データの値から得られる移動平均線上で、いずれかの入力データに対応する時点から位相差が経過した時点にプロットされる値を算出し、その値を出力データの値とする。   Each table is provided for each phase difference between input data and output data. The value of the TAP coefficient in each table corresponds to the coefficient of each term of the transfer function. The transfer function is the output function corresponding to a plurality of input data before the time when the phase difference is acquired, at each time point when the phase difference corresponding to the table has elapsed from the input time of any of the plurality of input data. It is defined to be a value on the waveform of the digital baseband signal. As a result, the output data becomes a value on the waveform of the digital baseband signal when the phase difference is detected. The transfer function is a function using a moving average method, for example. In this case, the digital filter unit 20 plots each output data at the time when the phase difference has elapsed from the time corresponding to one of the input data on the moving average line obtained from the values of the plurality of past input data. A value is calculated, and that value is used as the value of the output data.

タップ数を大きくするほど、一般にデジタルフィルタ部20の応答速度は低速になるので、デジタルベースバンド信号の波形上のどの時点の値を算出するかは、タップ数に応じて決定される。本実施形態では、タップ数(24)は十分に小さいので、デジタルフィルタ部20は、最後の入力データから位相差が経過した時点の出力データを算出するものとする。   As the number of taps is increased, the response speed of the digital filter unit 20 generally becomes lower. Therefore, a point in time on the digital baseband signal waveform to be calculated is determined according to the number of taps. In the present embodiment, since the number of taps (24) is sufficiently small, the digital filter unit 20 calculates output data when the phase difference has elapsed from the last input data.

制御部201には、クロック間の位相差を示すTAP係数制御信号が入力される。制御部201は、TAP係数制御信号の示す位相差に対応するTAP係数テーブルを読み出し、そのTAP係数テーブルに設定されたTAP係数を各タップに設定する。   A TAP coefficient control signal indicating a phase difference between clocks is input to the control unit 201. The control unit 201 reads the TAP coefficient table corresponding to the phase difference indicated by the TAP coefficient control signal, and sets the TAP coefficient set in the TAP coefficient table for each tap.

1段目のタップの構成について説明する。1段目のフリップフロップ2021は、クロック信号CLK BXを動作クロックとする。そして、フリップフロップ2021には、入力データおよびデータ送り制御信号が入力される。   The configuration of the first-stage tap will be described. The first-stage flip-flop 2021 uses the clock signal CLK BX as an operation clock. The flip-flop 2021 receives input data and a data feed control signal.

図8は、データ送り制御信号がハイレベルの場合のフリップフロップ2021の動作を説明するための図である。同図を参照すると、CLK BX信号がローレベルである場合、フリップフロップ2021は、入力信号を、そのまま出力側へ透過する。同図において、「D」は入力信号の値であり、「Q」は出力信号の値である。   FIG. 8 is a diagram for explaining the operation of the flip-flop 2021 when the data feed control signal is at a high level. Referring to the figure, when the CLK BX signal is at a low level, the flip-flop 2021 transmits the input signal as it is to the output side. In the figure, “D” is the value of the input signal, and “Q” is the value of the output signal.

CLK BX信号がハイレベルである場合、フリップフロップ2021は、データ送り制御信号がローレベルのときに保持した値を出力する。データ送り制御信号がローレベルの場合、フリップフロップ2021は無効になる。   When the CLK BX signal is at the high level, the flip-flop 2021 outputs the value held when the data feed control signal is at the low level. When the data feed control signal is at a low level, the flip-flop 2021 is invalid.

2段目以降のフリップフロップの動作は、1段目のフリップフロップ2021の動作と同様である。   The operation of the second and subsequent flip-flops is the same as the operation of the first flip-flop 2021.

図7に戻り、データ送り制御信号がハイレベルの場合、1段目のフリップフロップ2021は、2段目のフリップフロップ2022と、1段目の乗算器2031とへ信号を出力する。   Returning to FIG. 7, when the data feed control signal is at the high level, the first-stage flip-flop 2021 outputs a signal to the second-stage flip-flop 2022 and the first-stage multiplier 2031.

1段目の乗算器2031は、1段目のフリップフロップ2021から出力された信号の値と、TAP係数テーブルに設定された1段目のTAP係数h1とを乗算して、2段目の加算器2041へ出力する。 The first-stage multiplier 2031 multiplies the value of the signal output from the first-stage flip-flop 2021 by the first-stage TAP coefficient h 1 set in the TAP coefficient table, thereby obtaining the second-stage multiplier 2031. The data is output to the adder 2041.

2段目のフリップフロップ2022は、前段のフリップフロップ2021から出力された信号と、データ送り制御信号とに基づいて、後段のフリップフロップと、2段目の乗算器2032とへ信号を出力する。   The second-stage flip-flop 2022 outputs a signal to the subsequent-stage flip-flop and the second-stage multiplier 2032 based on the signal output from the previous-stage flip-flop 2021 and the data feed control signal.

2段目の乗算器2032は、2段目のフリップフロップ2022から出力された信号の値と、TAP係数テーブルに設定された2段目のTAP係数h2とを乗算して、2段目の加算器2041へ出力する。 The second-stage multiplier 2032 multiplies the value of the signal output from the second-stage flip-flop 2022 by the second-stage TAP coefficient h 2 set in the TAP coefficient table. The data is output to the adder 2041.

2段目の加算器2041は、前段の乗算器2031の出力値と、2段目の乗算器2032の出力値とを加算して、後段の加算器へ出力する。   The second-stage adder 2041 adds the output value of the previous-stage multiplier 2031 and the output value of the second-stage multiplier 2032 and outputs the result to the subsequent-stage adder.

3段目以降のタップ内の、フリップフロップ、乗算器および加算器の動作は、2段目のタップ内のフリップフロップ等の動作と同様である。   The operations of the flip-flop, multiplier and adder in the third and subsequent taps are the same as the operations of the flip-flop and the like in the second tap.

kは、前述したように逓倍数2nに等しいので、CLK BXに同期して動作するk段のタップからは、クロック信号CLK Bに同期して出力データが出力される。 Since k is equal to the multiplication number 2 n as described above, output data is output in synchronization with the clock signal CLK B from the k-stage tap operating in synchronization with CLK BX.

図9〜図14を参照して、クロック乗せ換え回路1の動作結果の一例について説明する。図9および図10は、データ飛び、または同一データの重複送信が生じないと推測される場合における、位相比較部10のタイミングチャートである。   An example of the operation result of the clock transfer circuit 1 will be described with reference to FIGS. FIG. 9 and FIG. 10 are timing charts of the phase comparison unit 10 when it is estimated that data skipping or duplicate transmission of the same data does not occur.

図9を参照すると、クロック信号CLK A、CLK B間の位相差は、CLK Aの周期の、およそ2/8倍の値、または3/8倍の値である。   Referring to FIG. 9, the phase difference between the clock signals CLK A and CLK B is approximately 2/8 times or 3/8 times the period of CLK A.

クロック逓倍回路111は、CLK Bを逓倍してクロック信号CLK BXを生成する。CLK Aパルス生成回路112は、図4に示した回路で生成されたクロック信号CLK AXを出力する。   The clock multiplier circuit 111 multiplies CLK B to generate a clock signal CLK BX. The CLK A pulse generation circuit 112 outputs the clock signal CLK AX generated by the circuit shown in FIG.

Nビット自走カウンタ113は、クロック信号CLK BXの立ち上がりに応じて、Nビット分のカウント値を計数する。Nビットカウンタ114は、クロック信号CLK AXによりロードされ、クロック信号CLK BXの立ち上がりに応じて、Nビット分のカウント値を計数する。   The N-bit free-running counter 113 counts N-bit count values in response to the rising edge of the clock signal CLK BX. The N-bit counter 114 is loaded with the clock signal CLK AX, and counts the count value for N bits in response to the rising edge of the clock signal CLK BX.

ラッチレジスタ115は、Nビット自走カウンタ113のカウント値が2進数で「000」の場合における、Nビット自走カウンタ113およびNビットカウンタ114のカウント値の差をTAP係数制御信号の値として保持する。ラッチレジスタ121は、ラッチレジスタ121の前回値を保持する。   The latch register 115 holds the difference between the count values of the N-bit free-running counter 113 and the N-bit counter 114 as the value of the TAP coefficient control signal when the count value of the N-bit free-running counter 113 is “000” in binary. To do. The latch register 121 holds the previous value of the latch register 121.

図9に示すように、位相差が、クロック信号CLK Aの周期の、およそ2/8倍の値、または3/8倍の値となったとき、位相比較部10は、それぞれ10進数で「2」、「3」の値のTAP係数制御信号を出力する。   As shown in FIG. 9, when the phase difference becomes a value of about 2/8 times or 3/8 times the period of the clock signal CLK A, the phase comparison unit 10 is expressed in decimal numbers. A TAP coefficient control signal having a value of “2” or “3” is output.

図10(a)は、入力データ、出力データを、デジタルベースバンド信号に乗せるタイミングを示すグラフである。同図における、丸は入力データ、四角は出力データであり、同図の縦軸は、デジタルベースバンド信号の波の高さ、横軸は時間である。実線の波形は、デジタルベースバンド信号の波形である。   FIG. 10A is a graph showing the timing of putting input data and output data on a digital baseband signal. In the figure, circles are input data, squares are output data, the vertical axis in the figure is the wave height of the digital baseband signal, and the horizontal axis is time. The solid line waveform is the waveform of the digital baseband signal.

図10(b)は、図9に対応するデータ送り制御信号のタイミングチャートである。同図(b)に示すように、クロック信号CLK A、CLK B間の位相差が、CLK Aの周期の2/8や3/8である場合、位相比較部10は、パルス幅「1T」のハイパルスを有するデータ送り制御信号を生成する。   FIG. 10B is a timing chart of the data feed control signal corresponding to FIG. As shown in FIG. 5B, when the phase difference between the clock signals CLK A and CLK B is 2/8 or 3/8 of the period of CLK A, the phase comparison unit 10 has a pulse width “1T”. A data feed control signal having a high pulse is generated.

デジタルフィルタ部20は、1Tの期間内に、位相差に応じたTAP係数を設定したタップを通過させ、CLK Bに同期したタイミングで出力する。   The digital filter unit 20 passes the tap in which the TAP coefficient corresponding to the phase difference is set within the period of 1T, and outputs it at a timing synchronized with CLK B.

この結果、図10(a)に示すように、クロック間の位相差に応じた時点の波形上の値を示す出力データが出力される。従って、出力側の回路からは、実線の波、すなわち信号波上のデータがシームレスにクロック乗せ換え回路1から出力されているように見える。   As a result, as shown in FIG. 10A, output data indicating the value on the waveform at the time corresponding to the phase difference between the clocks is output. Therefore, from the circuit on the output side, it appears that the solid wave, that is, the data on the signal wave, is seamlessly output from the clock transfer circuit 1.

図11および図12は、同一データの重複送信が生じうる場合における、位相比較部10のタイミングチャートである。   11 and 12 are timing charts of the phase comparison unit 10 when the same data can be repeatedly transmitted.

図11を参照すると、クロック信号CLK A、CLK B間の位相差は、CLK Aの周期の0/8の値、または、7/8倍の値である。   Referring to FIG. 11, the phase difference between clock signals CLK A and CLK B is a value of 0/8 or 7/8 times the period of CLK A.

図11に示すように、位相比較部10は、クロック間の位相差に応じて、10進数で「0」、「7」の位相差に対応するTAP係数制御信号を出力する。   As shown in FIG. 11, the phase comparison unit 10 outputs a TAP coefficient control signal corresponding to the phase difference of “0” and “7” in decimal numbers according to the phase difference between the clocks.

図12(a)は、入力データ、出力データを、デジタルベースバンド信号に乗せるタイミングを示すグラフである。同図における、丸は入力データ、四角は出力データであり、同図の縦軸は、デジタルベースバンド信号の波の高さ、横軸は時間である。実線の波形は、デジタルベースバンド信号の波形である。   FIG. 12A is a graph showing the timing of putting input data and output data on a digital baseband signal. In the figure, circles are input data, squares are output data, the vertical axis in the figure is the wave height of the digital baseband signal, and the horizontal axis is time. The solid line waveform is the waveform of the digital baseband signal.

図12(b)は、図11に対応するデータ送り制御信号のタイミングチャートである。図12(b)に示すように、クロック信号CLK A、CLK B間の位相差の前回値が10進数で「7」で、今回値が「0」である場合、位相比較部10は、パルス幅「2T」のハイパルスを有するデータ送り制御信号を生成する。   FIG. 12B is a timing chart of the data feed control signal corresponding to FIG. As shown in FIG. 12B, when the previous value of the phase difference between the clock signals CLK A and CLK B is “7” in decimal and the current value is “0”, the phase comparison unit 10 A data feed control signal having a high pulse with a width “2T” is generated.

このとき、図12(a)に示すように、デジタルフィルタ部20は、10進数で「0」の位相差が検出された時点における入力側のデータを出力しない。この動作により同一データの2回送信が防止される。   At this time, as shown in FIG. 12A, the digital filter unit 20 does not output the data on the input side when the phase difference of “0” in decimal is detected. This operation prevents the same data from being transmitted twice.

図13および図14は、データ飛びが生じうる場合における、位相比較部10のタイミングチャートである。   FIG. 13 and FIG. 14 are timing charts of the phase comparison unit 10 when data skipping may occur.

図13を参照すると、クロック信号CLK A、CLK B間の位相差は、CLK Aの周期の0/8倍の値、または、7/8倍の値である。   Referring to FIG. 13, the phase difference between clock signals CLK A and CLK B is a value that is 0/8 times or 7/8 times the period of CLK A.

図13に示すように、位相比較部10は、ロック信号CLK A、CLK B間の位相差に応じて、10進数で「0」、「7」の位相差に対応するTAP係数制御信号を出力する。   As shown in FIG. 13, the phase comparator 10 outputs a TAP coefficient control signal corresponding to the phase difference of “0” and “7” in decimal numbers according to the phase difference between the lock signals CLK A and CLK B. To do.

図14(a)は、入力データ、出力データを、デジタルベースバンド信号に乗せるタイミングを示すグラフである。同図における、丸は入力データ、四角は出力データであり、同図の縦軸は、デジタルベースバンド信号の波の高さ、横軸は時間である。実線の波形は、デジタルベースバンド信号の波形である。   FIG. 14A is a graph showing the timing of putting input data and output data on a digital baseband signal. In the figure, circles are input data, squares are output data, the vertical axis in the figure is the wave height of the digital baseband signal, and the horizontal axis is time. The solid line waveform is the waveform of the digital baseband signal.

図14(b)は、図13に対応するデータ送り制御信号のタイミングチャートである。図14(b)に示すように、クロック信号CLK A、CLK B間の位相差の前回値が10進数で「0」で、今回値が「7」である場合、位相比較部10は、データ飛びを防止するためのデータ送り制御信号を生成する。具体的には、位相比較部10は、最小値の位相差が検出された時点のデータを出力しないパルス信号を有するデータ送り制御信号を生成する。   FIG. 14B is a timing chart of the data feed control signal corresponding to FIG. As shown in FIG. 14B, when the previous value of the phase difference between the clock signals CLK A and CLK B is “0” in decimal and the current value is “7”, the phase comparison unit 10 A data feed control signal for preventing jumps is generated. Specifically, the phase comparison unit 10 generates a data feed control signal having a pulse signal that does not output data at the time when the minimum phase difference is detected.

このとき、図14(a)に示すように、デジタルフィルタ部20は、10進数で「0」の位相差が検出された時点における入力データに対応する出力データを、TAP係数を変えて2回送信する。この動作により、データ飛びが防止される。   At this time, as shown in FIG. 14A, the digital filter unit 20 converts the output data corresponding to the input data at the time when the phase difference of “0” in decimal notation is detected, changing the TAP coefficient twice. Send. This operation prevents data skipping.

なお、本実施形態では、不整合判断部12は、データ飛びが生じる場合のパルス信号と、同一データの重複出力が生じる場合のパルス信号と、データ飛び等が生じない場合のパルス信号との3パターンのパルス信号を出力している。しかし、データ飛びが生じる場合のパルス信号と、同一データの重複出力が生じる場合のパルス信号とについては、いずれか一方のみを出力する構成としてもよい。   In this embodiment, the inconsistency determination unit 12 includes a pulse signal when data jump occurs, a pulse signal when duplicate output of the same data occurs, and a pulse signal when no data jump occurs. The pulse signal of the pattern is output. However, only one of the pulse signal when the data skip occurs and the pulse signal when the duplicate output of the same data occurs may be output.

また、位相比較部10の構成は、クロック信号CLKA, CLK Bに基づいて、CLK BX、TAP係数制御信号およびデータ送り制御信号を生成できるのであれば、図3に示した構成に限定されるものではない。   Further, the configuration of the phase comparison unit 10 is limited to the configuration shown in FIG. 3 as long as the CLK BX, the TAP coefficient control signal, and the data feed control signal can be generated based on the clock signals CLKA and CLK B. is not.

CLK Aパルス生成回路112の構成は、クロック信号CLK AXを生成できるのであれば、図4に示した構成に限定されるものではない。   The configuration of the CLK A pulse generation circuit 112 is not limited to the configuration shown in FIG. 4 as long as the clock signal CLK AX can be generated.

本実施形態の不整合判断部12は、本発明の制御信号出力手段に相当する。本実施形態のデータ送り制御信号は、本発明のデータ飛び通知信号および重複出力通知信号を含む。   The mismatch determination unit 12 of the present embodiment corresponds to the control signal output unit of the present invention. The data feed control signal of this embodiment includes the data skip notification signal and the duplicate output notification signal of the present invention.

以上説明したように、本実施形態によれば、クロック乗せ換え回路は、クロック間の位相差を取得し、第2のクロック信号の該位相差を取得したタイミングにおける前記信号波の値を算出するためのタップ係数を指定した複数段のタップに入力データを保持し、第2のクロック信号に同期して出力するので、非同期のクロック間で信号波を乗せ換えることができる。また、クロック乗せ換え回路は、DPRAMを使用しないので、アドレス空間の制限がなく、書き込みアドレスおよび読み出しアドレスが接近することがなくなり、データ飛び、または同一データの重複出力が確実に防止される。   As described above, according to the present embodiment, the clock transfer circuit acquires the phase difference between the clocks, and calculates the value of the signal wave at the timing when the phase difference of the second clock signal is acquired. Since input data is held in a plurality of taps for which a tap coefficient is designated and output in synchronization with the second clock signal, signal waves can be switched between asynchronous clocks. Further, since the clock transfer circuit does not use DPRAM, there is no address space limitation, the write address and the read address do not approach each other, and data skipping or duplicate output of the same data is reliably prevented.

位相差ごとのタップ係数の組み合わせをテーブルに記載しておくので、クロック乗せ換え回路は、テーブルの切り替えにより、位相差に応じて、容易に伝達関数を切り替えることができる。   Since the combination of tap coefficients for each phase difference is described in the table, the clock transfer circuit can easily switch the transfer function according to the phase difference by switching the table.

クロック乗せ換え回路1は、位相差の今回値と前回値とから、データ飛びが生じうる場合に、1つの入力データについて、タップ係数を切り替えて、異なる出力データを2回出力するので、データ飛びをより確実に防止できる。   The clock transfer circuit 1 switches the tap coefficient for one input data and outputs different output data twice for one input data when data skip can occur from the current value and the previous value of the phase difference. Can be prevented more reliably.

クロック乗せ換え回路1は、位相差の今回値と前回値とから、同一データの重複出力が生じうる場合に、2つの入力データについて出力データを1回出力するので、同一データの重複出力を、より確実に防止できる。   The clock transfer circuit 1 outputs the output data once for two input data when the same data can be output repeatedly from the current value and the previous value of the phase difference. It can be prevented more reliably.

クロック乗せ換え回路1は、Nビット自走カウンタ113およびNビットカウンタ114間のカウント値の差を位相差として検出するので、カウント値の最大数を変更するだけで、容易に位相差の検出精度を変更することができる。   Since the clock transfer circuit 1 detects the difference in count value between the N-bit free-running counter 113 and the N-bit counter 114 as a phase difference, it is easy to detect the phase difference simply by changing the maximum number of count values. Can be changed.

1 クロック乗せ換え回路
10 位相比較部
20 デジタルフィルタ部
11 TAP係数指定部
12 不整合判断部
111 クロック逓倍回路
112 CLK Aパルス生成回路
113 Nビット自走カウンタ
114 Nビットカウンタ
115、121 ラッチレジスタ
122 比較回路
1121、1122、1123 フリップフロップ
1124 インバータ
1125 ANDゲート
201 制御部
2011 TAP係数テーブル
2021、2022 フリップフロップ
2031、2032 乗算器
2041 加算器
DESCRIPTION OF SYMBOLS 1 Clock transfer circuit 10 Phase comparison part 20 Digital filter part 11 TAP coefficient designation | designated part 12 Mismatch judgment part 111 Clock multiplication circuit 112 CLK A pulse generation circuit 113 N bit free-running counter 114 N bit counter 115, 121 Latch register 122 Comparison Circuit 1121, 1122, 1123 Flip-flop 1124 Inverter 1125 AND gate 201 Control unit 2011 TAP coefficient table 2021, 2022 Flip-flop 2031, 2032 Multiplier 2041 Adder

Claims (9)

第1のクロック信号に同期した信号波の値を示す時系列の複数の入力データをタップにて保持し、タップ係数指定手段により指定された複数のタップ係数を前記タップに保持している該複数の入力データのそれぞれに乗算し、前記各タップの乗算の結果を加算して得られたデータを出力データとして、第2のクロック信号に同期して複数の出力データを出力する複数段のタップと、
前記第1のクロック信号に対する前記第2のクロック信号の位相遅れを位相差として該第2のクロック信号に同期して取得し、前記第2のクロック信号の該位相差を取得したタイミングにおける前記信号波の値を前記タップに保持されている入力データに基づいて算出するためのタップ係数を、前記位相差に応じて、前記第2のクロック信号に同期して指定するタップ係数指定手段と、
を有するクロック乗せ換え回路。
The plurality of time-series input data indicating the value of the signal wave synchronized with the first clock signal are held by the tap, and the plurality of tap coefficients specified by the tap coefficient specifying means are held by the tap. A plurality of taps for outputting a plurality of output data in synchronization with the second clock signal, using as output data the data obtained by multiplying each of the input data and adding the multiplication results of the respective taps; ,
The signal at the timing at which the phase difference of the second clock signal is acquired in synchronism with the second clock signal as a phase difference that is a phase delay of the second clock signal with respect to the first clock signal Tap coefficient designating means for designating a tap coefficient for calculating a wave value based on input data held in the tap in synchronization with the second clock signal according to the phase difference;
A clock changing circuit.
前記クロック乗せ換え回路は、位相差ごとに、異なる組み合わせの複数のタップ係数を記載した複数のテーブルを更に有し、
前記タップ係数指定手段は、取得した前記位相差に対応する前記テーブルを指定し、
前記複数段のタップは、前記タップ係数指定手段により指定された前記テーブルに記載された組み合わせの各タップ係数を前記複数の入力データのそれぞれに乗算する、請求項1に記載のクロック乗せ換え回路。
The clock transfer circuit further includes a plurality of tables describing a plurality of tap coefficients of different combinations for each phase difference,
The tap coefficient designating unit designates the table corresponding to the acquired phase difference,
The clock change circuit according to claim 1, wherein the plurality of taps multiply each of the plurality of input data by each tap coefficient of the combination described in the table specified by the tap coefficient specifying means.
前記クロック乗せ換え回路は、
前記タップ係数指定手段により取得された前記位相差に基づいて、出力データのデータ飛びが生じる場合にデータ飛び通知信号を出力する制御信号出力手段を更に有し、
前記乗せ換え手段は、
前記制御信号出力手段により前記データ飛び通知信号が出力されたならば、タップ係数を切り替えることにより、1つの入力データに異なる2つのタップ係数を乗算する、請求項1又は2に記載のクロック乗せ換え回路。
The clock transfer circuit includes:
Based on the phase difference acquired by the tap coefficient designating means, further comprising a control signal output means for outputting a data skip notification signal when output data skips,
The transfer means is
3. The clock change according to claim 1, wherein when the data skip notification signal is output by the control signal output means, one tap data is multiplied by two different tap coefficients by switching tap coefficients. circuit.
前記制御信号出力手段は、
前記タップ係数指定手段により取得された前記位相差に基づいて、同一の出力データの重複出力が生じる場合に重複出力通知信号を更に出力し、
前記乗せ換え手段は、
前記制御信号出力手段により前記重複出力通知信号が出力されたならば、2つの入力データに対し、1つの出力データを出力する、請求項3に記載のクロック乗せ換え回路。
The control signal output means includes
Based on the phase difference acquired by the tap coefficient designating means, further output a duplicate output notification signal when duplicate output of the same output data occurs,
The transfer means is
4. The clock transfer circuit according to claim 3, wherein if the duplicate output notification signal is output by the control signal output means, one output data is output for two input data.
前記タップ係数指定手段は、
前記第2のクロック信号を、所定の逓倍数で逓倍して逓倍クロック信号を生成する逓倍手段と、
前記第1のクロック信号のパルス幅を、前記逓倍手段により生成された前記逓倍クロック信号のパルス幅に変調するパルス幅変調手段と、
前記パルス幅変調手段により変調された前記第1のクロック信号に応じて初期値から計数を開始し、前記逓倍手段により生成された前記逓倍クロック信号に同期して、最大値まで計数する第1の計数手段と、
前記第2のクロック信号に同期して前記初期値から計数を開始し、前記逓倍手段により生成された前記逓倍クロック信号に同期して、前記最大値まで計数する第2の計数手段と、
前記第1の計数手段により計数された前記計数値を前記位相差として保持し、該位相差に応じたタップ係数を指定し、前記第2の計数手段により計数された前記計数値が所定値となったとき、保持した該位相差を更新する第1の保持手段と、
を有する、請求項4に記載のクロック乗せ換え回路。
The tap coefficient designating means is
Multiplying means for multiplying the second clock signal by a predetermined multiplication number to generate a multiplied clock signal;
Pulse width modulation means for modulating the pulse width of the first clock signal to the pulse width of the multiplied clock signal generated by the multiplication means;
Counting is started from an initial value in accordance with the first clock signal modulated by the pulse width modulation means, and a first value is counted in synchronization with the multiplied clock signal generated by the multiplication means. Counting means;
Second counting means for starting counting from the initial value in synchronization with the second clock signal, and counting up to the maximum value in synchronization with the multiplied clock signal generated by the multiplication means;
The count value counted by the first count means is held as the phase difference, a tap coefficient corresponding to the phase difference is designated, and the count value counted by the second count means is a predetermined value. First holding means for updating the held phase difference when
The clock transfer circuit according to claim 4, comprising:
前記制御信号出力手段は、
前記第1の保持手段により保持された前記計数値を保持し、前記第2の計数手段により保持された前記計数値が前記所定値となったとき、保持する該計数値を更新する第2の保持手段と、
前記第1の保持手段により保持された前記計数値と、前記第2の保持手段により保持された前記計数値とに基づいて、前記データ飛び通知信号を出力する制御信号出力回路と、
を有する請求項5に記載のクロック乗せ換え回路。
The control signal output means includes
The count value held by the first holding means is held, and when the count value held by the second count means becomes the predetermined value, the count value held is updated. Holding means;
A control signal output circuit that outputs the data skip notification signal based on the count value held by the first holding means and the count value held by the second holding means;
The clock transfer circuit according to claim 5, comprising:
前記比較手段は、前記第1の保持手段により保持された計数値が前記初期値であり、且つ、前記第2の保持手段により保持された計数値が前記最大値であれば、前記データ飛び通知信号を出力する、請求項6に記載のクロック乗せ換え回路。   If the count value held by the first holding means is the initial value and the count value held by the second holding means is the maximum value, the comparison means notifies the data skipping The clock transfer circuit according to claim 6, which outputs a signal. 前記比較手段は、前記第1の保持手段により保持された計数値が前記最大値であり、且つ、前記第2の保持手段により保持された計数値が前記初期値であれば、前記重複出力通知信号を出力する、請求項6又は7に記載のクロック乗せ換え回路。   If the count value held by the first holding means is the maximum value and the count value held by the second holding means is the initial value, the comparison means notifies the duplicate output. The clock transfer circuit according to claim 6 or 7, which outputs a signal. タップ係数指定手段が、前記第1のクロック信号に対する第2のクロック信号の位相遅れを位相差として該第2のクロック信号に同期して取得し、前記第2のクロック信号の該位相差を取得したタイミングにおける前記信号波の値を前記タップに保持されている入力データに基づいて算出するためのタップ係数を、前記位相差に応じて、前記第2のクロック信号に同期して指定し、
複数段のタップが、前記第1のクロック信号に同期した信号波の値を示す時系列の複数の入力データをタップにて保持し、タップ係数指定手段により指定された複数のタップ係数を前記タップに保持している該複数の入力データのそれぞれに乗算し、前記各タップの乗算の結果を加算して得られたデータを出力データとして、前記第2のクロック信号に同期して複数の出力データを出力する、クロック乗せ換え方法。
The tap coefficient designating means obtains the phase delay of the second clock signal relative to the first clock signal as a phase difference in synchronization with the second clock signal, and obtains the phase difference of the second clock signal The tap coefficient for calculating the value of the signal wave at the timing based on the input data held in the tap is specified in synchronization with the second clock signal according to the phase difference,
A plurality of taps hold a plurality of time-series input data indicating the value of a signal wave synchronized with the first clock signal by the tap, and the plurality of tap coefficients specified by the tap coefficient specifying means are the taps. The data obtained by multiplying each of the plurality of input data held in the memory and adding the multiplication results of the respective taps is used as output data, and the plurality of output data is synchronized with the second clock signal. To change the clock.
JP2010049181A 2010-03-05 2010-03-05 Clock transfer circuit and clock transfer method Expired - Fee Related JP5560778B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010049181A JP5560778B2 (en) 2010-03-05 2010-03-05 Clock transfer circuit and clock transfer method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010049181A JP5560778B2 (en) 2010-03-05 2010-03-05 Clock transfer circuit and clock transfer method

Publications (2)

Publication Number Publication Date
JP2011188092A true JP2011188092A (en) 2011-09-22
JP5560778B2 JP5560778B2 (en) 2014-07-30

Family

ID=44793882

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010049181A Expired - Fee Related JP5560778B2 (en) 2010-03-05 2010-03-05 Clock transfer circuit and clock transfer method

Country Status (1)

Country Link
JP (1) JP5560778B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108292991A (en) * 2016-03-08 2018-07-17 Ntt 电子株式会社 Data phase hunting gear, data phase follow method and communication device
CN108718192A (en) * 2018-06-12 2018-10-30 江苏卓胜微电子股份有限公司 Digital signal detecting device, MIPI RFFE equipment and system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0563610A (en) * 1991-08-30 1993-03-12 Fujitsu Ltd Jitter compensation device
JPH06188870A (en) * 1992-11-25 1994-07-08 Nec Corp Clock regenerator
JP2000101659A (en) * 1998-09-28 2000-04-07 Fujitsu Ltd Multi-rate symbol timing recovering circuit and recording medium recording program for making computer design it
JP2002217880A (en) * 2001-01-18 2002-08-02 Nec Corp Circuit and method for synchronizing clock
JP2006279332A (en) * 2005-03-28 2006-10-12 Fujitsu Ltd Timing recovery circuit and method of forming thinning clock
JP2008092338A (en) * 2006-10-03 2008-04-17 Nec Corp Clock synchronization circuit
JP2009033300A (en) * 2007-07-25 2009-02-12 Fujitsu Microelectronics Ltd Symbol timing recovery circuit

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0563610A (en) * 1991-08-30 1993-03-12 Fujitsu Ltd Jitter compensation device
JPH06188870A (en) * 1992-11-25 1994-07-08 Nec Corp Clock regenerator
JP2000101659A (en) * 1998-09-28 2000-04-07 Fujitsu Ltd Multi-rate symbol timing recovering circuit and recording medium recording program for making computer design it
JP2002217880A (en) * 2001-01-18 2002-08-02 Nec Corp Circuit and method for synchronizing clock
JP2006279332A (en) * 2005-03-28 2006-10-12 Fujitsu Ltd Timing recovery circuit and method of forming thinning clock
JP2008092338A (en) * 2006-10-03 2008-04-17 Nec Corp Clock synchronization circuit
JP2009033300A (en) * 2007-07-25 2009-02-12 Fujitsu Microelectronics Ltd Symbol timing recovery circuit

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108292991A (en) * 2016-03-08 2018-07-17 Ntt 电子株式会社 Data phase hunting gear, data phase follow method and communication device
CN108292991B (en) * 2016-03-08 2020-12-08 Ntt 电子株式会社 Data phase following device, data phase following method and communication device
CN108718192A (en) * 2018-06-12 2018-10-30 江苏卓胜微电子股份有限公司 Digital signal detecting device, MIPI RFFE equipment and system
CN108718192B (en) * 2018-06-12 2024-03-05 江苏卓胜微电子股份有限公司 Data signal detection device, MIPI RFFE equipment and system

Also Published As

Publication number Publication date
JP5560778B2 (en) 2014-07-30

Similar Documents

Publication Publication Date Title
TWI410791B (en) Apparatus and method for transmitting and receiving data bits
US20080094113A1 (en) Fraction-N Frequency Divider and Method Thereof
US10491201B2 (en) Delay circuit, count value generation circuit, and physical quantity sensor
EP3223145B1 (en) Data reading circuit
US9018996B1 (en) Circuits, architectures, apparatuses, algorithms and methods for providing quadrature outputs using a plurality of divide-by-n dividers
JP4141885B2 (en) Serial communication device
US20150015314A1 (en) Mesochronous synchronizer with delay-line phase detector
JP5560778B2 (en) Clock transfer circuit and clock transfer method
JP2006229417A (en) Digital pll device
JP4371511B2 (en) Digital synchronization circuit
JP2010061779A (en) Domain crossing circuit of semiconductor memory apparatus
JP2009526278A (en) Data interface and synchronous search method
JP6413585B2 (en) Transmission circuit, integrated circuit, and parallel-serial conversion method
JP2008211742A (en) Clock recovery apparatus
JP6410594B2 (en) Synchronizer and semiconductor device
JP6533069B2 (en) Data transmission apparatus, transmitting apparatus, and receiving apparatus
JP4434277B2 (en) Clock generation circuit and method of using the same
JP2005236549A (en) Clock signal switching circuit
KR102064232B1 (en) Apparatus and method for coverting data rate
JPH1125071A (en) Complex number multiplier
JP2010283816A (en) Circuit for aligning clock to parallel data
JPH0590970A (en) Cmi encoder circuit
JP2013175832A (en) Image processing apparatus, signal transfer circuit and semiconductor integrated circuit
JP3562321B2 (en) Clock signal switching device
JP4672032B2 (en) Serial communication device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130208

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140129

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140210

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140411

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20140423

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140513

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140526

R150 Certificate of patent or registration of utility model

Ref document number: 5560778

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees