JP3321265B2 - Communication processing apparatus and debugging method thereof - Google Patents

Communication processing apparatus and debugging method thereof

Info

Publication number
JP3321265B2
JP3321265B2 JP26470293A JP26470293A JP3321265B2 JP 3321265 B2 JP3321265 B2 JP 3321265B2 JP 26470293 A JP26470293 A JP 26470293A JP 26470293 A JP26470293 A JP 26470293A JP 3321265 B2 JP3321265 B2 JP 3321265B2
Authority
JP
Japan
Prior art keywords
initial value
crc
communication processing
transmission
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.)
Expired - Fee Related
Application number
JP26470293A
Other languages
Japanese (ja)
Other versions
JPH07123134A (en
Inventor
明美 堀川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Hitachi Solutions Technology Ltd
Original Assignee
Hitachi Ltd
Hitachi ULSI Systems Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd, Hitachi ULSI Systems Co Ltd filed Critical Hitachi Ltd
Priority to JP26470293A priority Critical patent/JP3321265B2/en
Publication of JPH07123134A publication Critical patent/JPH07123134A/en
Application granted granted Critical
Publication of JP3321265B2 publication Critical patent/JP3321265B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Detection And Correction Of Errors (AREA)
  • Computer And Data Communications (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、通信処理装置のデバッ
グ技術に関し、特に交換機、PBX(Private Branch E
xchange )、LAN(Local Area Network)などのネッ
トワークを実現するデジタルの通信処理装置などにおい
て、HDLC(High-level Data LinkControl procedur
es )などの誤り検出機能を持つプロトコルを内蔵する
制御装置の検証あるいはこれらの装置をチェックするプ
ロトコルアナライザに良好な通信処理装置およびそのデ
バッグ方法に適用して有効な技術に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a debugging technique for a communication processing apparatus, and more particularly to an exchange, a private branch exchange (PBX), and the like.
xchange), a digital communication processing device that realizes a network such as a LAN (Local Area Network), and the like, using a high-level data link control procedure (HDLC).
The present invention relates to a communication processing device which is suitable for a verification of a control device incorporating a protocol having an error detection function such as es) or a protocol analyzer for checking these devices, and a technique effective when applied to a debugging method thereof.

【0002】[0002]

【従来の技術】たとえば、ネットワークを実現する通信
処理装置において、HDLCプロトコルで用いるメッセ
ージフォーマット(フレーム)は、図5に示すように同
一パターンのスタート、ストップフラグに囲まれたアド
レス部、情報部、FCS(Frame Check Sequence)部か
らなり、CRC(Cyclic Redundancy Check )計算結果
はFCS部データとして送出され、最近の通信処理装置
ではフラグ部とFCS部をハードウェアで実現している
のがほとんどである。
2. Description of the Related Art For example, in a communication processing apparatus for realizing a network, a message format (frame) used in the HDLC protocol has an address portion, an information portion surrounded by start and stop flags of the same pattern as shown in FIG. It is composed of an FCS (Frame Check Sequence) section, and a CRC (Cyclic Redundancy Check) calculation result is sent out as FCS section data. In most recent communication processing apparatuses, the flag section and the FCS section are realized by hardware in most cases. .

【0003】また、広範なプロトコルに対応する公知例
としては、たとえば図6に示す送信ブロック図のような
(株)日立製作所製通信用マイクロプロセッサHD64
180S(以下NPUとする)などが挙げられ、このマ
ルチプロトコルシリアルコミニュケーションインタフェ
ース(MSCI)部のMSCI送信部は、FIFO(Fi
rst-In First-Out)形式の3段の送信バッファと1つの
送信シフトレジスタを持ち、この送信部は、CRC計算
器などのプロトコルに対応するための機能やエラーチェ
ック機能などを内蔵している。このCRCについては、
CRC−16、CRC−CCITTの2種類のCRCコ
ードおよび初期値オール“1”、“0”を選択すること
が可能である。
As a known example corresponding to a wide range of protocols, a communication microprocessor HD64 manufactured by Hitachi, Ltd. as shown in a transmission block diagram in FIG.
180S (hereinafter referred to as NPU), and the MSCI transmitting unit of the multiprotocol serial communication interface (MSCI) unit is a FIFO (Fi
It has a three-stage transmission buffer (rst-in first-out) format and one transmission shift register. This transmission unit has a built-in function to support protocols such as a CRC calculator and an error check function. . For this CRC,
It is possible to select two types of CRC codes, CRC-16 and CRC-CCITT, and all initial values "1" and "0".

【0004】[0004]

【発明が解決しようとする課題】ところが、前記のよう
なマルチプロトコル対応の通信処理装置においては、C
RCコードを変更することでエラーフレームを生成する
ことが可能であるが、HDLC対応などに機能を特化し
た処理装置の場合はCRC自動生成となり、意図してエ
ラーフレームを生成することができない。
However, in the above-mentioned multi-protocol compatible communication processing apparatus, C
It is possible to generate an error frame by changing the RC code. However, in the case of a processing device specialized in functions such as HDLC, CRC is automatically generated, and an error frame cannot be generated intentionally.

【0005】すなわち、通信処理装置を用いてプロトコ
ル処理をデバッグする場合、確実にエラーフレームを発
生させてチェックしたい場合があり、前記した構成の装
置を用いて送信処理を行う場合、CRCの選択は採用す
るプロトコルに合致するものを初期化処理で設定し、変
更することはないと考えられている。
That is, when debugging a protocol process using a communication processing device, there is a case where an error frame is required to be generated and checked reliably. When a transmission process is performed using the device having the above-described configuration, selection of a CRC is required. It is considered that a protocol conforming to the adopted protocol is set in the initialization process and is not changed.

【0006】そこで、特定したフレームにエラーを発生
させるには、フレームの送信が行われていないことを確
認した後に異なるCRCモードを設定し、送信終了確認
後に戻す必要があり、一方機能を特化した処理装置の場
合には、意図してCRCエラーを発生させることができ
ないので、プロトコル処理を検証するための状況を確実
に作り出すことができない。
Therefore, in order to cause an error in the specified frame, it is necessary to set a different CRC mode after confirming that the frame has not been transmitted and to return after confirming the end of the transmission. In the case of the processing device described above, since a CRC error cannot be intentionally generated, a situation for verifying the protocol processing cannot be reliably created.

【0007】そこで、本発明の目的は、送信状態を確認
することなく意図したフレームにエラーを発生させ、プ
ロトコルの検証を確実に行うことができる通信処理装置
およびそのデバッグ方法を提供することにある。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a communication processing apparatus capable of causing an error in an intended frame without confirming a transmission state and verifying a protocol reliably, and a debugging method thereof. .

【0008】本発明の前記ならびにその他の目的と新規
な特徴は、本明細書の記述および添付図面から明らかに
なるであろう。
The above and other objects and novel features of the present invention will become apparent from the description of the present specification and the accompanying drawings.

【0009】[0009]

【課題を解決するための手段】本願において開示される
発明のうち、代表的なものの概要を簡単に説明すれば、
下記のとおりである。
SUMMARY OF THE INVENTION Among the inventions disclosed in the present application, the outline of a representative one will be briefly described.
It is as follows.

【0010】すなわち、本発明の通信処理装置は、プロ
トコルによりネットワークを実現する通信処理装置であ
って、シリアル通信処理のエラー検出に用いるCRCチ
ェックコードを生成する場合に、CRC計算用の初期値
データと、この初期値データをフレーム送信毎に異常初
期値に設定する設定制御手段と、初期値選択情報を保持
する記憶手段と、この初期値選択情報により初期値デー
タを選択する選択制御手段とを備えるものである。
That is, the communication processing apparatus of the present invention is a communication processing apparatus for realizing a network by a protocol, and generates an initial value data for CRC calculation when generating a CRC check code used for error detection in serial communication processing. Setting control means for setting the initial value data to an abnormal initial value for each frame transmission, storage means for holding initial value selection information, and selection control means for selecting initial value data based on the initial value selection information. It is provided.

【0011】また、本発明の通信処理装置のデバッグ方
法は、CRC計算用の初期値データをフレーム送信毎に
異常初期値に設定し、初期値選択情報により初期値デー
タの選択を制御し、特定の送信フレームにCRCエラー
を発生させ、このエラーに起因するプロトコル処理の検
証を実現するものである。
Further, according to the debugging method of the communication processing apparatus of the present invention, the initial value data for CRC calculation is set to an abnormal initial value every frame transmission, and the selection of the initial value data is controlled and specified by the initial value selection information. In this case, a CRC error is generated in the transmission frame, and the verification of the protocol processing caused by the error is realized.

【0012】この場合に、前記通信処理装置のCRCエ
ラーを発生させるための制御を、初期化データの選択で
行うのではなく、CRC送出要求情報の要求時にCRC
設定値を選択し、このCRC送出要求情報を異常な値に
変更して特定の送信フレームにエラーを発生させるよう
にしたものである。
In this case, the control for generating a CRC error of the communication processing apparatus is not performed by selecting the initialization data, but is performed when the CRC transmission request information is requested.
A set value is selected, and the CRC transmission request information is changed to an abnormal value to cause an error in a specific transmission frame.

【0013】また、前記CRCの正常・異常を選択する
情報を予め記憶手段に設定し、この情報を送信処理の実
行時に取り込んで選択するようにしたものである。
Further, information for selecting whether the CRC is normal or abnormal is set in a storage means in advance, and this information is fetched and selected at the time of execution of transmission processing.

【0014】[0014]

【作用】前記した通信処理装置およびそのデバッグ方法
によれば、CRC計算用の初期値データ、設定制御手
段、記憶手段、選択制御手段が備えられることにより、
CRCの正常・異常を指定するための初期値選択情報を
設定し、特定の送信フレームにCRCエラーを発生さ
せ、エラーフレームを生成することができる。
According to the communication processing apparatus and the debugging method thereof, the initial value data for CRC calculation, the setting control means, the storage means, and the selection control means are provided.
Initial value selection information for designating normal / abnormal CRC can be set, a CRC error can be generated in a specific transmission frame, and an error frame can be generated.

【0015】すなわち、CRC計算に用いるCRCシフ
トレジスタの初期値を正常な場合と異常な場合に設定で
き、データ取り込み時にそのデータをも取り込み、フレ
ーム送出開始時毎に初期値選択情報を参照してCRC初
期値を選択することで、特定フレームにエラーを発生さ
せることができる。
That is, the initial value of the CRC shift register used for the CRC calculation can be set in a normal case or an abnormal case. The data is also fetched at the time of data fetching, and the initial value selection information is referred to each time frame transmission is started. By selecting the CRC initial value, an error can be generated in a specific frame.

【0016】また、CRCの正常・異常を設定でき、デ
ータ取り込み時にそのデータをも取込み、フレーム送出
毎にCRC送出要求情報を参照してCRCの制御を変更
することで、特定フレームにエラーを発生させることが
できる。
[0016] In addition, a normal / abnormal CRC can be set, the data is also taken in at the time of taking in the data, and an error is generated in a specific frame by changing the CRC control by referring to the CRC sending request information every frame sending. Can be done.

【0017】このCRC制御としては、エラーチェック
データ計算に用いるCRCシフトレジスタの初期値を正
常な場合と異常な場合に設定でき、CRC初期値を選択
する方法、あるいはCRC出力要求時に設定値を参照し
て出力信号を変更する方法により実現することができ
る。
In this CRC control, an initial value of a CRC shift register used for error check data calculation can be set in a normal case and an abnormal case, and a method of selecting a CRC initial value or referring to a set value when a CRC output request is made. And changing the output signal.

【0018】このような場合に、初期値選択情報はフレ
ーム先頭データを書き込む前に設定し、バッファへのデ
ータ取り込み時に同時に取り込まれ、フレーム送出開始
時までそのデータを保持する。さらに、フレームの送出
開始を検知し、CRCデータを初期化する場合に保持さ
れた初期値選択情報を参照してCRC初期値を設定す
る。
In such a case, the initial value selection information is set before writing the head data of the frame, is simultaneously fetched when the data is fetched into the buffer, and holds the data until the start of frame transmission. Furthermore, the start of frame transmission is detected, and the CRC initial value is set with reference to the initial value selection information held when the CRC data is initialized.

【0019】そして、アドレス部、情報部の送出後に、
計算したCRCを自動的にFCS部として送出するか、
あるいは計算したCRCデータをFCS部として送出す
る時点で参照し、出力信号に変更を加えてエラーを発生
させることができる。また、記憶手段にディスクリプタ
として記述する方式の場合は、CRCの設定情報を持
ち、設定のための制御を追加することにより実現でき
る。
Then, after transmitting the address part and the information part,
Whether to automatically send the calculated CRC as FCS part,
Alternatively, an error can be generated by referring to the calculated CRC data at the time of sending it out as an FCS unit and changing the output signal. In the case of a method described as a descriptor in the storage means, it can be realized by having CRC setting information and adding control for setting.

【0020】これにより、フレーム送信中か否かを確認
することなく、特定のフレームにエラーを発生させるこ
とができるため、プロトコルの検証を確実に行うことが
でき、かつプロトコル処理の検証が容易に実現できるの
で、プロトコルの検証作業の効率向上を図ることができ
る。
Thus, an error can be generated in a specific frame without confirming whether a frame is being transmitted or not, so that the protocol can be reliably verified and the protocol processing can be easily verified. Since it can be realized, the efficiency of protocol verification work can be improved.

【0021】[0021]

【実施例】以下、本発明の実施例を図面に基づいて詳細
に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0022】(実施例1)図1は本発明の実施例1であ
る通信処理装置の要部を示すブロック図、図2は本実施
例の通信処理装置において、CRC計算器を初期値変更
で実現する場合を示す構成図である。
(Embodiment 1) FIG. 1 is a block diagram showing a main part of a communication processing apparatus according to a first embodiment of the present invention. FIG. 2 shows a communication processing apparatus according to this embodiment in which a CRC calculator is changed by changing an initial value. It is a block diagram showing the case of realizing.

【0023】まず、図1により本実施例の通信処理装置
の要部構成を説明する。
First, the main configuration of the communication processing apparatus of this embodiment will be described with reference to FIG.

【0024】本実施例の通信処理装置は、たとえばHD
LCプロトコルに特化した通信処理装置の送信部を有
し、CPUからデータを設定するための内部データバス
1、初期値データの選択を設定するCRC選択レジスタ
2、送信データをFIFO形式で格納する送信バッファ
3、同様のFIFO形式でCRC初期値を格納していく
CRCバッファ4、送信データを下位ビットから送信出
力端子5に出力するための送信シフトレジスタ6、フレ
ームに付加するCRCを計算するCRC計算器7、スタ
ートフラグ、ストップフラグなどを送出するTXパター
ンレジスタ8、HDLCプロトコルで必要となる“0”
挿入部9、フレームフォーマットに従い順次送信制御す
る状態遷移制御部10から構成されている。
The communication processing device of the present embodiment is, for example, an HD
An internal data bus 1 for setting data from the CPU, a CRC selection register 2 for setting selection of initial value data, and a transmission data stored in a FIFO format. A transmission buffer 3, a CRC buffer 4 for storing a CRC initial value in a similar FIFO format, a transmission shift register 6 for outputting transmission data from lower bits to a transmission output terminal 5, a CRC for calculating a CRC to be added to a frame Calculator 7, TX pattern register 8 for sending start flag, stop flag, etc., "0" required for HDLC protocol
An insertion unit 9 includes a state transition control unit 10 for sequentially controlling transmission according to a frame format.

【0025】すなわち、通常の通信処理装置の送信部と
異なる点は、CRCの指定を設定して保持するためのC
RC選択レジスタ2、CRCバッファ4、およびCRC
バッファ4の情報をCRC計算器7に知らせるための選
択信号(初期値選択情報)11、同様にスタート、スト
ップフラグの送出を知らせるためのフラグ送出信号12
を設けた点である。
That is, the difference from the transmission unit of the ordinary communication processing device is that the C for specifying and holding the CRC is set.
RC selection register 2, CRC buffer 4, and CRC
A selection signal (initial value selection information) 11 for notifying the information of the buffer 4 to the CRC calculator 7, similarly, a flag transmission signal 12 for notifying the transmission of the start and stop flags 12
Is provided.

【0026】CRC計算器7は、図2に示すように、入
力データを保持するためのCRCシフトレジスタ71
と、このCRCシフトレジスタ71に設定するCRC計
算用の初期値データを保持するCRC初期化データ部7
2と、初期値データをフレーム送信毎に異常初期値に設
定し、選択信号11をフリップフロップ回路(記憶手
段)に保持し、この選択信号11により初期値データを
選択する選択信号制御部(設定、選択制御手段)73と
を備え、フレームに付加するCRCが計算されるように
なっている。
As shown in FIG. 2, the CRC calculator 7 has a CRC shift register 71 for holding input data.
And a CRC initialization data section 7 for holding initial value data for CRC calculation set in the CRC shift register 71.
2, the initial value data is set to an abnormal initial value for each frame transmission, the selection signal 11 is held in a flip-flop circuit (storage means), and a selection signal control unit (setting , Selection control means) 73, and the CRC to be added to the frame is calculated.

【0027】次に、本実施例の作用について説明する。Next, the operation of this embodiment will be described.

【0028】まず、フレームデータの送信要求が発生し
た場合、CPUは内部データバス1を通じてCRC選択
レジスタ2を設定し、正常フレームか異常フレームかを
選択する。このとき、前回と同じフレームのタイプを送
出する場合には設定する必要がない。
First, when a frame data transmission request occurs, the CPU sets the CRC selection register 2 via the internal data bus 1 and selects a normal frame or an abnormal frame. At this time, when transmitting the same frame type as the previous time, there is no need to set.

【0029】そして、初期値の選択を終えた後に、送出
データを送信バッファ3に書き込んでいく。このとき、
同時にCRC選択レジスタ2の内容をCRCバッファ4
に取り込む。なお、送信バッファ3がFIFO形式であ
る場合には、CRCバッファ4も同一段数のFIFOを
持つものとする。
After the selection of the initial value is completed, the transmission data is written into the transmission buffer 3. At this time,
At the same time, the contents of the CRC selection register 2 are stored in the CRC buffer 4
Take in. When the transmission buffer 3 is of the FIFO format, the CRC buffer 4 also has the same number of FIFOs.

【0030】さらに、送信バッファ3の内容は、順次送
信シフトレジスタ6に送られるが、CRCバッファ4の
内容は選択信号11に出力される。よって、1バイト前
のCRC選択レジスタ2の内容が選択信号11に反映さ
れることとなる。なお、本実施例では、CRC計算器7
とその初期化制御に着目したものである。
Further, the contents of the transmission buffer 3 are sequentially sent to the transmission shift register 6, while the contents of the CRC buffer 4 are output as a selection signal 11. Therefore, the content of the CRC selection register 2 one byte before is reflected on the selection signal 11. In this embodiment, the CRC calculator 7
And its initialization control.

【0031】そして、送信バッファ3から送信シフトレ
ジスタ6にフレーム先頭のデータが転送される際、ある
いは1フレームの転送を終了して次のフレームを送出す
る際には、TXパターンレジスタ8からスタートフラグ
が送出される。このスタートフラグ送出を、フラグ送出
信号12としてCRC計算器7へ通知し、初期化処理の
変更を実行することができる。
When the data at the head of the frame is transferred from the transmission buffer 3 to the transmission shift register 6, or when the transfer of one frame is completed and the next frame is transmitted, the start flag is transmitted from the TX pattern register 8. Is sent. This start flag transmission is notified to the CRC calculator 7 as the flag transmission signal 12, and the initialization processing can be changed.

【0032】さらに、送信シフトレジスタ6の送信デー
タは、図2に示すCRC計算器7にも1ビット毎に入力
され、この入力データは、指定ビットでEOR演算を行
いながらCRCシフトレジスタ71内を右にシフトす
る。なお、CRCの計算方法が異なる場合はEOR演算
位置が異なる。
Further, the transmission data of the transmission shift register 6 is also input to the CRC calculator 7 shown in FIG. 2 on a bit-by-bit basis, and this input data is transmitted through the CRC shift register 71 while performing the EOR operation using the designated bits. Shift right. When the CRC calculation method is different, the EOR operation position is different.

【0033】このとき、CRC初期化データ部72の初
期値データは、HDLC制御の場合にはオール“1”で
あり、CRCシフトレジスタ71はスタートフラグ送出
毎に初期値を設定し、FCS部データとして情報部の送
出に続き送信出力端子5に出力される。なお、本実施例
ではCRC初期値のビット7を反転させ、正常・異常の
制御をしている。
At this time, the initial value data of the CRC initialization data section 72 is all "1" in the case of the HDLC control, and the CRC shift register 71 sets the initial value every time the start flag is sent out. Is output to the transmission output terminal 5 following transmission of the information section. In this embodiment, normal / abnormal control is performed by inverting bit 7 of the CRC initial value.

【0034】さらに、初期値選択情報は、レジスタなど
を設けてプログラムにより指定可能にし、この指定した
結果は選択信号11により選択信号制御部73を制御す
る。このとき、実際にはスタートのフラグ送出信号12
のタイミングで内部に取り込むこととなる。
Further, the initial value selection information can be designated by a program by providing a register or the like, and the designated result is used to control the selection signal control unit 73 by the selection signal 11. At this time, actually, the start flag transmission signal 12
At the timing of.

【0035】従って、本実施例の通信処理装置によれ
ば、CRC計算器7に、CRC計算用の初期値データを
保持するCRC初期化データ部72と、選択信号11を
保持して初期値データを選択する選択信号制御部73と
を備えることにより、CRC計算に用いるCRCシフト
レジスタ71の初期値を正常な場合と異常な場合に設定
でき、データ取り込み時にそのデータも取り込み、フレ
ーム送出開始時毎に選択信号11を参照してCRC初期
値を選択し、特定の送信フレームにエラーを発生させる
ことによってエラーフレームを生成することができる。
Therefore, according to the communication processing apparatus of the present embodiment, the CRC calculator 7 stores the CRC initialization data section 72 for storing the initial value data for CRC calculation, and the selection signal 11 for storing the initial value data. And a selection signal control unit 73 for selecting the initial value of the CRC shift register 71 used for the CRC calculation can be set in a normal case or an abnormal case. By selecting the CRC initial value with reference to the selection signal 11 and generating an error in a specific transmission frame, an error frame can be generated.

【0036】(実施例2)図3は本発明の実施例2であ
る通信処理装置において、CRC出力要求時の出力デー
タを反転する場合を示す構成図である。
(Embodiment 2) FIG. 3 is a configuration diagram showing a case where output data at the time of a CRC output request is inverted in a communication processing apparatus according to Embodiment 2 of the present invention.

【0037】本実施例の通信処理装置は、実施例1と同
様にHDLCプロトコルに特化した通信処理装置の送信
部を有し、フレームに付加するCRCを計算するCRC
計算器7aなどから構成され、実施例1との相違点は、
CRC初期化データを変更することで正常・異常のCR
Cを選択できるようにした実施例1に対して、CRC出
力時に出力データを反転することでエラーを発生させる
ようにした点である。
As in the first embodiment, the communication processing apparatus of this embodiment has a transmission unit of the communication processing apparatus specialized for the HDLC protocol, and calculates the CRC to be added to the frame.
It is composed of a calculator 7a and the like.
Normal / abnormal CR by changing CRC initialization data
This is different from the first embodiment in which C can be selected, in that an error is generated by inverting output data at the time of CRC output.

【0038】すなわち、本実施例のCRC計算器7a
は、図3に示すように、入力データを保持するためのC
RCシフトレジスタ71と、初期値選択情報である選択
信号11をフリップフロップに保持し、CRC送出信号
(CRC送出要求情報)13の要求時にCRC設定値を
選択する選択信号制御部73aと、CRC送出信号13
を異常な値に変更する送出データ制御部74とを備え、
CRC送出信号13の要求時に選択信号11により出力
データが反転されるようになっている。
That is, the CRC calculator 7a of this embodiment
Is a C for holding the input data, as shown in FIG.
An RC shift register 71, a selection signal controller 73a for holding a selection signal 11 as initial value selection information in a flip-flop and selecting a CRC set value when a CRC transmission signal (CRC transmission request information) 13 is requested; Signal 13
And a transmission data control unit 74 that changes the value to an abnormal value.
The output data is inverted by the selection signal 11 when the CRC transmission signal 13 is requested.

【0039】次に、本実施例の作用について説明する。Next, the operation of this embodiment will be described.

【0040】まず、入力データは、EOR演算を行いな
がらCRCシフトレジスタ71内を右にシフトしてい
き、情報部の転送が終了すると、状態遷移制御部10が
FCS部送信を促してCRC送出信号13をCRC計算
器7aに通知する。そして、CRC計算器7aはこの要
求により、CRCシフトレジスタ71の上位ビットから
左にシフトしながら出力する。
First, the input data is shifted to the right in the CRC shift register 71 while performing the EOR operation, and when the transfer of the information section is completed, the state transition control section 10 prompts the transmission of the FCS section and transmits the CRC transmission signal. 13 is notified to the CRC calculator 7a. Then, in response to this request, the CRC calculator 7a outputs while shifting the upper bits of the CRC shift register 71 to the left.

【0041】さらに、実施例1と同様に指定された選択
信号11は、CRC送出要求であるCRC送出信号13
により取り込まれて送出データ制御部74に送られる。
このとき、送出データ制御部74は選択信号11が
“1”の場合、CRCシフトレジスタ71のデータをそ
のままで出力する。しかし、選択信号11が“0”に変
更されると出力データが反転し、これによってCRCエ
ラーを発生することができる。
Further, the selection signal 11 specified in the same manner as in the first embodiment is a CRC transmission signal 13 which is a CRC transmission request.
And sent to the transmission data control unit 74.
At this time, when the selection signal 11 is “1”, the transmission data control unit 74 outputs the data of the CRC shift register 71 as it is. However, when the selection signal 11 is changed to "0", the output data is inverted, which may cause a CRC error.

【0042】従って、本実施例の通信処理装置によれ
ば、CRC計算器7aに、選択信号11を保持して初期
値データを選択する選択信号制御部73aと、CRC送
出信号13を異常な値に変更する送出データ制御部74
とを備えることにより、フレーム送出毎にCRC送出信
号13を参照して出力データを反転することができるの
で、実施例1と同様に特定の送信フレームにエラーを発
生させてエラーフレームの生成が可能となる。
Therefore, according to the communication processing apparatus of this embodiment, the CRC calculator 7a stores the selection signal 11 to select the initial value data and the selection signal control unit 73a, Transmission data control unit 74 to change to
Since the output data can be inverted with reference to the CRC transmission signal 13 every frame transmission, an error can be generated in a specific transmission frame as in the first embodiment to generate an error frame. Becomes

【0043】(実施例3)図4は本発明の実施例3であ
る通信処理装置において、CRC出力要求時の出力デー
タを変更する場合を示す構成図である。
(Embodiment 3) FIG. 4 is a block diagram showing a case where output data at the time of a CRC output request is changed in a communication processing apparatus according to Embodiment 3 of the present invention.

【0044】本実施例の通信処理装置は、実施例1およ
び2と同様にHDLCプロトコルに特化した通信処理装
置の送信部を有し、フレームに付加するCRCを計算す
るCRC計算器7bなどから構成され、実施例1との相
違点は、CRC出力時に出力データを変更する点であ
り、また実施例2との相違点は、出力データを反転させ
るようにした実施例2に対して、CRCシフトレジスタ
71のビットを直接変更することによりエラーを発生さ
せるようにした点である。
The communication processing apparatus of the present embodiment has a transmission unit of a communication processing apparatus specialized for the HDLC protocol similarly to the first and second embodiments, and includes a CRC calculator 7b for calculating a CRC to be added to a frame. The second embodiment is different from the first embodiment in that output data is changed at the time of CRC output. The second embodiment is different from the second embodiment in that the output data is inverted. The difference is that an error is generated by directly changing the bit of the shift register 71.

【0045】すなわち、本実施例のCRC計算器7b
は、図4に示すように、入力データを保持するためのC
RCシフトレジスタ71と、初期値選択情報である選択
信号11をフリップフロップに保持し、CRC送出要求
情報であるCRC送出信号13の要求時にCRC設定値
を選択する選択信号制御部73bと、選択信号11によ
り出力データを選択するセレクタ75とが備えられてい
る。
That is, the CRC calculator 7b of this embodiment
Is a C for holding input data, as shown in FIG.
An RC shift register 71, a selection signal controller 73b for holding a selection signal 11 as initial value selection information in a flip-flop, and selecting a CRC setting value when requesting a CRC transmission signal 13 as CRC transmission request information; And a selector 75 for selecting output data by the selector 11.

【0046】さらに、CRC計算器7bの外部に、この
CRC計算器7bのセレクタ75に接続され、任意デー
タをCRCとして出力するための設定CRCシフトレジ
スタ14を設け、内部データバス1によりCPUと接続
され、CRCデータが任意に設定可能な状態となってい
る。
Further, outside the CRC calculator 7b, a setting CRC shift register 14 connected to the selector 75 of the CRC calculator 7b for outputting arbitrary data as a CRC is provided, and connected to the CPU by the internal data bus 1. Thus, the CRC data can be set arbitrarily.

【0047】これにより、選択信号11の制御によりセ
レクタ75を制御し、出力データを選択する。このと
き、選択信号11が“1”であれば、正常に演算した結
果が格納されているCRCシフトレジスタ71の内容を
出力し、そうでなければ設定CRCシフトレジスタ14
の内容をCRCデータとして出力し、これによって出力
データを変更してCRCエラーを発生することができ
る。
Thus, the selector 75 is controlled by the control of the selection signal 11, and the output data is selected. At this time, if the selection signal 11 is “1”, the contents of the CRC shift register 71 in which the result of the normal operation is stored are output.
Is output as CRC data, thereby changing the output data and generating a CRC error.

【0048】従って、本実施例の通信処理装置によれ
ば、CRC計算器7bのセレクタ75に接続され、任意
データをCRCとして出力するための設定CRCシフト
レジスタ14を設けることにより、フレーム送出毎にC
RC送出信号13を参照して出力データを変更すること
ができるので、実施例1および2と同様に特定の送信フ
レームにエラーを発生させてエラーフレームの生成が可
能となる。
Therefore, according to the communication processing apparatus of the present embodiment, the setting CRC shift register 14 which is connected to the selector 75 of the CRC calculator 7b and outputs arbitrary data as a CRC is provided, so that every time a frame is transmitted, C
Since output data can be changed with reference to the RC transmission signal 13, an error can be generated in a specific transmission frame as in the first and second embodiments to generate an error frame.

【0049】(実施例4)本発明の実施例4の通信処理
装置は、実施例1〜3と異なり、高機能なDMAC(Di
rect Memory Access Controller )を用いたチェイン方
式の自動設定制御機能を備えた通信処理装置に適用さ
れ、すなわち近年の通信処理装置においては、DMAC
を用いたチェイン方式と呼ばれる自動設定制御を使うも
のが増えており、これらの方式は、メモリに予め決めら
れた形式の転送データ情報を格納し、その格納アドレス
を設定後に起動することで実現している。
(Embodiment 4) A communication processing apparatus according to Embodiment 4 of the present invention differs from Embodiments 1 to 3 in that
rect Memory Access Controller), and is applied to a communication processing device having an automatic setting control function of a chain method using a chain method.
The use of automatic setting control called the chain method that uses a network is increasing, and these methods are realized by storing transfer data information in a predetermined format in a memory and starting up after setting the storage address. ing.

【0050】そこで、本実施例では、自動設定制御機能
を備えた通信処理装置にCRC選択情報を転送データ情
報として加え、予めメモリに設定することでDMACに
よるデータ転送前に自動設定する制御を行なうことで実
現することができる。
Therefore, in this embodiment, CRC selection information is added as transfer data information to a communication processing apparatus having an automatic setting control function, and the information is automatically set before data transfer by DMAC by setting the information in a memory in advance. This can be achieved by:

【0051】従って、本実施例の通信処理装置によれ
ば、自動設定制御機能を備えた通信処理装置にCRC選
択情報を転送データ情報として加えることにより、実施
例1に比べてDMACの制御は繁雑になるものの、処理
をDMACにまかせることができるので、プログラム処
理が容易に可能となる。
Therefore, according to the communication processing apparatus of the present embodiment, by adding the CRC selection information as the transfer data information to the communication processing apparatus having the automatic setting control function, the control of the DMAC is more complicated than in the first embodiment. However, since processing can be left to the DMAC, program processing can be easily performed.

【0052】以上、本発明者によってなされた発明を実
施例1〜4に基づき具体的に説明したが、本発明は前記
実施例に限定されるものではなく、その要旨を逸脱しな
い範囲で種々変更可能であることはいうまでもない。
As described above, the invention made by the inventor has been specifically described based on the first to fourth embodiments. However, the present invention is not limited to the above-described embodiment, and various modifications can be made without departing from the gist of the invention. It goes without saying that it is possible.

【0053】たとえば、前記実施例の通信処理装置につ
いては、FIFO形式の送信バッファ3、CRCバッフ
ァ4を持つ場合について説明したが、本発明は前記実施
例に限定されるものではなく、これらのバッファを介さ
ない場合についても適用可能であり、この場合にも基本
的な構成および動作は変わらない。
For example, the communication processing apparatus of the above-described embodiment has been described in the case where the transmission buffer 3 and the CRC buffer 4 of the FIFO format are provided, but the present invention is not limited to the above-described embodiment. The basic configuration and operation are not changed in this case.

【0054】さらに、実施例3のようにCRCシフトレ
ジスタ71のビットを変更する場合にも、全ビットでは
なく指定したビットを変更したり、または反転させるな
どによりエラーを発生させることも可能である。
Further, even when the bits of the CRC shift register 71 are changed as in the third embodiment, an error can be generated by changing or inverting a designated bit instead of all the bits. .

【0055】以上の説明では、主として本発明者によっ
てなされた発明をその利用分野であるHDLCプロトコ
ルに特化した通信処理装置に適用した場合について説明
したが、これに限定されるものではなく、CRCチェッ
クを行う他のネットワークを実現する通信処理装置につ
いても広く適用可能である。
In the above description, the case where the invention made mainly by the present inventor is applied to a communication processing apparatus specialized in the HDLC protocol, which is a field of use, has been described. However, the present invention is not limited to this. The present invention is also widely applicable to communication processing devices that implement other networks that perform checks.

【0056】[0056]

【発明の効果】本願において開示される発明のうち、代
表的なものによって得られる効果を簡単に説明すれば、
下記のとおりである。
Advantageous effects obtained by typical ones of the inventions disclosed in the present application will be briefly described.
It is as follows.

【0057】すなわち、シリアル通信処理のエラー検出
に用いるCRCチェックコードを生成する場合に、CR
C計算用の初期値データと、この初期値データをフレー
ム送信毎に異常初期値に設定する設定制御手段と、初期
値選択情報を保持する記憶手段と、この初期値選択情報
により初期値データを選択する選択制御手段とを備える
ことにより、CRCの正常・異常を指定するための初期
値選択情報を設定し、特定の送信フレームにCRCエラ
ーを発生させることができるので、エラーフレームを確
実に生成することが可能となる。
That is, when generating a CRC check code used for detecting an error in the serial communication processing, the CR
Initial value data for C calculation, setting control means for setting the initial value data to an abnormal initial value for each frame transmission, storage means for holding initial value selection information, and initial value data based on the initial value selection information. By providing selection control means for selecting, it is possible to set initial value selection information for designating normal / abnormal CRC and to generate a CRC error in a specific transmission frame, so that an error frame can be reliably generated. It is possible to do.

【0058】この結果、フレームの送信中か否かを確認
することなく、特定のフレームにエラーを発生させるこ
とができるため、プロトコルの検証を確実に行うことが
でき、かつプロトコル処理の検証が容易に実現できるの
で、プロトコルの検証作業の効率向上が可能とされる通
信処理装置のデバッグ方法を得ることができる。
As a result, an error can be generated in a specific frame without confirming whether or not the frame is being transmitted, so that the protocol can be reliably verified and the protocol processing can be easily verified. Therefore, it is possible to obtain a method of debugging a communication processing device that can improve the efficiency of protocol verification work.

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

【図1】本発明の実施例1である通信処理装置の要部を
示すブロック図である。
FIG. 1 is a block diagram illustrating a main part of a communication processing apparatus according to a first embodiment of the present invention.

【図2】本実施例の通信処理装置において、CRC計算
器を初期値変更で実現する場合を示す構成図である。
FIG. 2 is a configuration diagram showing a case where a CRC calculator is realized by changing an initial value in the communication processing device of the present embodiment.

【図3】本発明の実施例2である通信処理装置におい
て、CRC出力要求時の出力データを反転する場合を示
す構成図である。
FIG. 3 is a configuration diagram showing a case in which output data at the time of a CRC output request is inverted in the communication processing apparatus according to the second embodiment of the present invention.

【図4】本発明の実施例3である通信処理装置におい
て、CRC出力要求時の出力データを変更する場合を示
す構成図である。
FIG. 4 is a configuration diagram showing a case where output data at the time of a CRC output request is changed in the communication processing apparatus according to the third embodiment of the present invention.

【図5】従来技術の一例である通信処理装置において、
HDLCフレームのフォーマットを示す説明図である。
FIG. 5 illustrates a communication processing apparatus as an example of the related art.
FIG. 4 is an explanatory diagram showing a format of an HDLC frame.

【図6】従来技術の一例である通信処理装置の送信部を
示すブロック図である。
FIG. 6 is a block diagram illustrating a transmission unit of a communication processing device that is an example of the related art.

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

1 内部データバス 2 CRC選択レジスタ 3 送信バッファ 4 CRCバッファ 5 送信出力端子 6 送信シフトレジスタ 7,7a,7b CRC計算器 8 TXパターンレジスタ 9 “0”挿入部 10 状態遷移制御部 11 選択信号(初期値選択情報) 12 フラグ送出信号 13 CRC送出信号(CRC送出要求情報) 14 設定CRCシフトレジスタ 71 CRCシフトレジスタ 72 CRC初期化データ部 73,73a,73b 選択信号制御部(設定、選択制
御手段) 74 送出データ制御部 75 セレクタ
Reference Signs List 1 internal data bus 2 CRC selection register 3 transmission buffer 4 CRC buffer 5 transmission output terminal 6 transmission shift register 7, 7a, 7b CRC calculator 8 TX pattern register 9 "0" insertion unit 10 state transition control unit 11 selection signal (initial Value selection information) 12 flag transmission signal 13 CRC transmission signal (CRC transmission request information) 14 setting CRC shift register 71 CRC shift register 72 CRC initialization data section 73, 73a, 73b selection signal control section (setting, selection control means) 74 Transmission data control unit 75 Selector

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平4−364620(JP,A) 特開 平6−177864(JP,A) 特開 平6−85793(JP,A) 特開 平2−179043(JP,A) 特開 昭63−224447(JP,A) (58)調査した分野(Int.Cl.7,DB名) H04L 29/14 H04L 12/26 G06F 11/10 330 G06F 13/00 353 H04L 1/00 ──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-4-364620 (JP, A) JP-A-6-177864 (JP, A) JP-A-6-85793 (JP, A) JP-A-2- 179043 (JP, A) JP-A-63-224447 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) H04L 29/14 H04L 12/26 G06F 11/10 330 G06F 13/00 353 H04L 1/00

Claims (5)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 プロトコルによりネットワークを実現す
る通信処理装置であって、シリアル通信処理のエラー検
出に用いるCRCチェックコードを生成する場合に、C
RC計算用の初期値データと、該初期値データをフレー
ム送信毎に異常初期値に設定する設定制御手段と、初期
値選択情報を保持する記憶手段と、該初期値選択情報に
より前記初期値データを選択する選択制御手段とを備え
ることを特徴とする通信処理装置。
1. A communication processing device for realizing a network by a protocol, comprising: generating a CRC check code used for detecting an error in serial communication processing;
Initial value data for RC calculation, setting control means for setting the initial value data to an abnormal initial value for each frame transmission, storage means for holding initial value selection information, and the initial value data according to the initial value selection information. And a selection control means for selecting the communication processing.
【請求項2】 シリアル通信処理のエラー検出に用いる
CRCチェックコードを生成する場合に、CRC計算用
の初期値データと、該初期値データをフレーム送信毎に
異常初期値に設定する設定制御手段と、初期値選択情報
を保持する記憶手段と、該初期値選択情報により前記初
期値データを選択する選択制御手段とを備え、プロトコ
ルによりネットワークを実現する通信処理装置のデバッ
グ方法であって、 前記CRC計算用の初期値データをフレーム送信毎に異
常初期値に設定し、前記初期値選択情報により前記初期
値データの選択を制御し、特定の送信フレームにCRC
エラーを発生させ、該エラーに起因するプロトコル処理
の検証を実現することを特徴とする通信処理装置のデバ
ッグ方法。
2. Use for detecting errors in serial communication processing.
For CRC calculation when generating CRC check code
Initial value data and the initial value data for each frame transmission.
Setting control means for setting an abnormal initial value and initial value selection information
And a storage unit for storing the initial value according to the initial value selection information.
Selection control means for selecting term value data;
A method for debugging a communication processing device that realizes a network by using a default setting, wherein initial value data for the CRC calculation is set to an abnormal initial value every frame transmission, and selection of the initial value data is controlled by the initial value selection information. And send a CRC to a specific transmission frame.
A method for debugging a communication processing device, wherein an error is generated and verification of protocol processing caused by the error is realized.
【請求項3】 請求項2記載の通信処理装置のデバッグ
方法であって、前記通信処理装置のCRCエラーを発生
させるための制御を、前記CRC計算用の初期値データ
をフレーム送信毎に異常初期値に設定することに代え
て、CRC出力時に出力データを反転することで、特定
の送信フレームにエラーを発生させることを特徴とする
通信処理装置のデバッグ方法。
3. The debugging method for a communication processing device according to claim 2, wherein control for generating a CRC error in said communication processing device is performed by using initial value data for said CRC calculation.
Instead of setting an abnormal initial value every frame transmission
A method for inverting output data at the time of CRC output to generate an error in a specific transmission frame.
【請求項4】 請求項2または3記載の通信処理装置の
デバッグ方法であって、前記CRCの正常・異常を選択
する情報を予め記憶手段に設定し、該情報を送信処理の
実行時に取り込んで選択することを特徴とする通信処理
装置のデバッグ方法。
4. The debugging method for a communication processing device according to claim 2, wherein information for selecting whether the CRC is normal or abnormal is set in a storage unit in advance, and the information is taken in at the time of executing a transmission process. A debugging method for a communication processing device, wherein the debugging method is selected.
【請求項5】(5) CRC計算用の初期値データをフレームFrame initial value data for CRC calculation
送信毎に異常初期値に設定する設定制御手段と、初期値Setting control means for setting an abnormal initial value for each transmission, and an initial value
選択情報を保持する記憶手段と、該初期値選択情報によStorage means for holding the selection information;
り前記初期値データを選択する選択制御手段とを備えるSelection control means for selecting the initial value data.
ことを特徴とCharacterized by する通信処理装置。Communication processing device.
JP26470293A 1993-10-22 1993-10-22 Communication processing apparatus and debugging method thereof Expired - Fee Related JP3321265B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26470293A JP3321265B2 (en) 1993-10-22 1993-10-22 Communication processing apparatus and debugging method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26470293A JP3321265B2 (en) 1993-10-22 1993-10-22 Communication processing apparatus and debugging method thereof

Publications (2)

Publication Number Publication Date
JPH07123134A JPH07123134A (en) 1995-05-12
JP3321265B2 true JP3321265B2 (en) 2002-09-03

Family

ID=17407001

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26470293A Expired - Fee Related JP3321265B2 (en) 1993-10-22 1993-10-22 Communication processing apparatus and debugging method thereof

Country Status (1)

Country Link
JP (1) JP3321265B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100431130B1 (en) * 1999-02-05 2004-05-12 엘지전자 주식회사 internal network node board having error detecting apparatus
US6574752B1 (en) 1999-07-15 2003-06-03 International Business Machines Corporation Method and system for error isolation during PCI bus configuration cycles
CN1561623A (en) * 2001-07-30 2005-01-05 西门子公司 Method for supporting a number of checksum algorithms in a network node
JP4391954B2 (en) 2005-02-18 2009-12-24 富士通株式会社 File control system and file control apparatus
WO2009141860A1 (en) 2008-05-19 2009-11-26 富士通株式会社 Verification device, verification method, and verification program

Also Published As

Publication number Publication date
JPH07123134A (en) 1995-05-12

Similar Documents

Publication Publication Date Title
TWI259694B (en) Apparatus and system of communicating message request transaction
US5903724A (en) Method of transferring packet data in a network by transmitting divided data packets
US6535867B1 (en) System and method for accessing external memory using hash functions in a resource limited device
JP5038148B2 (en) System and method for performing cyclic redundancy check
JPH11168451A (en) Check sum support mechanism by hardware for network protocol stack
JPH04358245A (en) Data communication equipment
US6829225B2 (en) Method for computing speed map for IEEE-1394 network
KR100405250B1 (en) Data transfer control device and electronic apparatus
JP3321265B2 (en) Communication processing apparatus and debugging method thereof
US6105160A (en) Packet error detecting device in a DMA transfer
JP2004193664A (en) Error detecting/correcting system and control apparatus employing the system
JP3569149B2 (en) Communication control device
US7134070B2 (en) Checksum determination
JP2924783B2 (en) Remote read processing method and device
JP3110319B2 (en) Load test equipment for packet data communication
KR20050038613A (en) Flexible approach for representing different bus protocols
KR100204586B1 (en) Received packet detecting method in communication board with fifo buffer
JP2000165424A (en) Loop type data transmitting device
JP2008148181A (en) Communication apparatus and communication control method
US6671734B1 (en) IP fragment-processing apparatus, method and computer program
JP3164996B2 (en) Serial data receiving device
JP2821320B2 (en) Home bus protocol controller
JP3146864B2 (en) Unidirectional loop transmission circuit
KR950005645B1 (en) Reset processing method for packet switching
JP4423728B2 (en) Data transmission apparatus and method

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20020514

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080621

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090621

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees