JPH10341163A - Data compression method - Google Patents

Data compression method

Info

Publication number
JPH10341163A
JPH10341163A JP9150548A JP15054897A JPH10341163A JP H10341163 A JPH10341163 A JP H10341163A JP 9150548 A JP9150548 A JP 9150548A JP 15054897 A JP15054897 A JP 15054897A JP H10341163 A JPH10341163 A JP H10341163A
Authority
JP
Japan
Prior art keywords
character
character string
characters
bits
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.)
Pending
Application number
JP9150548A
Other languages
Japanese (ja)
Inventor
Takefumi Ueda
剛文 植田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP9150548A priority Critical patent/JPH10341163A/en
Publication of JPH10341163A publication Critical patent/JPH10341163A/en
Pending legal-status Critical Current

Links

Landscapes

  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

PROBLEM TO BE SOLVED: To allocate the least necessary number of bits to the characters and also to decrease the quantity of data by inputting a character string where a single character can have four states at most and converting each character of the character string into a quadruple notation to generate and output a new character string. SOLUTION: The meanings of characters of a source list 1 are shown as character '1' → logic 1, character '0' → logic 0, character 'L' → an L level, character 'H' → an H level, character 'P' → a positive polarity pulse, character 'N' → a negative polarity pulse and character 'X' → the indefiniteness of state respectively together with each singularity. Then a conversion table 2 is produced in consideration of the said singularity. When the 1st line, for example, of the list 1 is converted on the table 2, a character string '11123003' is acquired in a field (b) of the table 2 owing to 1 (logic) → 1, P (positive polarity pulse) → 2, N (negative polarity pulse) → 3, L (L level) → 0 and X (indefinite state) → 3 respectively.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、データ圧縮方法に
関し、特に、半導体集積回路のテストパターンに用いて
好適なデータ圧縮方法に関する。一般に、実行状態では
バイナリデータとして扱われるテストパターンも、ソー
ス状態ではデバッグの容易性を考慮してASCII(Am
erican Standard Code for Information Interchange)
やEBCDIC(Extended Binary Coded Decimal Inte
rchange Code)といった可読文字で表現される。例え
ば、各々1バイトの可読文字列“ABCDEF”は、A
SCIIコードの16進表現で“41,42,43,4
4,45,46”になり、2進表現で“p100000
1,p1000010,p1000011,p1000
100,p1000101,p1000110”になる
(pはパリティビット)。
The present invention relates to a data compression method, and more particularly to a data compression method suitable for use in a test pattern of a semiconductor integrated circuit. In general, test patterns that are treated as binary data in the execution state are ASCII (Am
erican Standard Code for Information Interchange)
And EBCDIC (Extended Binary Coded Decimal Inte
rchange Code). For example, each one-byte readable character string "ABCDEF" is represented by A
"41, 42, 43, 4" in hexadecimal notation of the SCII code
4,45,46 ", and" p100000 in binary notation
1, p1000010, p1000011, p1000
100, p1000101, p1000110 "(p is a parity bit).

【0002】文字列”ABCDEF”のデータ量は2進
表現の総ビット数で与えられる。具体的には2進化コー
ドのビット数×文字列の文字数=8×6=48ビットで
与えられるが、半導体集積回路のテストパターンのよう
に膨大な文字数になるものでは、きわめて大量のデータ
になることがあり、データの保管や転送または処理に支
障をきたすこともあるから、ソーステストパターンを効
率的に圧縮してデータ量を削減できる技術が求められて
いる。
[0002] The data amount of the character string "ABCDEF" is given by the total number of bits in a binary representation. Specifically, the number of bits of the binary code × the number of characters in the character string = 8 × 6 = 48 bits. However, an extremely large number of characters such as a test pattern of a semiconductor integrated circuit results in an extremely large amount of data. In some cases, data storage, transfer, or processing may be hindered, and there is a need for a technology that can efficiently compress source test patterns to reduce the amount of data.

【0003】[0003]

【従来の技術】図6は、従来のデータ圧縮方法を説明す
るための図である。この図において、○、△、×などの
記号はそれぞれ任意の文字であり、ここでは、リスト内
の1行のデータ系列が便宜的に7文字で構成されている
ものとする。リスト内の“REPn”と“END”は、
データ圧縮のための制御文字であり、REPnは次行か
らENDタグまでのデータ系列(図示の例では△△○○
××)をn回繰り返せという命令文である。これによれ
ば、同一文字列の行(冗長行)が連続して出現するほ
ど、高い圧縮率が得られる。
2. Description of the Related Art FIG. 6 is a diagram for explaining a conventional data compression method. In this figure, symbols such as △, Δ, and × are arbitrary characters, and here, it is assumed that a data sequence of one line in the list is composed of seven characters for convenience. "REPn" and "END" in the list are
REPn is a control character for data compression, and REPn is a data sequence from the next line to the END tag (in the example shown, 図 示 ○
Xx) n times. According to this, a higher compression ratio can be obtained as rows with the same character string (redundant rows) appear successively.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、かかる
従来のデータ圧縮方法にあっては“冗長行”を圧縮でき
る点で有益なものの、その圧縮効果は専ら冗長行の出現
頻度によって決まってしまうため、冗長行が少ないソー
スリストに対してはほとんど圧縮効果が得られないとい
う問題点がある。
However, while such a conventional data compression method is useful in that "redundant rows" can be compressed, its compression effect is determined solely by the frequency of occurrence of redundant rows. There is a problem that almost no compression effect can be obtained for a source list with few redundant lines.

【0005】そこで、本発明は、冗長行の出現頻度に依
存せず、良好な圧縮効果を得ることを目的とする。
Accordingly, an object of the present invention is to obtain a good compression effect without depending on the frequency of appearance of redundant rows.

【0006】[0006]

【課題を解決するための手段】請求項1に係る発明は、
一つの文字が最大四つの状態をとりえる文字列を入力
し、該文字列中の各文字を4進表記に変換して新たな文
字列を生成して出力することを特徴とする。これによれ
ば、四つを超える状態を絶対とらない文字に対して必要
最小限度のビット数を割当てることができ、データ量の
削減を図ることができる。
The invention according to claim 1 is
A character string in which one character can take up to four states is input, and each character in the character string is converted to a quaternary notation to generate and output a new character string. According to this, the minimum necessary number of bits can be assigned to a character that never takes more than four states, and the data amount can be reduced.

【0007】請求項2に係る発明は、請求項1に係る発
明において、前記新たな文字列を16進表記に変換する
と共に、該変換後の文字列のうち連続して現れる同一文
字を1文字だけ残し、且つ、16進数表記の未使用の文
字を用いて前記同一文字の個数を表現することを特徴と
する。これによれば、文字列内の冗長文字を16進数表
記の未使用文字(G〜)で置換でき、特に文字数の多い
場合に一層のデータ量削減を図ることができる。
According to a second aspect of the present invention, in the first aspect of the present invention, the new character string is converted into hexadecimal notation, and the same character that appears continuously in the converted character string is replaced by one character. And expressing the number of the same characters using unused characters in hexadecimal notation. According to this, the redundant characters in the character string can be replaced with unused characters (G to) in hexadecimal notation, and the data amount can be further reduced particularly when the number of characters is large.

【0008】[0008]

【発明の実施の形態】図1〜図5は本発明に係るデータ
圧縮方法の一実施例を示す図である。始めに半導体集積
回路のテストパターンの特異性について説明する。半導
体集積回路のテストパターンは、テスト対象回路への入
力信号系列と、その入力信号系列に応答して出力される
筈の期待値信号系列(以下、出力信号系列)とから構成
される。
1 to 5 show an embodiment of a data compression method according to the present invention. First, the specificity of the test pattern of the semiconductor integrated circuit will be described. A test pattern of a semiconductor integrated circuit includes an input signal sequence to a circuit to be tested and an expected value signal sequence (hereinafter, an output signal sequence) to be output in response to the input signal sequence.

【0009】入力信号系列の各信号の状態は、基本的に
論理0と論理1の二つであり、これに信号の極性状態
(正極性か負極性か)を加えても最大四つの状態しかと
り得ない。また、出力信号系列の各信号の状態も同様で
あり、Lレベルの出力状態、Hレベルの出力状態、ハイ
インピーダンスの出力状態及び状態不定の状態の最大四
つの状態しかとり得ない。
The states of each signal in the input signal series are basically two states of logic 0 and logic 1, and even if the polarity state of the signal (positive or negative) is added to this state, only four states at maximum. Not possible. The same applies to the state of each signal in the output signal series, and only four states of an L-level output state, an H-level output state, a high-impedance output state, and an undefined state can be taken.

【0010】ソーステストパターンは、上記4+4(最
大)の状態の組み合わせからなるデータであるが、デー
タ生成後のデバッグを欠かせないから、例えば、図1に
示すような可読文字でコーディングされる。なお、図1
のソースリスト1では一つの文字列を8文字構成として
いるが、これは便宜値である。実際の文字数はテスト対
象回路のピン数によって決まる。
The source test pattern is data composed of a combination of the above 4 + 4 (maximum) states. However, since debugging after data generation is indispensable, it is coded with, for example, readable characters as shown in FIG. FIG.
In the source list 1 of this example, one character string is composed of eight characters, but this is a convenience value. The actual number of characters is determined by the number of pins of the circuit under test.

【0011】図1において、それぞれの文字の意味は、
以下のとおりであり、 文字“1”→論理1 文字“0”→論理0 文字“L”→Lレベル 文字“H”→Hレベル 文字“P”→正極性パルス 文字“N”→負極性パルス 文字“X”→状態不定 上記特異性の説明から、例えば、文字“1”は入力信号
系列であることを、また、文字“L”は出力信号系列で
あることを直読できる。
In FIG. 1, the meaning of each character is
It is as follows, character "1" → logical 1 character "0" → logical 0 character "L" → L level character "H" → H level character "P" → positive polarity pulse Character "N" → negative polarity pulse Character “X” → undefined state From the description of the specificity, for example, it can be directly read that the character “1” is an input signal sequence and the character “L” is an output signal sequence.

【0012】本実施例は、以下の特徴的な手順を備える
ことにより、かかるソースリスト1の各行ごとのデータ
量を削減するものである。 (1)手順1 まず、図1のソースリスト1の1行目を読み込み、先頭
の文字から順に図2の変換テーブル2を用いて数値に変
換する。図2の変換テーブル2は上述の特異性を考慮し
て作成されたものであり、例えば、フィールドaを入出
力信号系列の各状態で参照すると、その状態に対応した
0〜3までの数値をフィールドbから取り出すというも
のである。この変換テーブル2を用いて図1のソースリ
スト1の1行目を変換すると、 1(論理1)→1 P(正極性パルス)→2 N(負極性パルス)→3 L(Lレベル)→0 X(不定状態)→3 であるから、変換テーブル2のフィールドbより“11
123003”という文字列が得られる。但し、この文
字列だけでは入出力を区別できない………例えば、変換
後の3を見ただけでは変換前の“N”と“X”を区別で
きない………ため、新たに属性文字列を生成する。図2
の変換テーブル2のフィールドcは、属性文字列生成の
ためのものである。この情報を用いると、“00000
111”という属性文字列が得られる。五つの“0”は
入力属性を表わし、三つの“1”は出力属性を表わす。
すなわち、五つの“0”はソースリスト1の1行目の入
力属性(“111PN”)と一致し、三つの“1”はソ
ースリスト1の1行目の出力属性(“LLX”)と一致
するから、変換文字列と属性文字列のペアで、ソースリ
スト1の一つの文字列を表現できる。図3は、図1のソ
ースリスト1の変換結果(以下、第1中間コードリスト
3)である。 (2)手順2 ところで、第1中間コードの各桁は0,1,2,3の数
値しかとり得ない。すなわち、絶対に“4”以上の数値
は現れないから、このような数列に1バイト(8ビッ
ト)のコード(例えばASCIIコード)を適用するこ
とは無駄である。
The present embodiment is provided with the following characteristic procedure to reduce the amount of data for each line of the source list 1. (1) Procedure 1 First, the first line of the source list 1 of FIG. 1 is read, and converted into numerical values in order from the first character using the conversion table 2 of FIG. The conversion table 2 in FIG. 2 is created in consideration of the above-described specificity. For example, when the field a is referred to in each state of the input / output signal sequence, the numerical values 0 to 3 corresponding to the state are obtained. It is taken out from the field b. When the first row of the source list 1 in FIG. 1 is converted using the conversion table 2, 1 (logic 1) → 1 P (positive pulse) → 2 N (negative pulse) → 3 L (L level) → Since 0 X (undefined state) → 3, “11” is obtained from the field b of the conversion table 2.
A character string of “123003” is obtained. However, input / output cannot be distinguished by using this character string alone. For example, “N” and “X” before conversion cannot be distinguished by looking at 3 after conversion. ..., a new attribute character string is generated.
The field c of the conversion table 2 is for generating an attribute character string. Using this information, "00000
An attribute character string of “111” is obtained.Five “0” represent an input attribute, and three “1” represent an output attribute.
That is, five “0” s match the input attribute of the first line of the source list 1 (“111PN”), and three “1” s match the output attribute of the first line of the source list 1 (“LLX”). Therefore, one character string of the source list 1 can be expressed by a pair of the conversion character string and the attribute character string. FIG. 3 is a conversion result of the source list 1 of FIG. 1 (hereinafter, a first intermediate code list 3). (2) Procedure 2 By the way, each digit of the first intermediate code can take only numerical values of 0, 1, 2, and 3. That is, since a numerical value of "4" or more never appears, it is useless to apply a 1-byte (8-bit) code (for example, an ASCII code) to such a sequence.

【0013】本実施例では、第1中間コードの各数値
は、結局、0,1,2,3の値しかとり得ない4進数で
あることに着目し、第1中間コードを2進化4進表記の
第2中間コードに変換することにより、データ量の削減
を図っている。例えば、第1中間コードの“11123
003”は、2進化4進表記で“0101 01 10
11 00 00 11”となって16ビットで済
む。すなわち、1バイトコードの場合は48ビットであ
るから、1/3のデータ量になる。
In the present embodiment, attention is paid to the fact that each numerical value of the first intermediate code is a quaternary number which can only take the values of 0, 1, 2, and 3. The amount of data is reduced by converting the data into the described second intermediate code. For example, the first intermediate code “11123”
“003” is “0101 01 10” in binary quaternary notation.
11 00 00 11 ", which suffices for 16 bits. That is, in the case of a 1-byte code, the data amount is 48 bits, so that the data amount is 1/3.

【0014】上記の2進化4進数を16進表記にすると
“56C3”になり、同様に他の文字列も2進化4進表
記に変換した後、16進表記にすると、図4に示すよう
な第2中間コードリスト4が得られる。図4には、“5
6C3”、“0015”、“42D7”及び“001
5”の四つの16進コードが示されている。1行目の
“56C3”と“0015”はソースリスト1(図1参
照)の“111PNLLX”に対応し、2行目の“42
D7”と“0015”は、同ソースリスト1の“100
PNHHX”に対応している。
If the above-mentioned binary coded quaternary number is expressed in hexadecimal notation, it becomes "56C3". Similarly, if other character strings are also converted to binary coded quaternary notation, and converted to hexadecimal notation, as shown in FIG. A second intermediate code list 4 is obtained. FIG.
6C3 "," 0015 "," 42D7 "and" 001 ".
The four hexadecimal codes of "5" are shown. "56C3" and "0015" on the first line correspond to "111PNLLX" of the source list 1 (see FIG. 1), and "42PLLX" on the second line.
D7 ”and“ 0015 ”are“ 100 ”of the source list 1
PNHHX ".

【0015】第2中間コードリスト4の総ビット数は、
一つの16進コードのビット数(16ビット)に16進
コードの数(四つ)を掛けた値で与えられる。すなわ
ち、図4の例では、16ビット×4=64ビットにな
る。これに対して、元々のソースリスト1(図1)の総
ビット数は、冒頭の説明より、2進化コードのビット数
×文字列の文字数=8×16=128ビットになるか
ら、本実施例の第2中間コードのデータ量は、64/1
28=1/2となり、半減される。 (3)手順3 以上の手順1と手順2だけでも、実用上十分なデータ圧
縮効果を得られるが、さらなる圧縮効果を得るには、以
下の手順を実行するのが望ましい。
The total number of bits of the second intermediate code list 4 is:
It is given by the value obtained by multiplying the number of hexadecimal codes (16 bits) by the number of bits (16 bits) of one hexadecimal code. That is, in the example of FIG. 4, 16 bits × 4 = 64 bits. On the other hand, the total number of bits of the original source list 1 (FIG. 1) is, as described at the beginning, the number of bits of the binary code × the number of characters of the character string = 8 × 16 = 128 bits. Of the second intermediate code is 64/1
28 = 1/2, which is halved. (3) Procedure 3 Although practically sufficient data compression effect can be obtained by only the above procedure 1 and procedure 2, it is desirable to execute the following procedure to obtain a further compression effect.

【0016】すなわち、図4の第2中間コードは16進
表記であるが、16進コードは0〜9までの数値とA〜
Fまでの文字しか使用していない。それ以上の文字(G
〜)は未使用である。手順3では、この未使用の文字
(G〜)を利用して1行内の冗長コードを圧縮する。こ
の手順3による圧縮効果は、特に1行あたりのコード数
が多いほど、言い換えればテスト対象回路のピン数が多
いほど高くなる。それだけ冗長度が高くなるからであ
る。
That is, the second intermediate code in FIG. 4 is in hexadecimal notation, but the hexadecimal code is a numerical value from 0 to 9 and A to
Only letters up to F are used. Any further letters (G
~) Are unused. In step 3, the unused codes (G-) are used to compress the redundant code in one line. The compression effect obtained by the procedure 3 increases as the number of codes per line increases, in other words, as the number of pins of the circuit under test increases. This is because the redundancy increases accordingly.

【0017】今、“00000115555”という1
1桁の16進コードを想定する。この例では、五つの1
6進コード“0”が連続し、二つの16進コード“1”
が連続し、四つの16進コード“5”が連続している。
すなわち、“(5)0(2)1(4)5”という形に変
換………但し()内の数値は便宜的に示す冗長数………
できれば、より一層のデータ削減を望める。しかし、こ
れを単に数列に置き換えただけでは、“502145”
となってしまい、冗長数と実際の数との見分けが付かな
い。そこで、手順3では、図5に示すような冗長テーブ
ル5を用意し、このテーブルを用いて上記()内の冗長
数を置換する。置換後の数列は上記例の場合、“K0H
1J5”となり、冗長数(K,H,J)と実際の数
(0,1,5)との見分けが付くうえ、文字数が11か
ら6へと減少するので、1バイト文字を使用したとして
も、8ビット×6文字=48ビットで済み、冗長置換前
の16ビット×11=176ビットに比べて、およそ1
/3.6ものデータ圧縮効果を得られる。なお、冗長数
2の場合(上記例示では、連続する二つの16進コード
“1”)は置換しても圧縮に影響ないため、無用な処理
を避ける意味で、そのまま(H1→11)にしておいて
も構わない。
[0017] Now, one of "00000115555"
Assume a one-digit hexadecimal code. In this example, one of the five
Hexadecimal code "0" continues, two hexadecimal codes "1"
And four hexadecimal codes “5” are continuous.
That is, conversion into the form of “(5) 0 (2) 1 (4) 5”... Where the numerical value in parentheses is a redundant number shown for convenience.
If possible, further data reduction can be expected. However, if this is simply replaced by a sequence, "502145"
And it is not possible to distinguish between the redundant number and the actual number. Therefore, in the procedure 3, the redundancy table 5 as shown in FIG. 5 is prepared, and the redundancy number in the parentheses is replaced by using this table. In the case of the above example, the sequence after replacement is “K0H
1J5 ", which makes it possible to distinguish between the redundant number (K, H, J) and the actual number (0, 1, 5). In addition, since the number of characters decreases from 11 to 6, even if 1-byte characters are used, , 8 bits × 6 characters = 48 bits, which is about 1 bit smaller than 16 bits × 11 = 176 bits before redundant replacement.
/3.6 data compression effect can be obtained. In the case of a redundant number of 2 (in the above example, two consecutive hexadecimal codes "1") are not affected by compression even if they are replaced, so that (H1 → 11) is used as it is to avoid unnecessary processing. It does not matter.

【0018】[0018]

【発明の効果】本発明では、四つを超える状態を絶対と
らない文字に対して必要最小限度のビット数を割当てる
ことができ、データ量の削減を図ることができる。ま
た、文字列内の冗長文字を16進数表記の未使用文字
(G〜)で置換でき、特に文字数の多い場合に一層のデ
ータ量削減を図ることができる。
According to the present invention, the minimum necessary number of bits can be allocated to a character that does not take more than four states, and the amount of data can be reduced. In addition, the redundant characters in the character string can be replaced with unused characters (G to) in hexadecimal notation, and the data amount can be further reduced particularly when the number of characters is large.

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

【図1】一実施例のソースリスト図である。FIG. 1 is a source list diagram of one embodiment.

【図2】一実施例の変換テーブル図である。FIG. 2 is a conversion table diagram of one embodiment.

【図3】一実施例の第1中間コードリスト図である。FIG. 3 is a diagram illustrating a first intermediate code list according to one embodiment;

【図4】一実施例の第2中間コードリスト図である。FIG. 4 is a diagram illustrating a second intermediate code list according to an embodiment;

【図5】一実施例の冗長テーブル図である。FIG. 5 is a diagram illustrating a redundancy table according to an embodiment;

【図6】従来のソースリスト図である。FIG. 6 is a conventional source list diagram.

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

1:ソースリスト 2:変換テーブル 3:第1中間コードリスト 4:第2中間コードリスト 5:冗長テーブル 1: Source list 2: Conversion table 3: First intermediate code list 4: Second intermediate code list 5: Redundancy table

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】一つの文字が最大四つの状態をとりえる文
字列を入力し、該文字列中の各文字を4進表記に変換し
て新たな文字列を生成して出力することを特徴とするデ
ータ圧縮方法。
1. A character string in which one character can take up to four states is input, and each character in the character string is converted to a quaternary notation to generate and output a new character string. Data compression method.
【請求項2】前記新たな文字列を16進表記に変換する
と共に、該変換後の文字列のうち連続して現れる同一文
字を1文字だけ残し、且つ、16進数表記の未使用の文
字を用いて前記同一文字の個数を表現することを特徴と
する請求項1記載のデータ圧縮方法。
2. Converting the new character string into hexadecimal notation, leaving only one identical character appearing continuously in the converted character string, and removing unused characters in hexadecimal notation. 2. The data compression method according to claim 1, wherein the number of the same characters is expressed by using the same.
JP9150548A 1997-06-09 1997-06-09 Data compression method Pending JPH10341163A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9150548A JPH10341163A (en) 1997-06-09 1997-06-09 Data compression method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9150548A JPH10341163A (en) 1997-06-09 1997-06-09 Data compression method

Publications (1)

Publication Number Publication Date
JPH10341163A true JPH10341163A (en) 1998-12-22

Family

ID=15499291

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9150548A Pending JPH10341163A (en) 1997-06-09 1997-06-09 Data compression method

Country Status (1)

Country Link
JP (1) JPH10341163A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11443456B2 (en) 2019-03-18 2022-09-13 Denso Corporation Data compression method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11443456B2 (en) 2019-03-18 2022-09-13 Denso Corporation Data compression method and device

Similar Documents

Publication Publication Date Title
US3675211A (en) Data compaction using modified variable-length coding
JP3262602B2 (en) Dictionary-based data compression / decompression system
JPS58119273A (en) Encoder
JPS6134696B2 (en)
JPH10341163A (en) Data compression method
JPH05183443A (en) Code conversion method
JPH032579A (en) Method and device for logic circuit test using compressed data
KR950004221B1 (en) Data transformation method and its circuit
JPH09246990A (en) Variable length coder/decoder
JPS6266720A (en) Variable length code decoding circuit
JPH03262331A (en) Data compression system
JPS6134677A (en) Image outline processing circuit
JPS6212917B2 (en)
JPH02305226A (en) Variable length code converter
JPH04315270A (en) Encoder
JP3402999B2 (en) Data modulation circuit
JP2001184137A (en) Method for expressing information of computer
JPS6291081A (en) Facsimile encoder
JPS6143815A (en) Initial setting system
JP2003122560A (en) System and method for generating random numbers
JPS63176021A (en) Serial/parallel conversion circuit
JPS60244995A (en) Shift circuit
JPS61223938A (en) Arithmetic and logical unit
JPH039661B2 (en)
JPH03106228A (en) 4/11 code coding circuit

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040326

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050728

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050802

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050927

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20051025