JP2003289342A - Data control circuit - Google Patents
Data control circuitInfo
- Publication number
- JP2003289342A JP2003289342A JP2002091258A JP2002091258A JP2003289342A JP 2003289342 A JP2003289342 A JP 2003289342A JP 2002091258 A JP2002091258 A JP 2002091258A JP 2002091258 A JP2002091258 A JP 2002091258A JP 2003289342 A JP2003289342 A JP 2003289342A
- Authority
- JP
- Japan
- Prior art keywords
- data
- rxdat
- input
- serial data
- serial
- 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
Links
Landscapes
- Detection And Prevention Of Errors In Transmission (AREA)
- Communication Control (AREA)
Abstract
Description
【発明の詳細な説明】
【0001】
【発明の属する技術分野】本発明は、シリアルデータが
入力され受信バッファに格納するデータ制御回路に関す
る。
【0002】
【従来の技術】近年、携帯端末の普及に代表されるよう
に、ローコストで低消費電力で動作する無線通信方式が
社会から要求されているのと同時に通信スピードの高速
化に伴い、システムとしての高スループットヘの要求が
ますます高まる方向にある。通常、主たる局から複数の
従たる局に対して同一のデータを同時に送信する場合、
ブロードキャストパケットを使用し、受信側ヘデータが
伝わる確率を向上させる意味で、これを複数回送信す
る。受信側には、送信側からのデータ(シリアルデー
タ)を入力して受信バッファに格納するデータ制御回路
が備えられており、このデータ制御回路では、転送状態
が劣悪でない場合は、これを複数回受信する。また、デ
ータ制御回路から受信データ到着の知らせを受けた受信
側のソフトウェアでは、この受信データを受け取るため
に、その受信側のハードウェアに対してアクセスを行な
う。例えば、400バイトの受信データを16ビット
(2バイト)のデータ幅のデータバスを使用してアクセ
ス(読み出しアクセス)する場合、単純に計算して40
0バイト/2バイト=200回の読み出しが行なわれ
る。
【0003】
【発明が解決しようとする課題】上述したように、受信
側では、400バイトの受信データを16ビットのデー
タ幅のデータバスで読み出す場合、200回の読み出し
を行なう必要がある。これが複数回連続した場合、(2
00回×複数回)の読み出しアクセスが発生することに
なる。しかし、同一のデータの場合、最初のデータ以外
は捨てられる可能性が高いため、この例の場合、(20
0回×複数回)の読み出しアクセスのほとんど(最初の1
回以外)が無駄になってしまうことが多く、システム全
体のスループットの低下や、消費電力の増加という問題
がある。
【0004】本発明は、上記事情に鑑み、システム全体
のスループットが高められるとともに消費電力の増加が
抑えられたデータ制御回路を提供することを目的とす
る。
【0005】
【課題を解決するための手段】上記目的を達成する本発
明のデータ制御回路は、シリアルデータが入力され受信
バッファに格納するデータ制御回路において、今回入力
されつつあるシリアルデータと前回入力されたシリアル
データを相互に対応するビットごとに1ビットずつ比較
するデータ比較器と、上記データ比較器による比較結果
に応じて、今回入力されたシリアルデータが前回入力さ
れたシリアルデータと同一のデータであるか否かを表わ
すフラグを、今回入力されたシリアルデータに対応づけ
て記憶するフラグ記憶部とを備えたことを特徴とする。
【0006】同時に複数の通信相手方を持つことのでき
る無線通信方式において、同一データの送信が複数回繰
り返される場合、受信側で同一データが複数回受信され
れば当然のように通常データと同様に受信され、受信処
理が行なわれる。
【0007】通常、同一データが繰り返されるような場
面は稀であるが、ブロードキャストデータのように、同
時に複数の相手方へ同一データを送信する場合、通信デ
ータの欠落を防ぐ意味で、複数回送信することがある。
これを受信した場合、受信側では同じデータを読み出す
ための処理が何回も連続することになり、データ処理の
スループットを低下させることがある。
【0008】本発明のデータ制御回路は、今回入力され
たシリアルデータが前回入力されたシリアルデータと同
一のデータであるか否かを表わすフラグを、今回入力さ
れたシリアルデータに対応づけて記憶するものであるた
め、上記フラグを参照することにより無駄な読み出しを
事前に防止することができる。従って、システム全体の
受信データの処理スピードが改善されてスループットが
高められ、且つ消費電力の増加も抑えられる。
【0009】
【発明の実施の形態】以下、本発明の実施形態について
説明する。
【0010】図1は、本発明の一実施形態のデータ制御
回路のブロック図である。
【0011】図1に示すデータ制御回路1には、シリ−
パラ変換レジスタ部10と、受信バッファ20と、同一
データ受信フラグ切替器30と、データセレクト部40
と、データ比較器50と、制御回路60とが備えられて
いる。シリ−パラ変換レジスタ部10、データ比較器5
0、および制御回路60には、シリアルデータRXDA
Tが入力される。また、データ比較器50にはシステム
クロックSYSCLKが入力され、制御回路60には受
信クロックRXCLKが入力される。先ず、シリ−パラ
変換レジスタ部10について、図2を参照して説明す
る。
【0012】図2は、図1に示すシリ−パラ変換レジス
タ部の構成を示す図である。
【0013】図2に示すシリ−パラ変換レジスタ部10
は、1パケットあたりn+1ビット構成のシリアルデー
タRXDATを入力し、入力されたn+1ビットのシリ
アルデータRXDATを、n+1ビットのパラレルデー
タRXDAT[0],…,RXDAT[n−1],RX
DAT[n]に変換する回路である。
【0014】このシリ−パラ変換レジスタ部10には、
アンドゲート11_0,…,11_n−1,11_n
と、セレクタ12_0,…,12_n−1,12_n
と、フリップフロップ13_0,…,13_n−1,1
3_nとが備えられている。アンドゲート11_0,
…,11_n−1,11_nの各一方の入力端子には、
制御回路60からのロード信号LOADが入力される。
また、アンドゲート11_0,…,11_n−1,11
_nの各他方の入力端子には、カウント値0,…,n−
1,nを有する受信データカウント信号RXDCOUN
Tが入力される。ここで、受信データカウント信号RX
DCOUNTは、制御回路60から出力される、受信デ
ータ(シリアルデータRXDAT)が現在何ビット目で
あるかを示す信号であり、上記カウント値0,…,n−
1,nは、シリアルデータRXDATを構成するビット
(先頭ビットはLSBとする)0,…,n−1,nに対
応する。
【0015】このシリ−パラ変換レジスタ部10は、入
力されるシリアルデータRXDATの受信開始ととも
に、このシリアルデータRXDATを、そのシリアルデ
ータRXDATを構成するビットに対応するフリップフ
ロップにセットする。先ず、シリアルデータRXDAT
を構成する先頭のビット(LSB)をセットするため
に、制御回路60からカウント値0を有する受信データ
カウント信号RXDCOUNTが出力される。次いで、
ロード信号LOADがセット(論理1)される。する
と、シリアルデータRXDATを構成する先頭のビット
に対応するデータRXDAT[0]が、セレクタ12_
0を経由してフリップフロップ13_0に格納される。
以下同様にして、n−1ビットに対応するデータRXD
AT[n−1]が、セレクタ12_n−1を経由してフ
リップフロップ13_n−1に格納され、nビットに対
応するデータRXDAT[n]が、セレクタ12_nを
経由してフリップフロップ13_nに格納されて受信が
完了する。フリップフロップ13_0,…,13_n−
1,13_nに格納されたデータRXDAT[0],
…,[n−1],[n]は受信バッファ20およびデー
タセレクト部40に入力されている。次に、受信バッフ
ァ20および同一データ受信フラグ切替器30につい
て、図3を参照して説明する。
【0016】図3は、図1に示す受信バッファおよび同
一データ受信フラグ切替器の構成を示す図である。
【0017】図3に示す受信バッファ20には、それぞ
れがn+1ビット構成である3段の受信バッファ部21
_0,21_1,21_2からなる受信データ記憶部2
1と、それら受信バッファ部21_0,21_1,21
_2に対応して設けられたそれぞれが1ビット構成であ
る同一データ受信フラグ部22_0,22_1,22_
2からなるフラグ記憶部22が備えられている。フラグ
記憶部22には、後述するデータ比較器50による比較
結果に応じて、今回入力されたシリアルデータRXDA
Tが前回入力されたシリアルデータRXDATと同一の
データであるか否かを表わす同一データ受信フラグが、
今回入力されたシリアルデータRXDATに対応づけて
記憶される。
【0018】また、同一データ受信フラグ切替器30
は、外部からの読み出し受信データ切替信号SELを入
力し、受信データ記憶部21を構成する3段の受信バッ
ファ部21_0,21_1,21_2のいずれかに格納
されたデータに対応する同一データ受信フラグを選択し
て、データバスに出力する。ここで、同一データ受信フ
ラグをデータバスに出力するにあたり、その同一データ
受信フラグを、割込ステータスを構成する1ビットのデ
ータとして、データバスを経由して外部から読み出され
る(割込ステータス読み出し方式と称する)ようにする
ことが好ましい。このようにすることにより、CPU
は、受信データ到着による割込発生を受けて、割込ステ
ータスを読み出すという通常動作のみで済み、従って新
たなハードウエアアクセスが追加されることもなく、無
駄な同一データの読み出し動作が回避されてCPUの処
理効率が高まる。
【0019】図4は、図1に示すデータセレクト部を示
す図である。
【0020】図4に示すデータセレクト部40は、デー
タRXDAT[0],…,[n−1],[n]が入力さ
れる入力端子0,…,n−1,nを有する。また、デー
タセレクト部40は、カウント値0,…,n−1,nを
有する受信データカウント信号RXDCOUNT(受信
データカウント信号RXDCOUNT0〜nと記述す
る)が入力される切替端子を有する。データセレクト部
40は、今回入力されつつあるシリアルデータRXDA
Tと前回入力されたシリアルデータRXDATを時系列
的に対応するビットごとに1ビットずつ比較するため
に、前回入力されたシリアルデータRXDATがパラレ
ルに変換されてなるデータRXDAT[0],…,[n
−1],[n]について、受信データカウント信号RX
DCOUNT0〜nで順次選択することにより、今回入
力されつつあるシリアルデータRXDATに対応するビ
ットを抽出する。これにより、今回入力されつつあるシ
リアルデータRXDATに対応するビットを表わす前回
のデータOLDRXDATが出力される。
【0021】図5は、図1に示すデータ比較器の構成を
示す図である。
【0022】図5に示すデータ比較器50は、今回入力
されつつあるシリアルデータRXDATと前回入力され
たシリアルデータRXDAT(データOLDRXDA
T)を相互に対応するビットごとに時系列的に1ビット
ずつ比較する比較器であり、このデータ比較器50に
は、エクスクルーシブ・オアゲート51,アンドゲート
52,オアゲート53と、フリップフロップ54とが備
えられている。エクスクルーシブ・オアゲート51に
は、前回入力されたシリアルデータRXDATに対応す
るデータOLDRXDATと、今回入力されつつあるシ
リアルデータRXDATとが順次に入力され、その出力
はアンドゲート52の一方の入力に入力される。また、
アンドゲート52の他方の入力には、ロード信号LOA
Dが入力され、その出力はオアゲート53の一方の入力
に入力されている。オアゲート53の出力はフリップフ
ロップ54のデータ入力端子に入力されている。さら
に、フリップフロップ54には、システムクロックSY
SCLKと、受信開始信号RXSTARTが入力され
る。受信開始信号RXSTARTは、制御回路60から
出力される、受信が開始された時点で論理0にセットさ
れる信号である。以下、このデータ比較器50の動作に
ついて、図6を参照して説明する。
【0023】図6は、図5に示すデータ比較器のタイミ
ングチャートである。
【0024】エクスクルーシブ・オアゲート51は、入
力されているデータOLDRXDAT,RXDATの双
方のレベルが同じ(同一ビット)である場合は論理0を
出力し、異なる場合は論理1を出力する。アンドゲート
52に入力されているロード信号LOADは受信データ
RXDATをシリーパラ変換レジスタ部10のフリップ
フロップにサンプリングするタイミングで論理1とな
る。また、フリップフロップ54に入力されている受信
開始信号RXSTARTは、受信が開始された時点で論
理1から論理0に変化し、すぐに論理1へ変化すること
でフリップフロップ54の出力端子Q,Q_からそれぞ
れ論理0,論理1が出力される。ここで、エクスクルー
シブ・オアゲート51に入力されているデータOLDR
XDAT,RXDATの双方のレベルが異なる(ビット
が一致していない)場合は論理1がアンドゲート52の
入力端子0に入力され、この論理1が受信データRXD
ATをフリップフロップに取り込むタイミングと同じシ
ステムクロックSYSCLKの立ち上がりエッジでフリ
ップフロップ54に取り込まれる。これはロード信号L
OADにより制御されている。従って、フリップフロッ
プ54の出力端子Q,Q_から論理1,論理0が出力さ
れる。一方、データOLDRXDAT,RXDATの双
方のビットが一致している場合は論理0がアンドゲート
52の入力端子0に入力されるため、この論理0がシス
テムクロックSYSCLKの立ち上がりエッジでフリッ
プフロップ54に取り込まれて、フリップフロップ54
の出力端子Q,Q_から論理0,論理1が出力される。
このように、エクスクルーシブ・オアゲート51に入力
されているデータOLDRXDAT,RXDATの双方
のビットが一致していれば、フリップフロップ54の出
力端子Q,Q_から論理0,論理1が出力されるが、途
中で一度でも一致しなかった場合はフリップフロップ5
4の出力端子Q,Q_は論理1,論理0になる。従っ
て、シリアルのデータRXDATのビットが全て入力さ
れてパラレルに変換された時点でのデータ一致信号DA
T_EQが、今回と前回のパケットの全ビット比較の結
果を意味することとなる。つまり、データ一致信号DA
T_EQが論理1なら2つのパケットは一致、論理0な
ら不一致ということである。
【0025】この論理1のデータ一致信号DAT_EQ
は、前述した受信バッファ20に入力され、受信完了信
号を受けた時点で、受信バッファ20を構成するフラグ
記憶部22に、同一データ受信フラグとして、今回入力
されたシリアルデータRXDATに対応づけて記憶され
る。
【0026】このように、本実施形態のデータ制御回路
1は、シリアルの受信データRXDATを最初に取り込
むところにデータ比較器50を配備し、前回受信したシ
リアルの受信データRXDATと1ビットごとに比較を
行ない、一致するか否かを判定して、全ビット一致した
場合に論理1のデータ一致信号DAT_EQ(同一デー
タ受信フラグ)を生成する。また、受信バッファ20
に、同一データ受信フラグを記憶するフラグ記憶部22
を備え、1パケットの受信が終了した時点で、受信バッ
ファ20に受信データを書き込む際に、フラグ記憶部2
2に、一致した場合は論理1,不一致の場合は論理0の
同一データ受信フラグを記憶する。このようにすること
により、ソフトウェア側では、受信データを読み出す
際、最初に同一データ受信フラグを確認し、続けてデー
タを読み出すか否かを判定することにより、同一データ
読み出しのためのハードウェア・アクセスを省略するこ
とができる。例えば、400バイトの受信データを16
バイトのデータ幅のデータバスを使って読み出す場合、
従来だと割込ステータス読み出しが複数回と受信データ
読み出しが(200回×複数回)必要であったところが、
前述した割込ステータス読み出し方式を採用すると、そ
の割込ステータス読み出しの複数回と受信データ読み出
しが1回で済む計算となる。
【0027】従って、本実施形態のデータ制御回路1で
は、複数回受信されたデータを読み出す際のハードウェ
ア・アクセスの頻度を低下させることが可能となり、連
続する同一データの受信処理のためのスループットの低
下、および消費電力の増加防止が実現される。
【0028】また、本実施形態のデータ制御回路1は、
今回入力されつつあるシリアルデータRXDATと前回
入力されたシリアルデータRXDATを相互に対応する
ビットごとに時系列的に1ビットずつ比較する、いわゆ
る逐次比較型の回路構成であるため、回路構成が簡素化
される。
【0029】
【発明の効果】以上説明したように、本発明によれば、
システム全体のスループットが高められるとともに消費
電力の増加が抑えられたデータ制御回路を提供すること
ができる。Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data control circuit to which serial data is input and stored in a reception buffer. 2. Description of the Related Art In recent years, as represented by the spread of portable terminals, a low-cost and low-power-consumption wireless communication system has been demanded by the society, and at the same time, with the increase in communication speed, There is an increasing demand for high throughput as a system. Usually, when transmitting the same data from the main station to multiple substations simultaneously,
The broadcast packet is transmitted a plurality of times in order to improve the probability that data is transmitted to the receiving side. The receiving side is provided with a data control circuit for inputting data (serial data) from the transmitting side and storing the data in a receiving buffer. This data control circuit transmits the data a plurality of times if the transfer state is not bad. Receive. Further, the software on the receiving side, which has been notified of the arrival of the received data from the data control circuit, accesses the hardware on the receiving side in order to receive the received data. For example, when 400 bytes of received data is accessed (read access) using a data bus having a data width of 16 bits (2 bytes), a simple calculation is performed.
Reading is performed 0 times / 2 bytes = 200 times. [0003] As described above, when reading out 400 bytes of received data on a data bus having a data width of 16 bits, the receiving side needs to perform 200 times of reading. If this is repeated multiple times, (2
(00 times × multiple times) read access occurs. However, in the case of the same data, there is a high possibility that data other than the first data is discarded.
Most of the read accesses (0 times x multiple times) (first 1
Are often wasted, and there is a problem in that the throughput of the entire system decreases and power consumption increases. In view of the above circumstances, an object of the present invention is to provide a data control circuit in which the throughput of the entire system is increased and the increase in power consumption is suppressed. A data control circuit according to the present invention for achieving the above object is a data control circuit for receiving serial data and storing the received serial data in a reception buffer. A data comparator that compares the input serial data one bit at a time for each bit corresponding to each other, and, according to the comparison result by the data comparator, sets the serial data input this time to the same data as the serial data input last time. And a flag storage unit for storing a flag indicating whether or not the data is serial data inputted this time. In a wireless communication system capable of having a plurality of communication partners at the same time, when transmission of the same data is repeated a plurality of times, if the same data is received a plurality of times on the receiving side, the same as the normal data. It is received and a receiving process is performed. Normally, the same data is rarely repeated. However, when transmitting the same data to a plurality of other parties at the same time, such as broadcast data, the same data is transmitted a plurality of times in order to prevent loss of communication data. Sometimes.
When this is received, the process for reading the same data is repeated many times on the receiving side, which may reduce the throughput of the data processing. The data control circuit according to the present invention stores a flag indicating whether or not the serial data input this time is the same as the serial data input last time, in association with the serial data input this time. Therefore, useless reading can be prevented in advance by referring to the flag. Therefore, the processing speed of the received data in the entire system is improved, the throughput is increased, and the increase in power consumption is suppressed. An embodiment of the present invention will be described below. FIG. 1 is a block diagram of a data control circuit according to one embodiment of the present invention. The data control circuit 1 shown in FIG.
Para conversion register unit 10, reception buffer 20, same data reception flag switch 30, data selection unit 40
, A data comparator 50, and a control circuit 60. Serial-parallel conversion register section 10, data comparator 5
0, and the control circuit 60 has serial data RXDA
T is input. The data comparator 50 receives the system clock SYSCLK, and the control circuit 60 receives the reception clock RXCLK. First, the serial-parallel conversion register unit 10 will be described with reference to FIG. FIG. 2 is a diagram showing a configuration of the serial-parallel conversion register unit shown in FIG. The serial-parallel conversion register unit 10 shown in FIG.
, Receives serial data RXDAT of n + 1 bits per packet, converts the input serial data RXDAT of n + 1 bits into parallel data RXDAT [0],..., RXDAT [n−1], RXD of n + 1 bits
This is a circuit for converting to DAT [n]. The serial-parallel conversion register section 10 includes:
AND gates 11_0,..., 11_n-1, 11_n
, 12_n−1, 12_n
, 13_n−1, 1
3_n. AND gate 11_0,
, 11_n-1, 11_n are connected to one input terminal, respectively.
The load signal LOAD from the control circuit 60 is input.
Also, AND gates 11_0,..., 11_n−1, 11
_N have the count values 0,..., N−
Received data count signal RXDCOUNT having 1, n
T is input. Here, the reception data count signal RX
DCOUNT is a signal which is output from the control circuit 60 and indicates the bit number of the received data (serial data RXDAT) at present, and the count value 0,.
1, n correspond to bits (the first bit is assumed to be LSB) 0,..., N−1, n that constitute the serial data RXDAT. The serial-parallel conversion register unit 10 sets the serial data RXDAT in a flip-flop corresponding to a bit constituting the serial data RXDAT at the same time as the start of reception of the input serial data RXDAT. First, the serial data RXDAT
In order to set the first bit (LSB) of the received data, control circuit 60 outputs received data count signal RXDCOUNT having count value 0. Then
The load signal LOAD is set (logic 1). Then, data RXDAT [0] corresponding to the first bit constituting the serial data RXDAT is output to the selector 12_
0, and is stored in the flip-flop 13_0.
Similarly, data RXD corresponding to n-1 bits
AT [n-1] is stored in flip-flop 13_n-1 via selector 12_n-1, and data RXDAT [n] corresponding to n bits is stored in flip-flop 13_n via selector 12_n. Reception is completed. , 13_n-
Data RXDAT [0] stored in 1,13_n,
, [N-1], [n] are input to the reception buffer 20 and the data selection unit 40. Next, the reception buffer 20 and the same data reception flag switch 30 will be described with reference to FIG. FIG. 3 is a diagram showing the configuration of the reception buffer and the same data reception flag switch shown in FIG. The reception buffer 20 shown in FIG. 3 has three stages of reception buffer units 21 each having an n + 1 bit configuration.
_0, 21_1, 21_2
1 and the reception buffer sections 21_0, 21_1, 21
_2, the same data reception flag units 22_0, 22_1, 22_ each having a 1-bit configuration and provided corresponding to
2 is provided. The flag storage unit 22 stores the serial data RXDA input this time according to the comparison result by the data comparator 50 described later.
The same data reception flag indicating whether or not T is the same data as the serial data RXDAT previously input is
It is stored in association with the serial data RXDAT input this time. The same data reception flag switch 30
Receives the externally-received reception data switching signal SEL, and sets the same data reception flag corresponding to the data stored in any of the three-stage reception buffers 21_0, 21_1, 21_2 constituting the reception data storage 21. Select and output to the data bus. Here, when outputting the same data reception flag to the data bus, the same data reception flag is read from the outside via the data bus as 1-bit data constituting the interrupt status (interrupt status reading method). ). By doing so, the CPU
Only requires the normal operation of reading the interrupt status in response to the occurrence of an interrupt due to the arrival of the received data. Therefore, no new hardware access is added, and the useless read operation of the same data is avoided. The processing efficiency of the CPU is increased. FIG. 4 is a diagram showing the data select unit shown in FIG. The data selector 40 shown in FIG. 4 has input terminals 0,..., N−1, n to which data RXDAT [0],. The data selection unit 40 has a switching terminal to which a received data count signal RXDCOUNT having count values 0,..., N−1, n (described as received data count signals RXDCOUNT0 to n) is input. The data select unit 40 receives the serial data RXDA currently being input.
In order to compare T with the previously input serial data RXDAT one bit at a time for each corresponding bit, the data RXDAT [0],... n
-1] and [n], the reception data count signal RX
By sequentially selecting DCOUNT0 to DCOUNTn, bits corresponding to the serial data RXDAT currently being input are extracted. As a result, the previous data OLDRXDAT representing the bit corresponding to the serial data RXDAT currently being input is output. FIG. 5 is a diagram showing a configuration of the data comparator shown in FIG. The data comparator 50 shown in FIG. 5 includes the serial data RXDAT currently input and the serial data RXDAT (data OLDRXDA) input last time.
T) is a comparator that compares one bit in time series with each other for each bit corresponding to each other. This data comparator 50 includes an exclusive OR gate 51, an AND gate 52, an OR gate 53, and a flip-flop 54. Provided. The exclusive OR gate 51 sequentially receives the data OLDRXDAT corresponding to the previously input serial data RXDAT and the serial data RXDAT currently being input, and outputs the output to one input of the AND gate 52. . Also,
The other input of the AND gate 52 has a load signal LOA
D is input, and its output is input to one input of the OR gate 53. The output of the OR gate 53 is input to the data input terminal of the flip-flop 54. Further, the flip-flop 54 has a system clock SY
SCLK and a reception start signal RXSTART are input. The reception start signal RXSTART is a signal output from the control circuit 60 and set to logic 0 when reception is started. Hereinafter, the operation of the data comparator 50 will be described with reference to FIG. FIG. 6 is a timing chart of the data comparator shown in FIG. The exclusive OR gate 51 outputs a logical 0 when the levels of the input data OLDRXDAT and RXDAT are the same (the same bit), and outputs a logical 1 when the levels are different. The load signal LOAD input to the AND gate 52 becomes logic 1 at the timing when the reception data RXDAT is sampled by the flip-flop of the serial-parallel conversion register unit 10. Further, the reception start signal RXSTART input to the flip-flop 54 changes from logic 1 to logic 0 when the reception is started, and immediately changes to logic 1 so that the output terminals Q and Q_ of the flip-flop 54 are changed. Output a logic 0 and a logic 1, respectively. Here, the data OLDR input to the exclusive OR gate 51 is
If the levels of XDAT and RXDAT are different (bits do not match), a logical 1 is input to the input terminal 0 of the AND gate 52, and the logical 1 is the logical value of the received data RXD
AT is taken into the flip-flop 54 at the rising edge of the system clock SYSCLK at the same timing as when the AT is taken into the flip-flop. This is the load signal L
It is controlled by OAD. Therefore, logic 1 and logic 0 are output from the output terminals Q and Q_ of the flip-flop 54. On the other hand, if both bits of the data OLDRXDAT and RXDAT match, a logic 0 is input to the input terminal 0 of the AND gate 52, and this logic 0 is taken into the flip-flop 54 at the rising edge of the system clock SYSCLK. And the flip-flop 54
Logic 0 and Logic 1 are output from the output terminals Q and Q_ of.
As described above, if both bits of the data OLDRXDAT and RXDAT input to the exclusive OR gate 51 match, the logic 0 and the logic 1 are output from the output terminals Q and Q_ of the flip-flop 54. If there is no match even once, flip-flop 5
The four output terminals Q and Q_ become logic 1 and logic 0, respectively. Therefore, the data match signal DA at the time when all the bits of the serial data RXDAT are input and converted into parallel.
T_EQ means the result of all-bit comparison between the current packet and the previous packet. That is, the data match signal DA
If T_EQ is logical 1, the two packets match, and if logical 0, the packets do not match. This logic 1 data match signal DAT_EQ
Is stored in the flag storage unit 22 constituting the reception buffer 20 as the same data reception flag in association with the serial data RXDAT input this time when the reception completion signal is input to the reception buffer 20 described above. Is done. As described above, the data control circuit 1 of the present embodiment is provided with the data comparator 50 at the point where the serial reception data RXDAT is first taken in, and compares the serial reception data RXDAT received last time with each bit. To determine whether they match or not, and when all bits match, generates a data match signal DAT_EQ (identical data reception flag) of logic 1. Also, the reception buffer 20
And a flag storage unit 22 for storing the same data reception flag.
When the reception data is written to the reception buffer 20 when the reception of one packet is completed, the flag storage unit 2
2 stores the same data reception flag of logical 1 if they match and logical 0 if they do not match. By doing so, when reading the received data, the software first checks the same data reception flag, and determines whether or not to subsequently read the data. Access can be omitted. For example, if 400 bytes of received data is 16
When reading using the data bus of byte data width,
Conventionally, interrupt status readout was required multiple times and received data readout was required (200 times x multiple times).
If the above-described interrupt status reading method is adopted, the calculation is such that the reading of the interrupt status is performed a plurality of times and the reading of the received data is performed only once. Therefore, in the data control circuit 1 according to the present embodiment, it is possible to reduce the frequency of hardware access when reading data received a plurality of times, and to improve the throughput for receiving the same data continuously. , And prevention of an increase in power consumption. Further, the data control circuit 1 of the present embodiment
This is a so-called successive approximation type circuit configuration in which the serial data RXDAT being input this time and the serial data RXDAT input last time are compared one bit at a time in a bit sequence corresponding to each other, so that the circuit configuration is simplified. Is done. As described above, according to the present invention,
It is possible to provide a data control circuit in which the throughput of the entire system is increased and an increase in power consumption is suppressed.
【図面の簡単な説明】
【図1】本発明の一実施形態のデータ制御回路のブロッ
ク図である。
【図2】図1に示すシリ−パラ変換レジスタ部の構成を
示す図である。
【図3】図1に示す受信バッファおよび同一データ受信
フラグ切替器の構成を示す図である。
【図4】図1に示すデータセレクト部を示す図である。
【図5】図1に示すデータ比較器の構成を示す図であ
る。
【図6】図5に示すデータ比較器のタイミングチャート
である。
【符号の説明】
1 データ制御回路
10 シリ−パラ変換レジスタ部
20 受信バッファ
30 同一データ受信フラグ切替器
40 データセレクト部
50 データ比較器
60 制御回路
11_0,…,11_n−1,11_n,52 アンド
ゲート
12_0,…,12_n−1,12_n セレクタ
13_0,…,13_n−1,13_n,54 フリッ
プフロップ
21 受信データ記憶部
21_0,21_1,21_2 受信バッファ部
22 フラグ記憶部
22_0,22_1,22_2 同一データ受信フラグ
部
51 エクスクルーシブ・オアゲート
53 オアゲートBRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram of a data control circuit according to an embodiment of the present invention. FIG. 2 is a diagram showing a configuration of a serial-parallel conversion register unit shown in FIG. 1; FIG. 3 is a diagram showing a configuration of a reception buffer and an identical data reception flag switch shown in FIG. 1; FIG. 4 is a diagram showing a data select unit shown in FIG. 1; FIG. 5 is a diagram showing a configuration of a data comparator shown in FIG. FIG. 6 is a timing chart of the data comparator shown in FIG. [Description of Signs] 1 Data control circuit 10 Serial-parallel conversion register unit 20 Receive buffer 30 Same data reception flag switch 40 Data select unit 50 Data comparator 60 Control circuits 11_0,..., 11_n-1, 11_n, 52 AND gate 12_0, ..., 12_n-1, 12_n selectors 13_0, ..., 13_n-1, 13_n, 54 flip-flops 21 received data storage units 21_0, 21_1, 21_2 reception buffer units 22 flag storage units 22_0, 22_1, 22_2 identical data reception flag units 51 Exclusive OR gate 53 OR gate
Claims (1)
に格納するデータ制御回路において、 今回入力されつつあるシリアルデータと前回入力された
シリアルデータを相互に対応するビットごとに1ビット
ずつ比較するデータ比較器と、 前記データ比較器による比較結果に応じて、今回入力さ
れたシリアルデータが前回入力されたシリアルデータと
同一のデータであるか否かを表わすフラグを、今回入力
されたシリアルデータに対応づけて記憶するフラグ記憶
部とを備えたことを特徴とするデータ制御回路。Claims: 1. A data control circuit that receives serial data and stores the received serial data in a reception buffer, wherein the serial data being input this time and the serial data input last time are one bit for each bit corresponding to each other. And a flag indicating whether or not the serial data input this time is the same as the serial data input last time, according to the comparison result by the data comparator. A data control circuit, comprising: a flag storage unit that stores the data in association with serial data.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002091258A JP3748830B2 (en) | 2002-03-28 | 2002-03-28 | Data control circuit |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002091258A JP3748830B2 (en) | 2002-03-28 | 2002-03-28 | Data control circuit |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2003289342A true JP2003289342A (en) | 2003-10-10 |
JP3748830B2 JP3748830B2 (en) | 2006-02-22 |
Family
ID=29236391
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2002091258A Expired - Fee Related JP3748830B2 (en) | 2002-03-28 | 2002-03-28 | Data control circuit |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3748830B2 (en) |
-
2002
- 2002-03-28 JP JP2002091258A patent/JP3748830B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP3748830B2 (en) | 2006-02-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7315550B2 (en) | Method and apparatus for shared buffer packet switching | |
US8364873B2 (en) | Data transmission system and a programmable SPI controller | |
JPH0887462A (en) | State machine and communication control system | |
US6741193B2 (en) | Parallel in serial out circuit having flip-flop latching at multiple clock rates | |
US7199732B1 (en) | Data converter with reduced component count for padded-protocol interface | |
CN111279617A (en) | Data decompression device and method | |
CN111949582B (en) | Pointer synchronization device and method, asynchronous FIFO circuit and processor system | |
US7512190B2 (en) | Data transmission apparatus using asynchronous dual-rail bus and method therefor | |
JP2003289342A (en) | Data control circuit | |
JPH05135187A (en) | Digital signal processor | |
US8166219B2 (en) | Method and apparatus for encoding/decoding bus signal | |
JPH0479422A (en) | Transmission control circuit | |
US20100131679A1 (en) | Apparatus for performing a downlink or uplink processing in a wireless communication system to maintain the efficiency of system bandwidth, and associated methods | |
CN117155851B (en) | Data packet transmission method and system, storage medium and electronic device | |
JPH05250316A (en) | Inter-device interface system | |
CN115037411B (en) | Signal receiving and transmitting system and signal receiver thereof | |
JP2001044976A (en) | Inter-bit phase difference reduction transmission system in digital processor | |
US20230105094A1 (en) | Power saving techniques for layer-to-layer interface | |
JPH056335A (en) | Inter-device interface system | |
JP3136573B2 (en) | Decoding device and processing device for variable length code | |
JP3923065B2 (en) | Communication terminal device | |
CN117687947A (en) | PCIe-based bit stream reading method and device | |
JP3581112B2 (en) | Data transmission method, transmission circuit, and communication device | |
JP2953362B2 (en) | LAN switching device | |
JP2001197117A (en) | Buffer for storing variable length data |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20040820 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20051116 |
|
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: 20051122 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20051129 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20091209 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20101209 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20101209 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20111209 Year of fee payment: 6 |
|
LAPS | Cancellation because of no payment of annual fees |