JP2001520429A - How to emulate shift registers using RAM - Google Patents

How to emulate shift registers using RAM

Info

Publication number
JP2001520429A
JP2001520429A JP2000516283A JP2000516283A JP2001520429A JP 2001520429 A JP2001520429 A JP 2001520429A JP 2000516283 A JP2000516283 A JP 2000516283A JP 2000516283 A JP2000516283 A JP 2000516283A JP 2001520429 A JP2001520429 A JP 2001520429A
Authority
JP
Japan
Prior art keywords
ram
register
pointer
shift register
bits
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.)
Abandoned
Application number
JP2000516283A
Other languages
Japanese (ja)
Inventor
アーカディー モレフ−シュテイマン,
Original Assignee
アイ. シィ. コム リミテッド
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 アイ. シィ. コム リミテッド filed Critical アイ. シィ. コム リミテッド
Publication of JP2001520429A publication Critical patent/JP2001520429A/en
Abandoned legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F5/00Methods or arrangements for data conversion without changing the order or content of the data handled
    • G06F5/06Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor
    • G06F5/10Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor having a sequence of storage locations each being individually accessible for both enqueue and dequeue operations, e.g. using random access memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F5/00Methods or arrangements for data conversion without changing the order or content of the data handled
    • G06F5/06Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor
    • G06F5/08Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor having a sequence of storage locations, the intermediate ones not being accessible for either enqueue or dequeue operations, e.g. using a shift register
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2205/00Indexing scheme relating to group G06F5/00; Methods or arrangements for data conversion without changing the order or content of the data handled
    • G06F2205/10Indexing scheme relating to groups G06F5/10 - G06F5/14
    • G06F2205/104Delay lines

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Executing Machine-Instructions (AREA)

Abstract

(57)【要約】 RAM(10)及び短いシフトレジスタ(20)を使用して、長いシフトレジスタをエミュレートし、入力ビットストリームを保存する方法である。ポインタがRAMレジスタの1個を指す。入力ビットを保存するため、ポインタが指しているRAMレジスタの内容をシフトレジスタ(20)に書き込み且つ1ビットだけシフトし、シフト動作により解放されたシフトレジスタ(20)の位置に入力ビットを保存し、ポインタが指しているRAMレジスタにシフトレジスタ(20)の更新内容を書き戻し、ポインタをインクリメントする。 (57) [Summary] A method of emulating a long shift register and storing an input bit stream using a RAM (10) and a short shift register (20). A pointer points to one of the RAM registers. To save the input bits, the contents of the RAM register pointed to by the pointer are written into the shift register (20) and shifted by one bit, and the input bits are saved at the position of the shift register (20) released by the shift operation. Then, the updated contents of the shift register (20) are written back to the RAM register pointed to by the pointer, and the pointer is incremented.

Description

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

【0001】 発明の分野および背景 本発明はデジタル計算に関し、特に、ランダムアクセスメモリ(RAM)およ
び短いシフトレジスタを使用して非常に長いシフトレジスタをエミュレートする
(emulating)方法に関する。
FIELD OF THE INVENTION The present invention relates to digital computing, and in particular, to emulate very long shift registers using random access memory (RAM) and short shift registers.
(emulating) method.

【0002】 多くのアプリケーションでは入力ビットストリームをリアルタイムで処理しな
ければならない。たとえば、各係数が単一ビットである有限インパルス応答フィ
ルタを入力ビットストリームに対して使用することが望ましい場合がある。この
フィルタのK係数を{C}(k=0〜K−1)および(不定長の)入力ストリ
ームのビットを{X}とすると、これはフィルタの出力が下記式で表されるよ
うな1組の数字{Y}であり、かつ、指示された演算がXOR演算であること
を意味する。
[0002] Many applications require that the input bit stream be processed in real time. For example, it may be desirable to use a finite impulse response filter on the input bitstream, where each coefficient is a single bit. Assuming that the K coefficient of this filter is {C k } (k = 0 to K−1) and the bits of the (undefined length) input stream are {X n }, the output of the filter is represented by the following expression. Is a set of numbers {Y n } and means that the indicated operation is an XOR operation.

【0003】[0003]

【数1】 (Equation 1)

【0004】 このフィルタを実現する簡単な方法として、長さKのレジスタで係数{C
を保存し、長さKビットのシフトレジスタで数連の入力ビット{X}を保存す
ることが考えられる。新しい入力ビットが到着する毎に、シフトレジスタの内容
は1ビットだけシフトされて新入力ビットを受け入れる。これにより、新入力ビ
ットよりKビット先行している古い入力ビットが自動的に棄てられる。1個の新
入力ビットが到着してから次の新入力ビットが到着するまでに、係数レジスタと
シフトレジスタの内容に対して内積演算が実行され、最新のフィルタ出力が得ら
れる。
A simple way to implement this filter is to use a register of length K to store the coefficients {C k }
, And several consecutive input bits {X n } may be stored in a shift register having a length of K bits. Each time a new input bit arrives, the contents of the shift register are shifted by one bit to accept the new input bit. As a result, the old input bits that are K bits ahead of the new input bits are automatically discarded. From the arrival of one new input bit to the arrival of the next new input bit, an inner product operation is performed on the contents of the coefficient register and the shift register, and the latest filter output is obtained.

【0005】 この簡単な実現方法は、有用な長さ(たとえば、K=1024)のフィルタの
場合、相応して長いシフトレジスタをプロセッサチップ上に製作するのは費用が
余りにもかかりすぎるという欠点がある。したがって、RAMのような、より安
価な形態のメモリを使用してシフトレジスタをエミュレートする方法に対する要
求が広く認められており、そのような方法を提供することは非常に有益であると
考えられる。
This simple implementation has the disadvantage that for filters of useful length (for example, K = 1024), it is too costly to manufacture correspondingly long shift registers on the processor chip. is there. Therefore, there is a widely recognized need for a method of emulating a shift register using a cheaper form of memory, such as RAM, and providing such a method would be very beneficial. .

【0006】 発明の概要 本発明によれば、連続入力ビットを処理する方法であり、(a)(i)長さが
等しいワードをそれぞれ保存している複数のレジスタを有するRAMと、(ii
)少なくとも前記ワードと同じ長さのシフトレジスタと、(iii)ポインター
とを用意し、(b)前記RAMの前記レジスタの1個を指すように前記ポインタ
ーを初期化し、(c)各グループのj入力ビットに対し、(i)前記ポインター
が指している前記レジスタに保存された前記ワードを前記シフトレジスタに書き
込み、(ii)前記シフトレジスタ内の前記ワードをjビットだけシフトし、(
iii)前記グループのj入力ビットを前記シフトレジスタに書き込むことによ
り、前記シフトレジスタ内に更新ワードを生成し、(iv)前記ポインターが指
している前記レジスタに前記更新ワードを保存し、(v)前記ポインターをイン
クリメントするステップを含む方法が提供される。
SUMMARY OF THE INVENTION According to the present invention, there is provided a method of processing consecutive input bits, comprising: (a) (i) a RAM having a plurality of registers each storing words of equal length;
A) providing a shift register at least as long as the word, and (iii) a pointer; (b) initializing the pointer to point to one of the registers in the RAM; For input bits: (i) write the word stored in the register pointed to by the pointer to the shift register; (ii) shift the word in the shift register by j bits;
iii) generating an update word in the shift register by writing the j input bits of the group to the shift register; (iv) storing the update word in the register pointed to by the pointer; (v) A method is provided that includes incrementing the pointer.

【0007】 RAMは典型的には、単1グループの独立してアドレス可能な(アドレスで呼
び出せる)レジスタで構成される。各レジスタは特有アドレスを有する。各レジ
スタに、一定長さ(典型的には、8、16、32または64ビット)のワードを
保存し、かつ、その後に取り出しうる。本発明の重要な点は、連続個別入力ビッ
トが到着すると、それらを効率的に保存するために、上記のようなワードアドレ
ス可能メモリを使用することである。これは、比較的に短い(1ワードの長さ)
シフトレジスタ、およびRAMレジスタのアドレスを符号化するポインターで達
成される。ポインターは初期化されてRAMレジスタの1個を指す。各入力ビッ
トが到着すると、ポインターが指しているRAMレジスタに保存されたワードは
シフトレジスタに書き込まれ、1ビットだけシフトされて新しい入力ビットのた
めに場所を空け、そして、それが引き出されたRAMレジスタに書き戻される。
その後、ポインターはインクリメントされて次のRAMレジスタを指す。尚、ポ
インターをインクリメントすることが本明細書で繰り返し定義されているが、最
後のRAMレジスタを指しているポインターをインクリメントすると、最初のR
AMレジスタを指すポインターが現われる。尚、後でより詳しく説明するように
、入力ビットは転置された順序でRAMに保存される。
[0007] RAM typically consists of a single group of independently addressable (addressable) registers. Each register has a unique address. Each register stores a word of a fixed length (typically 8, 16, 32 or 64 bits) and can be retrieved later. An important aspect of the present invention is the use of a word addressable memory as described above to efficiently store successive individual input bits as they arrive. This is relatively short (one word long)
This is accomplished with a shift register, and a pointer that encodes the address of the RAM register. The pointer is initialized to point to one of the RAM registers. As each input bit arrives, the word stored in the RAM register pointed to by the pointer is written to the shift register, shifted by one bit to make room for the new input bit, and then extracted from the RAM Written back to register.
Thereafter, the pointer is incremented to point to the next RAM register. It should be noted that while incrementing the pointer is repeatedly defined in this specification, when the pointer pointing to the last RAM register is incremented, the first R
A pointer to the AM register appears. As will be described in more detail later, the input bits are stored in the RAM in the transposed order.

【0008】[0008]

【実施例】【Example】

本発明は、RAMを使用して非常に長いシフトレジスタをエミュレートする方
法である。具体的には、本発明を使用して有限インパルス応答フィルタを一連の
ビットに使用し、かつ、一連のビットを転置するように応用できる。
The present invention is a method for emulating very long shift registers using RAM. In particular, the invention can be used to apply a finite impulse response filter to a series of bits and transpose the series of bits.

【0009】 本発明によるシフトレジスタシミュレーションの原理と演算は、図面と添付説
明を参照すれば、より良く理解しうる。
The principles and operation of a shift register simulation according to the present invention may be better understood with reference to the drawings and the accompanying description.

【0010】 図面を参照すると、図1は、インデックスR〜RM-1が付けられたM個の RAMレジスタを有するRAM10を示す。本発明に従って入力ビットストリー
ムのNMビットX〜Xn−NM+1が保存された瞬間におけるNMビットの総
容量に対して、各RAMレジスタはNビットを保存できる。最も早く到着した入
力ビットX〜Xn−NM+1はRAMレジスタRの第N−1位置に保存され
、次に到着した入力ビットXn−NM+2はRAMレジスタRの第N−1位置
に保存されるという様に、入力ビットは順次保存される。最後に到着したビット
はRAMレジスタRM−1の第0位置に保存される。ポインタPはRAMレ
ジスタRを指している。RAMレジスタRは、最も早く到着した保存入力ビ
ットXn−NM+1を第N−1位置に保持している。
Referring to the drawings, FIG. 1 shows a RAM 10 having M RAM registers with indices R 0 -R M-1 . Each RAM register can store N bits for the total capacity of NM bits at the moment when NM bits Xn to Xn-NM + 1 of the input bit stream are stored according to the present invention. Earliest arriving input bit X n ~X n-NM + 1 are stored in the N-1 position of the RAM registers R 0, input bits X n-NM + 2 which was then arrive to the N-1 position of the RAM registers R 1 The input bits are stored sequentially, such as stored. The last arriving bit Xn is stored in the zero position of the RAM register RM-1 . Pointer P points to RAM register R0 . RAM register R0 holds the earliest arriving stored input bit Xn-NM + 1 in the N-1 position.

【0011】 次の入力ビットXn+1の到着により、次の入力ビット保存サイクルが開始さ れる。第1ステップは、ポインタPが指しているRAMレジスタRの内容をN
ビット・シフトレジスタ20に書き込むことである。図2Aは、このステップの
終りにおけるNビット・シフトレジスタ20を示す。第2ステップは、Nビット
・シフトレジスタ20内のビットを1位置だけシフトして、ビットXn−NM− を棄て、新しい入力ビットXn+1のためにNビット・シフトレジスタ20の 第0位置を空きにすることである。第3ステップは、新入力ビットXn+1をN ビット・シフトレジスタ20の第0位置に保存することである。図2Bは、この
ステップの終りにおけるNビット・シフトレジスタ20を示す。第4ステップは
、Nビット・シフトレジスタ20の内容を、ポインタPが指しているRAMレジ
スタRに書き込むことである。最後に、ポインタPはインクリメントされてR
AMレジスタRを指す。現時点で、RAMレジスタRは、最も早く到着した
保存入力ビットXn−NM+2を第N−1位置に現在保持しているRAMレジス タである。図3は、このステップの終りにおけるRAM10を示す。
[0011] The arrival of the next input bit X n + 1 initiates the next input bit storage cycle. The first step is to store the contents of the RAM register R 0 pointed by the pointer P to N
Writing to the bit shift register 20. FIG. 2A shows N-bit shift register 20 at the end of this step. The second step shifts the bits in the N-bit shift register 20 by one position, discards the bit Xn-NM- 1, and places the Nth bit in the N-bit shift register 20 for a new input bit Xn + 1 . This is to make the position 0 empty. The third step is to store the new input bit Xn + 1 in the 0th position of the N-bit shift register 20. FIG. 2B shows N-bit shift register 20 at the end of this step. The fourth step is to write the contents of the N-bit shift register 20 to the RAM register R0 pointed to by the pointer P. Finally, the pointer P is incremented to R
It refers to the AM register R 1. Currently, RAM registers R 1 is a RAM register currently held earliest arriving save input bits X n-NM + 2 to the N-1 position. FIG. 3 shows the RAM 10 at the end of this step.

【0012】 ある入力ビット保存サイクルと次の入力ビット保存サイクルの間に、RAM1
0の内容を従来の方法で読み出して処理しうる。たとえば、上記の有限入力応答
フィルタの次の出力Yn+1を生じるため(K=NMと仮定すると)、RAM1
0に保存されたM個のワードは連続的に読み出されて、係数{C}でXORさ
れる。係数{C}もM個のワードで異なるメモリユニットに保存されている。
これを正しく行うためには、係数{C}を次のように転置順序で保存しなけれ
ばならない。Ck−1,Ck−M−1,Ck−2M−1,・・・C2M−1,C M−1 ,Ck−2,Ck−M−2,Ck−2M−2,・・・C2M−2,CM− ,・・・Ck−M+1,Ck−2M+1,Ck−3M+1,・・・CM+1,C ,Ck−M,Ck−2M,Ck−3M,・・・C,C.これは正確には、本
発明の方法をビット{C}に対して実行し、ビット{C}を入力ビットスト
リングとして処理することにより生じる転置順序である。
[0012] Between one input bit storage cycle and the next input bit storage cycle, the RAM 1
The contents of 0 can be read and processed in a conventional manner. For example, the finite input response above
Next output of filter Yn + 1(Assuming K = NM), so that RAM1
The M words stored in 0 are successively read out and the coefficients {CkXOR
It is. Coefficient {Ck} Is also stored in different memory units by M words.
To do this correctly, the coefficient {Ck} Must be stored in transpose order as follows:
Must. Ck-1, Ck-M-1, Ck-2M-1, ... C2M-1, C M-1 , Ck-2, Ckm-2, Ck-2M-2, ... C2M-2, CM- 2 , ... Ck-M + 1, Ck-2M + 1, Ck-3M + 1, ... CM + 1, C1 , Ckm, Ck-2M, Ck-3M, ... CM, C0. This is exactly the book
The method of the invention uses a bit $ Ck} And the bit {Ck} Input bit
This is a transposition order generated by processing as a ring.

【0013】 NとMの典型値は、それぞれ32である。ポインタPは周期的にインクリメン
トされる。したがって、ポインタPが最初に最高のインデックスのレジスタR −1 を指している入力ビット保存サイクルにおいて、ポインタPをインクリメン
トすることは、最低インデックスのレジスタRを指すようにポインタPの値を
変えることを意味する。
A typical value of N and M is 32 each. The pointer P is incremented periodically. Thus, in an input bit storage cycle where the pointer P initially points to the highest indexed register RM- 1 , incrementing the pointer P changes the value of the pointer P to point to the lowest indexed register R0. Means that.

【0014】 本発明の原理は、一度に1ビットだけでなく、入力ビットストリームの処理に
も応用できる。たとえば、長さが3ビットの倍数である複数のRAMレジスタを
使用し、シフトレジスタの内容を入力3ビット保存サイクル毎に3ビットづつシ
フトすることにより、入力ビットストリームを一度に3ビット処理することもで
きる。シフトレジスタは少なくとも複数のRAMレジスタと同じ長さにする必要
がある。もしシフトレジスタをRAMレジスタのアンロードとロードだけに使用
し、シフトレジスタの出力を他の処理に使用しなければ、シフトレジスタの長さ
は3ビットの倍数である必要がない。唯一の実用上の制限としては、従来のRA
Mの典型的なワード長(たとえば、8、16または32)をjとし、数ビットを
数グループのjに分けて処理する場合、この処理も、たとえば、Dixonらに
付与された米国特許第5568443号で従来技術に関して記載されているよう
に、ビットごとではなく、ワードごとに実行しうる。
The principles of the present invention are applicable to the processing of input bit streams as well as one bit at a time. For example, processing the input bit stream three bits at a time by using a plurality of RAM registers that are multiples of three bits and shifting the contents of the shift register by three bits every input three bit storage cycle. Can also. The shift register must be at least as long as the plurality of RAM registers. If the shift register is used only for unloading and loading the RAM register and the output of the shift register is not used for other processing, the length of the shift register need not be a multiple of 3 bits. The only practical limitation is that traditional RA
If the typical word length of M (for example, 8, 16 or 32) is j and several bits are divided into several groups of processing, this processing is also performed, for example, in US Pat. No. 5,568,443 to Dixon et al. It can be performed on a word-by-word basis, rather than bit by bit as described in the prior art.

【0015】 以上、本発明を限定数の実施例について記載したが、本発明の多くの変形、変
更、その他の応用が可能である。
Although the present invention has been described with respect to a limited number of embodiments, many variations, modifications, and other applications of the present invention are possible.

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

【図1】 入力ビット保存サイクルの初めにおけるRAMを示す図である。FIG. 1 illustrates a RAM at the beginning of an input bit storage cycle.

【図2】 図2のA及びBは入力ビット保存サイクルの2つの異なる段階に おけるNビット・シフトレジスタを示す図である。2A and 2B show an N-bit shift register at two different stages of an input bit storage cycle.

【図3】 入力ビット保存サイクルの終りにおけるRAMを示す図である。FIG. 3 shows the RAM at the end of an input bit storage cycle.

【手続補正書】[Procedure amendment]

【提出日】平成12年4月27日(2000.4.27)[Submission date] April 27, 2000 (2000.4.27)

【手続補正1】[Procedure amendment 1]

【補正対象書類名】明細書[Document name to be amended] Statement

【補正対象項目名】請求項1[Correction target item name] Claim 1

【補正方法】変更[Correction method] Change

【補正内容】[Correction contents]

───────────────────────────────────────────────────── フロントページの続き (81)指定国 EP(AT,BE,CH,CY, DE,DK,ES,FI,FR,GB,GR,IE,I T,LU,MC,NL,PT,SE),OA(BF,BJ ,CF,CG,CI,CM,GA,GN,GW,ML, MR,NE,SN,TD,TG),AP(GH,GM,K E,LS,MW,SD,SZ,UG,ZW),EA(AM ,AZ,BY,KG,KZ,MD,RU,TJ,TM) ,AL,AM,AT,AU,AZ,BA,BB,BG, BR,BY,CA,CH,CN,CU,CZ,DE,D K,EE,ES,FI,GB,GE,GH,GM,HR ,HU,ID,IL,IS,JP,KE,KG,KP, KR,KZ,LC,LK,LR,LS,LT,LU,L V,MD,MG,MK,MN,MW,MX,NO,NZ ,PL,PT,RO,RU,SD,SE,SG,SI, SK,SL,TJ,TM,TR,TT,UA,UG,U S,UZ,VN,YU,ZW──────────────────────────────────────────────────続 き Continuation of front page (81) Designated country EP (AT, BE, CH, CY, DE, DK, ES, FI, FR, GB, GR, IE, IT, LU, MC, NL, PT, SE ), OA (BF, BJ, CF, CG, CI, CM, GA, GN, GW, ML, MR, NE, SN, TD, TG), AP (GH, GM, KE, LS, MW, SD, SZ, UG, ZW), EA (AM, AZ, BY, KG, KZ, MD, RU, TJ, TM), AL, AM, AT, AU, AZ, BA, BB, BG, BR, BY, CA, CH, CN, CU, CZ, DE, DK, EE, ES, FI, GB, GE, GH, GM, HR, HU, ID, IL, IS, JP, KE, KG, KP , KR, KZ, LC, LK, LR, LS, LT, LU, LV, MD, MG, MK, MN, MW, MX, NO, NZ, PL, PT, RO, RU, SD, SE, SG, SI, SK, SL, TJ, TM, TR, TT, UA, UG, US, UZ, VN, YU, ZW

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 連続入力ビットを処理する方法であり、 (a)(i)長さが等しいワードをそれぞれ保存している複数のレジスタを有す
るRAMと、 (ii)少なくとも前記ワードと同じ長さのシフトレジスタと、 (iii)ポインタとを用意し、 (b)前記RAMの前記レジスタの1個を指すように前記ポインタを初期化し、 (c)j入力ビットの各グループに対し、 (i)前記ポインタが指している前記レジスタに保存された前記ワードを
前記シフトレジスタに書き込み、 (ii)前記シフトレジスタ内の前記ワードをjビットだけシフトし、 (iii)前記グループのj入力ビットを前記シフトレジスタに書き込む
ことにより、前記シフトレジスタ内に更新ワードを生成し、 (iv)前記ポインタが指している前記レジスタに前記更新ワードを保存
し、 (v)前記ポインタをインクリメントするステップを含む方法。
1. A method of processing consecutive input bits, comprising: (a) (i) a RAM having a plurality of registers each storing words of equal length; and (ii) at least the same length as said words. (B) initializing the pointer to point to one of the registers of the RAM; (c) for each group of j input bits, (i) Writing the word stored in the register pointed to by the pointer to the shift register; (ii) shifting the word in the shift register by j bits; (iii) shifting the j input bits of the group. Generating an update word in the shift register by writing to the register; and (iv) storing the update word in the register pointed to by the pointer. Storing an update word; and (v) incrementing the pointer.
【請求項2】 jが1である、請求項1の方法。2. The method of claim 1, wherein j is 1. 【請求項3】 前記RAMのレジスタの全てが前記ワードの各々と同じ長さ
である、請求項1の方法。
3. The method of claim 1, wherein all of said RAM registers are the same length as each of said words.
【請求項4】 前記シフトレジスタが前記ワードの各々と同じ長さである、
請求項1の方法。
4. The shift register is of the same length as each of the words.
The method of claim 1.
【請求項5】 さらに (d)前記RAMの前記レジスタに保存された前記ワードの少なくとも幾つかを
連続的に読み出して処理するステップを含む、請求項1の方法。
5. The method of claim 1, further comprising the step of: (d) sequentially reading and processing at least some of the words stored in the register of the RAM.
【請求項6】 前記RAMの前記レジスタに保存されたワードの全てを連続
的に読み出して処理する、請求項5の方法。
6. The method of claim 5, wherein all of the words stored in the register of the RAM are sequentially read and processed.
JP2000516283A 1997-10-09 1998-09-18 How to emulate shift registers using RAM Abandoned JP2001520429A (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US94746797A 1997-10-09 1997-10-09
US08/947,467 1997-10-09
PCT/US1998/019708 WO1999019798A1 (en) 1997-10-09 1998-09-18 Method of emulating a shift register using a ram

Publications (1)

Publication Number Publication Date
JP2001520429A true JP2001520429A (en) 2001-10-30

Family

ID=25486184

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000516283A Abandoned JP2001520429A (en) 1997-10-09 1998-09-18 How to emulate shift registers using RAM

Country Status (6)

Country Link
EP (1) EP1027649A4 (en)
JP (1) JP2001520429A (en)
KR (1) KR20010024466A (en)
CN (1) CN1119745C (en)
AU (1) AU9402098A (en)
WO (1) WO1999019798A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104733049A (en) * 2015-03-27 2015-06-24 中国电子科技集团公司第二十研究所 Shifting register realized by using random access memory (RAM) unit
CN110888601B (en) * 2019-11-14 2023-05-19 中国电子科技集团公司第五十四研究所 Shifting register implementation method based on RAM IP core

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3755788A (en) * 1972-05-01 1973-08-28 Honeywell Inf Systems Data recirculator
US4393482A (en) * 1979-11-08 1983-07-12 Ricoh Company, Ltd. Shift register
US5153846A (en) * 1990-07-30 1992-10-06 At&T Bell Laboratories Digital shift register using random access memory
US5406518A (en) * 1994-02-08 1995-04-11 Industrial Technology Research Institute Variable length delay circuit utilizing an integrated memory device with multiple-input and multiple-output configuration
US5479128A (en) * 1994-03-16 1995-12-26 Industrial Technology Research Institute Single ram multiple-delay variable delay circuit

Also Published As

Publication number Publication date
AU9402098A (en) 1999-05-03
WO1999019798A1 (en) 1999-04-22
CN1281559A (en) 2001-01-24
KR20010024466A (en) 2001-03-26
EP1027649A4 (en) 2004-08-04
CN1119745C (en) 2003-08-27
EP1027649A1 (en) 2000-08-16

Similar Documents

Publication Publication Date Title
US5913229A (en) Buffer memory controller storing and extracting data of varying bit lengths
JPH07249996A (en) Method and apparatus for restoration of compressed code
WO2003044671A1 (en) Ram-based range content addressable memory
JPH09503609A (en) Bit mapping apparatus and method
JPS60146346A (en) Hushing method
US6590898B1 (en) Method and apparatus for routing data packets
JP3644494B2 (en) Information retrieval device
US4916649A (en) Method and apparatus for transforming a bit-reversed order vector into a natural order vector
JP3691018B2 (en) Longest match search circuit and method, program, and recording medium
JP2001520429A (en) How to emulate shift registers using RAM
US6611894B1 (en) Data retrieval apparatus
US5963499A (en) Cascadable multi-channel network memory with dynamic allocation
US8255623B2 (en) Ordered storage structure providing enhanced access to stored items
US20010007559A1 (en) Interleaved processing system for processing frames within a network router
JP2000516776A (en) Method and apparatus for generating a transform
US6760741B1 (en) FFT pointer mechanism for FFT memory management
US6674373B1 (en) System and method for data decompression
JP3284064B2 (en) Digital search device
JPS5853217A (en) Digital filter circuit
KR0180679B1 (en) Moving picture signal real time processing method and apparatus using flash memory
JP3547625B2 (en) Data search device and data search method
JP3062119B2 (en) Character string search table, method for creating the same, and character string search method
JP3154759B2 (en) Method and apparatus for delaying operation data of digital filter
JP3238939B2 (en) Sorting device
RU1798922C (en) Channel encoder-decoder

Legal Events

Date Code Title Description
A762 Written abandonment of application

Free format text: JAPANESE INTERMEDIATE CODE: A762

Effective date: 20040531