US5790626A - Bi-directional linear feedback shift register - Google Patents

Bi-directional linear feedback shift register Download PDF

Info

Publication number
US5790626A
US5790626A US08/711,775 US71177596A US5790626A US 5790626 A US5790626 A US 5790626A US 71177596 A US71177596 A US 71177596A US 5790626 A US5790626 A US 5790626A
Authority
US
United States
Prior art keywords
lfsr
latches
reverse
latch
sequence
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 - Lifetime
Application number
US08/711,775
Inventor
David J. Johnson
Daniel J. Dixon
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.)
Hewlett Packard Enterprise Development LP
Original Assignee
Hewlett Packard Co
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 Hewlett Packard Co filed Critical Hewlett Packard Co
Priority to US08/711,775 priority Critical patent/US5790626A/en
Assigned to HEWLETT-PACKARD COMPANY reassignment HEWLETT-PACKARD COMPANY ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: DIXON, DANIEL J., JOHNSON, DAVID J.
Application granted granted Critical
Publication of US5790626A publication Critical patent/US5790626A/en
Assigned to HEWLETT-PACKARD COMPANY reassignment HEWLETT-PACKARD COMPANY MERGER (SEE DOCUMENT FOR DETAILS). Assignors: HEWLETT-PACKARD COMPANY
Assigned to HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P. reassignment HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HEWLETT-PACKARD COMPANY
Assigned to HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP reassignment HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C19/00Digital stores in which the information is moved stepwise, e.g. shift registers

Definitions

  • a polynomial notation has been devised to symbolically describe various LFSR configurations, and the properties of these have been set out both in the form of theorems and tables generated by computer simulation.
  • a maximal length cycle for an n-bit LFSR is one that has 2 n -1 different values; one of the usual 2 n values for n bits is generally excluded from consideration. The excluded value is ordinarily all zeros.
  • FIG. 4 is a simplified block diagram of an reciprocal LFSR with re-ordered bits that generates an address sequence of eleven bit addresses that is the exact reverse of that for the LFSR of FIG. 2;
  • FIG. 1 wherein is shown a simplified block diagram of a Bi-directional LFSR 1 that is part of some VLSI environment (not itself shown, but which could be a microprocessor).
  • the reason for having the bi-directional LFSR 1 is as part of a memory self test mechanism.
  • the output bits A 0 5, A 1 6 . . . A n-1 7 are an n-bit address that is valid (useable) whenever a Valid Bit (really A n ) is true.
  • CLK1 might index according to a first pseudorandom sequence, while CLK2 indexes according to an entirely unrelated sequence.
  • CLK3 might index exactly opposite the way of CLK4, and so on.
  • FIG. 9 It illustrates how the latches of a bi-directional or multi-mode LFSR would be interconnected if ordinary latches are to be used. Multiple input latches are fine for VLSI, but a designer who has to use prepackaged parts to be loaded onto a printed circuit board cannot be expected to have such a luxury at her disposal. What to do? One answer is to use lots of AND gates and an OR gate, as shown in the figure.

Abstract

A unified bi-directional LFSR is fabricated from latches having dual (Forward and Reverse) inputs. Each such latch accepts its inputs upon receipt of a clock signal that is respectively associated with the forward or reverse direction. The appropriate collection of XOR gates exists between latch outputs and the inputs associated with a forward clock signal, so as to produce the forward sequence. Likewise, another appropriate collection of XOR gates exists between the latch outputs and the inputs associated with the reverse clock signal. To produce a "reverse" LFSR corresponding to the polynomial that is the reciprocal of the polynomial for the "forward" LFSR, the latches of the reciprocal (reverse direction) LFSR are construed as being numbered in the opposite order. That is, a single set of latches (register) has both a forward linear feedback network and a reverse linear feedback network. Only one of these two feedback networks is used at a time, but they can intermix forward and reverse steps and appear to index back and forth along the native sequence of the LFSR. That is, steps in reverse undo the most recent forward steps, and vice versa. The bi-directional LFSR is also equipped with a way to preset the latches to a preselected initial value, and it is compatible with the production of all zeros. This last feature is obtained by including an extra latch in the register (n+1)-many latches for a desired n-many bit word! and using it as a valid bit to qualify as correct the remaining latches in the register.

Description

BACKGROUND OF THE INVENTION
Linear feedback shift registers (LFSR's) are useful in many applications, particularly those where pseudo random digital numbers are required. Because of their usefulness and simplicity they have been well studied, and many texts have been written concerning the design of LFSR's. See, for example, BUILT-IN TEST FOR VLSI: Pseudorandom Techniques by Bardell, McAnney and Savir, published in 1987 by John Wiley & Sons, Inc., ISBN 0-471-62463-2. As its name suggests, an LFSR starts out as does a shift register: an ordered collection of latches interconnected so as to propagate each bit in a cell to an adjacent cell. In an LFSR the input to the latch for a bit generally comes from an adjacent cell, or is otherwise derived from a combination of bits in other cells. In this, it may somewhat resemble a circular shift register having no separate "data input" to be regularly received and stored while shifting that data for a delayed presentation at an "output"; a circular shift register simply recirculates its contents. Unlike a standard shift register, however, an LFSR includes combinational logic at various places along the shift register that modify the content as it is shifted into the latches corresponding to those various places. This is how LFSR's can generate pseudo random patterns. It is typical for the combinational logic to be no more complicated than one or more exclusive OR (XOR) gates strategically placed in the path of the bits as they go from certain latches to their successors in the ordering thereof in the register.
A polynomial notation has been devised to symbolically describe various LFSR configurations, and the properties of these have been set out both in the form of theorems and tables generated by computer simulation. Various properties, such as maximal length sequences and different types of distribution, have all been investigated and the results available in the texts describing LFSR's. A maximal length cycle for an n-bit LFSR is one that has 2n -1 different values; one of the usual 2n values for n bits is generally excluded from consideration. The excluded value is ordinarily all zeros.
Let us now briefly leave LFSR's for another topic: built-in self test for a digital mechanism, especially one that is fabricated as a VLSI chip, and most especially one that includes some on-board memory. There is already an extensive collection of knowledge concerning how to test memory to ensure that it does what it is supposed to do, and does not do what it is not supposed to. For our purposes we may note that a mechanism for generating a sequence of addresses is needed, and that it is extremely desirable that such an address generator be able to produce its sequence in exact reverse order when it is desired to do so. This exact reversibility is important to the various algorithms that test the memory; the detection of certain classes of errors relies upon such a capability. It generally does not matter just what the "forward" sequence is, so long as the "reverse" sequence is an exact reverse ordering of the forward sequence, and that all possible values are represented in each sequence.
Up-down reversible counters have frequently been used to generate such addresses. Let us simply note that they consume a lot of combinational logic between their bits, and thus a lot of space on the chip. It is also noted that self test circuitry does not contribute to a chip's principal functionality, which functionality is the reason why the chip exists in the first place. Thus it is that there is often considerable sentiment in favor of reducing the space on a chip needed for the self test circuits.
To be sure, LFSR's have been variously employed in the service of built-in self test mechanisms. However, as attractive as they are for some things, certain warts, as it were, have heretofore limited their applicability to the testing of memory. First, unless some "extra circuitry" is added, LFSR's do not produce all zeros as an output value in their sequence of values. As warts go this is a small one, and has already been solved with a reasonable solution. However, getting the LFSR to go in exact reverse order is a BIG wart. In an at least one known instance a designer contemplated two entirely separate LFSR's, where one was the "reciprocal" of the other (it is known how to write the reciprocal polynomial from a given polynomial), and a collection of MUX's to select between them. This approach, however, was discarded when it was discovered that a straight up-down counter had a smaller parts count.
It would be desirable if the simplicity of the LFSR could be retained while adapting it to have both a forward and an exact reverse mode of operation. We shall term such an LFSR a bi-directional LFSR. Such an adaptation should be compatible with the production of all zeros.
SUMMARY OF THE INVENTION
A solution to the problem of constructing a unified (single) bi-directional LFSR (as opposed to the MUX'ed dual LFSR idea) is to fabricate the LFSR from latches having dual inputs, say Forward inputs and Reverse inputs. Each such latch accepts its inputs upon receipt of a clock (or perhaps LOAD) signal that is respectively associated with the forward or reverse direction: e.g., FCLK and RCLK for "forward clock" and "reverse clock", respectively. The appropriate collection of XOR gates exists between latch outputs and the inputs associated with FCLK, so as to produce the forward sequence. Likewise, another appropriate collection of XOR gates exists between the latch outputs and the inputs associated with RCLK. However, in order to produce a "reverse" LFSR corresponding to the polynomial that is the reciprocal of the polynomial for the "forward" LFSR, it is necessary (as is known) to construe the naming of the output bits of the reciprocal (reverse direction) LFSR as being numbered in the opposite order. That is, the old LSB is now the new MSB, old MSB is now the new LSB, and so on for all named output bits in between.
It may be useful to think of it this way: Instead of two separate registers with MUX's to select between the two sets of outputs, the two registers share the same dual input latches, so that there is really only one register. This single set of latches (register) has both a forward linear feedback network and a reverse linear feedback network. Only one of these two feedback networks is used at a time. If it helps, think of the latches as being numbered one way during forward, and the opposite way during reverse.
Not only does the bi-directional LFSR described above have forward and reverse sequences that are exactly opposite, it can intermix forward and reverse steps and appear to index back and forth along the native sequence of the LFSR. That is, steps in reverse undo the most recent forward steps, and vice versa, just as for a reversible (up-down) counter.
The bi-directional LFSR is also equipped with a way to preset the latches to a preselected initial value, and it is compatible with the production of all zeros. This last feature is obtained by including an extra latch in the register (n+1)-many latches for a desired n-many bit word! and using it as a valid bit to qualify (as if it were an output strobe) the remaining latches in the register.
If addresses for a test of memory are not of interest, this technique may be used to provide a reversible sequence of pseudo random numbers. Also, dual input latches are a convenience, but not a necessity. The latches may be of the single input type, and the separate clocking used to enable gating that selects which linear feedback network is allowed to drive that single input of each latch.
On the other hand, each latch in the single register may have several inputs, and not just for forward and reverse instances of a particular sequence. They could as well be for sequence #1, sequence #2, and so on, up to sequence #n. Each sequence would have its own associated linear feedback network. Some of these might be the exact opposite sequence of the others, but perhaps not; they could simply be different useful sequences.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a simplified block diagram of the relationship between a bi-directional LFSR used as an address generator for built-in memory self test in a VLSI chip;
FIG. 2 is a simplified block diagram of a particular LFSR that generates a desired forward address sequence of eleven bit addresses for memory self test in a VLSI environment;
FIG. 3 is a simplified block diagram of an reciprocal LFSR that generates an address sequence of eleven bit addresses that would be the exact reverse of that for the LFSR of FIG. 2, except that the bits are in the wrong order of significance;
FIG. 4 is a simplified block diagram of an reciprocal LFSR with re-ordered bits that generates an address sequence of eleven bit addresses that is the exact reverse of that for the LFSR of FIG. 2;
FIGS. 5A-5C are a simplified block diagram of a unified bi-directional LFSR that combines the sequences of the LFSR's of FIGS. 2 and 4;
FIG. 6 is a simplified schematic of a dual input latch useful in fabricating the bi-directional LFSR of FIG. 4;
FIG. 7 is a simplified block diagram of a multi-mode LFSR useful as either an address or PRN generator;
FIG. 8 is a simplified schematic of a multi-input latch useful in fabricating the multi-mode LFSR of FIG. 7; and
FIG. 9 is a simplified schematic of a way of fabricating bi-directional or multi-mode LFSR's while using off the shelf single input latches.
DESCRIPTION OF A PREFERRED EMBODIMENT
Refer now to FIG. 1, wherein is shown a simplified block diagram of a Bi-directional LFSR 1 that is part of some VLSI environment (not itself shown, but which could be a microprocessor). In the instant case the reason for having the bi-directional LFSR 1 is as part of a memory self test mechanism. To this end the output bits A0 5, A1 6 . . . An-1 7 are an n-bit address that is valid (useable) whenever a Valid Bit (really An) is true. We have not shown any particular using mechanism, but will be appreciated that it could, for example, be a state machine whose function is to test an on-board memory, such as a cache memory in a microprocessor. The bi-directional LFSR 1 may be put into some preselected initial state (values for the various output bits) by exerting the RESET signal 4. Those familiar with LFSR's will appreciate that, while otherwise arbitrary, that initial value will probably not be all zeros. Inside the LFSR the signal RESET 4 goes to each latch within the register and causes each such latch to be either set or cleared, as appropriate for that bit position of the initial value. Those familiar with LFSR's will appreciate that, while otherwise arbitrary, that initial value will probably not be all zeros.
Each latch in the LFSR 1is a dual input latch, which means that, aside from the reset function, each latch has an input that is enabled only upon receipt of an associated signal. One of these signals is FCLK 2, for forward clock. FCLK 2 enables the input of each dual latch that is associated with the rule (think "linear feedback network") that is associated with a state change (think "step", "index", "increment" or "count") in the forward direction. In the same way, RCLK 3 (for reverse clock) enables the other input of each dual input latch. The other inputs are associated with an reciprocal feedback network that produces state changes in the reverse direction.
In the usual and conventional fashion for describing LFSR's, we adopt the IBM style where bit zero is the most significant bit, and bit n is the least significant bit.
The Valid Bit 8 is, in the present example, simply the very least significant bit A n 8. (Later on it will become clear that the Valid Bit could be any of the (n+1) bits. For now it is perhaps easiest to accept the LSB 8 as being the Valid Bit.) As far as the LFSR 1 itself is concerned, it is an (n+1)-bit register of maximal length sequence. That maximal length sequence does not, however, include and output word (address) of all (n+1) zeros. It does include an output of n-many most significant zeros with a value of one for A n 8. The maximal length sequence does include all other possible values for the (n+1)-many bits A0 -An. Hence, the subsequence obtained by taking the n bits A0 -An-1 with A0 as a Valid Bit produces all possible values of those n-bits, with no duplicates.
The RESET signal 4 may set the (n+1)-many bits A0 -An to 000 . . . 001, which has the effect of making the starting value in the sequence for the n-bit output words (A0 -An-1) be all zero.
Also shown in FIG. 1 is an AND gate 9 having as inputs some arbitrary pattern drawn from the true and complement outputs from the bi-directional LFSR 1. All n+1 bits are represented. The output of the pattern detector 9 is a signal CYCLE 10 which is true once per complete cycle of a maximal length pattern. CYCLE 10 is of interest to the mechanism that controls the bi-directional LFSR 1 as part of some test regime. The duration of the signal CYCLE 10 will, of course, depend upon how long that value is allowed to remain in place. The purpose of CYCLE 10 is to indicate that a complete traverse of a maximal length sequence has been achieved. Suppose that the output pattern chosen for a RESET is the same as that represented by CYCLE. Then the application of RESET 4 would produce CYCLE 10. However, that instance of CYCLE 10 would be ignored as being immediately subsequent to a RESET. The next instance of either FCLK 2 or RCLK 3 would cause CYCLE 10 to go false. Assuming no RCLK's that outnumber FCLK's (or vice versa), CYCLE 10 will remain false until the end of the sequence is reached, at which time it will again go true.
Now, if one knew for sure that FCLK's and RCLK's were not going to be intermixed, one could also count how many have been issued after the latest RESET 4. Achieving the final count would have the same effect as the reappearance of CYCLE 10. The actual final count needed will vary as a function of the sequence in use, since almost exactly half of the total output values are not valid, and where in the overall sequence the last valid one falls can not be foretold in general. If FCLK and RCLK were to be intermixed, then the occurrence of one of those would count up toward the final count, and occurrence of the other would count back down.
Whether one uses CYCLE 10 or the terminal count in a counter, the assumption to this point is that, once a test is begun the clock signals of interest (FCLK 2 and RCLK 3) are simply allowed to free run or be individually issued at some convenient rate. Because of the random intermixing of valid and non valid output values, there is no enforceable correspondence between say, ten consecutive instances of FCLK 2 and the next ten consecutive valid outputs; there may have been (probably were) some non valid states in the output. To insist that each instance of the applied clock (2, 3) produce a next valid value in the sequence is another matter. It can be done, but a small amount of extra logic is required to enforce a rule for determining if extra cycles of the clock are needed to produce a next valid output value.
The needed rule is this. If the Valid Bit is true after the issuance of a clock cycle (2, 3), then the LFSR 1 has produced the next valid value in the sequence. However, if the Valid Bit is not true after the clock cycle is given then another clock cycle needs to be issued, and the rule re-applied.
Refer now to FIG. 2, wherein is shown a simplified schematic 11 of a twelve-bit unidirectional LFSR with Valid Bit 12 for producing from FCLK 2 a desired sequence according to the polynomial:
P(x)=x.sup.12 +x.sup.7 +x.sup.4 +x.sup.3 +1                Eq. (1)
The eleven output bits are A0 through A10, and what would otherwise be A11 is the Valid Bit 12. The LFSR is constructed of twelve identical latches, of which 16 and 17 are representative. Where latches adjoin one another, as for latches L0-L2, it is to be understood that the output of each latch on the left is shifted without alteration directly into its neighbor on the right. In the remaining cases an XOR gate (13, 14 and 15) modifies the shifted bit value according to the bit on the left and the value of the bit being returned into latch L0 from latch L11. Shifting occurs when FCLK 2 is issued. There is assumed to be (but is not shown) a RESET function that forces the various latches to assume a preselected value, which in this example is 000 000 000 001.
Refer now to FIG. 3, wherein is shown a simplified schematic 18 of a twelve-bit unidirectional reciprocal LFSR with Valid Bit 19 for producing from RCLK 3 an "anti-sequence" according to the reciprocal polynomial:
P*(x)=x.sup.12 +x.sup.9 +x.sup.8 +x.sup.5 +1               Eq. (2)
The LFSR is constructed of twelve identical latches, of which 23 and 24 are representative. Where latches adjoin one another, as for latches L0-L4, it is to be understood that the output of each latch on the left is shifted without alteration directly into it neighbor on the right. In the remaining cases an XOR gate (20, 21 and 22) modifies the shifted bit value according to the bit on the left and the value of the bit being returned into latch L0 from latch L11. Shifting occurs when RCLK 3 is issued. There is assumed to be (but is not shown) the identical RESET function that forces the various latches to assume the same preselected values as they do for the RESET of FIG. 2.
As before, the eleven output bits are A0 through A10, and what would otherwise be A11 is the Valid Bit 19. The problem is that the anti-sequence of the LFSR for the polynomial of Eq. (2) is not the exact reverse of the sequence of the LFSR of FIG. 2. To obtain that the ordering of the bits needs to also be reversed. That is, the role of the bits in latches L0 and L11 needs to be interchanged, as does that of the bits latches L1 and L10, latches L2 and L9, and so on. That is, it is necessary to re-associate the Valid Bit and named address bits with the latches. Once that is done, we may assert that the sequence of Valid Bit 19 and address bits A0 -A10 for the LFSR of FIG. 3 is indeed the exact reverse of the sequence for the LFSR of FIG. 2. Now we have a new problem: whether the output of, say, latch L9 is A9 or A2 depends on how we are using the LFSR. What to do to avoid MUX's on the outputs?
First, let us redraw the circuit 18 of FIG. 3 as it is shown in FIG. 4. All that has been done is to re-order the latches L0-L11 such that the Valid Bit 19 and the named address bits A0 -A10 match up with the ordering of FIG. 2.
Now compare FIG. 2 with FIG. 4 and ask "What is so special about the latches?" They are named differently and they are interconnected differently. The different naming is not a structural difficulty. Next, one common set of dual input latches could be interconnected both ways at the same time, so long as we take care to use the first type of latch inputs for, say the forward linear feedback interconnections between the latches, and the other type of latch inputs for the reverse linear feedback interconnections. This "merging" of FIGS. 2 and 4 produces the schematic 25 shown in FIGS. 5A-5C.
For the sake of brevity, we have omitted the signals RESET 4, FCLK 2 and RCLK 3 from the figure. Exactly how these operate with a dual input latch as is shown in FIGS. 5A-5C will be illustrated in FIG. 6. For now, it will be understood that the F input to each latch L0/L11 through L11/L0 is an input active when FCLK 2 is issued and is interconnected with the forward linear feedback network of FIG. 3. Likewise, the R inputs are active when RCLK 3 is issued, and are interconnected with the reverse linear feedback network of FIG. 4. Thus, the latches L0/L11 through L11/L0 do double duty, as it were, and the named outputs A0 -A10 and the Valid Bit 26 remain fixed. Note the XOR gates; they have the same reference numerals as the corresponding XOR gates in FIGS. 2, 3 and 4.
Upon reflection, it will be appreciated that the original Valid Bit in FIG. 2 been taken from, say, latch L3, then the Valid Bit in FIG. 3 would have been chosen to be the output of latch L8. The Valid Bit in FIGS. 5A-5C would then be the output of latch L3/L8. The "Axx " notation for the output bits would avoid (skip over) L3, L8 and L3/L8, and would expand to include L11, L0 and L11/L0, as appropriate.
Refer now to FIG. 6, wherein is shown a simplified schematic diagram 27 of a dual input latch of the type used in FIGS. 5A-5C. The memory, or latching part of the latch itself is formed from a weak back-to-back positive feedback path for two inverters 28 and 29. Inverters 30 and 30' buffer the output and provide both logical senses, if needed.
The weak feedback from inverter 29 into 30 can be swamped by an input whenever its associated pass gate (31, 32 and 33) is on. Accordingly, the signal RESET 4 is applied to the gate of FET 31, to pass or not pass the value RIN (Reset Input). RIN will be either a fixed high or a fixed low, depending on the bit position for the latch. The signal FCLK 2 is applied to the gate of FET 32, to pass or not pass the value FIN. FIN is the output of the preceding latch or XOR gate in the feedback path for the forward linear feedback network. RCLK 3 and RIN have a similar relationship with FET 33 and the reverse linear feedback network.
Refer now to FIG. 7. It illustrates a generalization of the bi-directional LFSR 1 of FIG. 1. In particular, it shows a multi-mode LFSR 34 that is useful in some larger environment, which is not itself shown. Multi-mode LFSR 34 has n bits, of which outputs B0 through Bn-1 are useable as an address, pseudorandom number, or whatever. Output bit Bn is an optional Valid Bit 35. The multi-mode LFSR 34 responds to a RESET signal 36, and to a plurality of clock signals CLK1, CLK2, . . . CLKN, each of which cause the LFSR 34 to index one value in an associated mode whose rule of state-to-state transition is defined by a respectively associated linear feedback network. That is, if there are N-many such CLK signals, then there are N-many linear feedback networks, and the latches in the LFSR 34 are N-input latches. CLK1 might index according to a first pseudorandom sequence, while CLK2 indexes according to an entirely unrelated sequence. CLK3 might index exactly opposite the way of CLK4, and so on.
Refer now to FIG. 8. It shows a generalized simplified schematic segment 34 for an N-input latch of the sort that would be used to implement the LFSR 34 of FIG. 7.
Finally, refer now to FIG. 9. It illustrates how the latches of a bi-directional or multi-mode LFSR would be interconnected if ordinary latches are to be used. Multiple input latches are fine for VLSI, but a designer who has to use prepackaged parts to be loaded onto a printed circuit board cannot be expected to have such a luxury at her disposal. What to do? One answer is to use lots of AND gates and an OR gate, as shown in the figure.

Claims (2)

We claim:
1. A linear feedback shift register comprising:
a collection of latches, each latch having an output, first and second control inputs, and first and second data inputs respectively active upon the presence of an associated signal at the corresponding first and second control input;
a first index signal coupled to the first control inputs of the latches in the collection thereof;
a second index signal coupled to the second control inputs of the latches in the collection thereof;
a first linear feedback network coupled to the outputs of the latches in the collection thereof, coupled to the first data inputs of the latches in the collection thereof, and producing a first sequence of values in the linear feedback shift register as instances of the first index signal are issued; and
a second linear feedback network coupled to the outputs of the latches in the collection thereof, coupled to the second data inputs of the latches in the collection thereof, and producing a second sequence of values in the linear feedback shift register as instances of the second index signal are issued.
2. A linear feedback shift register as in claim 1 wherein the second sequence of values is the exact reverse of the first sequence of values.
US08/711,775 1996-09-10 1996-09-10 Bi-directional linear feedback shift register Expired - Lifetime US5790626A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US08/711,775 US5790626A (en) 1996-09-10 1996-09-10 Bi-directional linear feedback shift register

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US08/711,775 US5790626A (en) 1996-09-10 1996-09-10 Bi-directional linear feedback shift register

Publications (1)

Publication Number Publication Date
US5790626A true US5790626A (en) 1998-08-04

Family

ID=24859480

Family Applications (1)

Application Number Title Priority Date Filing Date
US08/711,775 Expired - Lifetime US5790626A (en) 1996-09-10 1996-09-10 Bi-directional linear feedback shift register

Country Status (1)

Country Link
US (1) US5790626A (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1017060A1 (en) * 1998-12-22 2000-07-05 Sharp Kabushiki Kaisha Static clock pulse generator, spatial light modulator and display.
US6278302B1 (en) * 1999-06-03 2001-08-21 Agere Systems Guardian Corp. Digital power-up reset circuit
US6327687B1 (en) 1999-11-23 2001-12-04 Janusz Rajski Test pattern compression for an integrated circuit test environment
US6353842B1 (en) 1999-11-23 2002-03-05 Janusz Rajski Method for synthesizing linear finite state machines
US6396896B1 (en) * 2000-04-28 2002-05-28 3G.Com Inc. Implementation of functions of multiple successive bits of a shift register
US6557129B1 (en) 1999-11-23 2003-04-29 Janusz Rajski Method and apparatus for selectively compacting test responses
US20030120988A1 (en) * 1999-11-23 2003-06-26 Janusz Rajski Continuous application and decompression of test patterns to a circuit-under-test
FR2836310A1 (en) * 2002-02-19 2003-08-22 Wavecom Sa Mobile telephone terminal demodulator descrambling having first state selection signal producing bit sequences direct direction and second state selecting retrograde direction signal state selection
US6684358B1 (en) 1999-11-23 2004-01-27 Janusz Rajski Decompressor/PRPG for applying pseudo-random and deterministic test patterns
US20040024803A1 (en) * 2002-07-31 2004-02-05 Allen Montijo Cascaded modified PRBS counters form easily programmed and efficient large counter
US20050015688A1 (en) * 1999-11-23 2005-01-20 Janusz Rajski Phase shifter with reduced linear dependency
US20050283507A1 (en) * 2004-06-18 2005-12-22 Souvignier Thomas V Selective sequence generation method and apparatus
US20060146980A1 (en) * 2002-12-26 2006-07-06 Yanmeng Sun Apparatus and method for midamble generation
US20070047622A1 (en) * 2005-08-30 2007-03-01 Micron Technology, Inc. Data generator having linear feedback shift registers for generating data pattern in forward and reverse orders
US7493540B1 (en) 1999-11-23 2009-02-17 Jansuz Rajski Continuous application and decompression of test patterns to a circuit-under-test
US20090262752A1 (en) * 2008-04-21 2009-10-22 Jia-Ching Lee Method for transmitting packets in a wireless communication system and an apparatus using the same
US20110161752A1 (en) * 2009-12-31 2011-06-30 Spry Bryan L Robust memory link testing using memory controller
US20110214026A1 (en) * 1999-11-23 2011-09-01 Mentor Graphics Corporation Continuous application and decompression of test patterns and selective compaction of test responses
US20110274193A1 (en) * 2009-01-20 2011-11-10 Pantech Co., Ltd. Apparatus and method for generating scrambling codes in a radio communication system
US20150255326A1 (en) * 2013-09-20 2015-09-10 International Business Machines Corporation Embedded on-chip security
US9134370B2 (en) 1999-11-23 2015-09-15 Mentor Graphics Corporation Continuous application and decompression of test patterns and selective compaction of test responses
US9664739B2 (en) 1999-11-23 2017-05-30 Mentor Graphics Corporation Continuous application and decompression of test patterns and selective compaction of test responses

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5282234A (en) * 1990-05-18 1994-01-25 Fuji Photo Film Co., Ltd. Bi-directional shift register useful as scanning registers for active matrix displays and solid state image pick-up devices

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5282234A (en) * 1990-05-18 1994-01-25 Fuji Photo Film Co., Ltd. Bi-directional shift register useful as scanning registers for active matrix displays and solid state image pick-up devices

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
IBM Tech Disc Bul vol. 27 No. 10A pp. 5718 5720 Ring shifter with externally selectable Modulus Mar. 1985. *
IBM Tech Disc Bul vol. 27 No. 10A pp. 5718-5720"Ring shifter with externally selectable Modulus "Mar. 1985.

Cited By (67)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6377099B1 (en) 1998-12-22 2002-04-23 Sharp Kabushiki Kaisha Static clock pulse generator, spatial light modulator and display
EP1017060A1 (en) * 1998-12-22 2000-07-05 Sharp Kabushiki Kaisha Static clock pulse generator, spatial light modulator and display.
US6278302B1 (en) * 1999-06-03 2001-08-21 Agere Systems Guardian Corp. Digital power-up reset circuit
US7478296B2 (en) 1999-11-23 2009-01-13 Janusz Rajski Continuous application and decompression of test patterns to a circuit-under-test
US7865794B2 (en) 1999-11-23 2011-01-04 Mentor Graphics Corporation Decompressor/PRPG for applying pseudo-random and deterministic test patterns
US10234506B2 (en) 1999-11-23 2019-03-19 Mentor Graphics Corporation Continuous application and decompression of test patterns and selective compaction of test responses
US6539409B2 (en) 1999-11-23 2003-03-25 Janusz Rajski Method for synthesizing linear finite state machines
US6543020B2 (en) 1999-11-23 2003-04-01 Janusz Rajski Test pattern compression for an integrated circuit test environment
US6557129B1 (en) 1999-11-23 2003-04-29 Janusz Rajski Method and apparatus for selectively compacting test responses
US20030120988A1 (en) * 1999-11-23 2003-06-26 Janusz Rajski Continuous application and decompression of test patterns to a circuit-under-test
US20030131298A1 (en) * 1999-11-23 2003-07-10 Mentor Graphics Corporation Test pattern compression for an integrated circuit test environment
US9664739B2 (en) 1999-11-23 2017-05-30 Mentor Graphics Corporation Continuous application and decompression of test patterns and selective compaction of test responses
US6327687B1 (en) 1999-11-23 2001-12-04 Janusz Rajski Test pattern compression for an integrated circuit test environment
US7500163B2 (en) 1999-11-23 2009-03-03 Janusz Rajski Method and apparatus for selectively compacting test responses
US9134370B2 (en) 1999-11-23 2015-09-15 Mentor Graphics Corporation Continuous application and decompression of test patterns and selective compaction of test responses
US6708192B2 (en) 1999-11-23 2004-03-16 Janusz Rajski Method for synthesizing linear finite state machines
US20040128599A1 (en) * 1999-11-23 2004-07-01 Mentor Graphics Corporation Decompressor/PRPG for applying pseudo-random and deterministic test patterns
US20040172431A1 (en) * 1999-11-23 2004-09-02 Mentor Graphics Corporation Method for synthesizing linear finite state machines
US6829740B2 (en) 1999-11-23 2004-12-07 Janusz Rajski Method and apparatus for selectively compacting test responses
US20050015688A1 (en) * 1999-11-23 2005-01-20 Janusz Rajski Phase shifter with reduced linear dependency
US6874109B1 (en) 1999-11-23 2005-03-29 Janusz Rajski Phase shifter with reduced linear dependency
US20050097419A1 (en) * 1999-11-23 2005-05-05 Mentor Graphics Corporation Method and apparatus for selectively compacting test reponses
US7493540B1 (en) 1999-11-23 2009-02-17 Jansuz Rajski Continuous application and decompression of test patterns to a circuit-under-test
US8533547B2 (en) 1999-11-23 2013-09-10 Mentor Graphics Corporation Continuous application and decompression of test patterns and selective compaction of test responses
US7093175B2 (en) 1999-11-23 2006-08-15 Janusz Rajski Decompressor/PRPG for applying pseudo-random and deterministic test patterns
US7111209B2 (en) 1999-11-23 2006-09-19 Janusz Rajski Test pattern compression for an integrated circuit test environment
US20070011530A1 (en) * 1999-11-23 2007-01-11 Janusz Rajski Decompressor/PRPG for applying pseudo-random and deterministic test patterns
US8108743B2 (en) 1999-11-23 2012-01-31 Mentor Graphics Corporation Method and apparatus for selectively compacting test responses
US7260591B2 (en) 1999-11-23 2007-08-21 Janusz Rajski Method for synthesizing linear finite state machines
US7263641B2 (en) 1999-11-23 2007-08-28 Janusz Rajski Phase shifter with reduced linear dependency
US20070294327A1 (en) * 1999-11-23 2007-12-20 Janusz Rajski Method for synthesizing linear finite state machines
US20070300110A1 (en) * 1999-11-23 2007-12-27 Janusz Rajski Phase shifter with reduced linear dependency
US8024387B2 (en) 1999-11-23 2011-09-20 Mentor Graphics Corporation Method for synthesizing linear finite state machines
US20110214026A1 (en) * 1999-11-23 2011-09-01 Mentor Graphics Corporation Continuous application and decompression of test patterns and selective compaction of test responses
US7900104B2 (en) 1999-11-23 2011-03-01 Mentor Graphics Corporation Test pattern compression for an integrated circuit test environment
US6684358B1 (en) 1999-11-23 2004-01-27 Janusz Rajski Decompressor/PRPG for applying pseudo-random and deterministic test patterns
US7506232B2 (en) 1999-11-23 2009-03-17 Janusz Rajski Decompressor/PRPG for applying pseudo-random and deterministic test patterns
US7509546B2 (en) 1999-11-23 2009-03-24 Janusz Rajski Test pattern compression for an integrated circuit test environment
US7523372B2 (en) 1999-11-23 2009-04-21 Janusz Rajski Phase shifter with reduced linear dependency
US20090177933A1 (en) * 1999-11-23 2009-07-09 Janusz Rajski Decompressor/prpg for applying pseudo-random and deterministic test patterns
US20090183041A1 (en) * 1999-11-23 2009-07-16 Janusz Rajski Continuous application and decompression of test patterns to a circuit-under-test
US20090259900A1 (en) * 1999-11-23 2009-10-15 Janusz Rajski Test pattern compression for an integrated circuit test environment
US7877656B2 (en) 1999-11-23 2011-01-25 Mentor Graphics Corporation Continuous application and decompression of test patterns to a circuit-under-test
EP2144134A1 (en) 1999-11-23 2010-01-13 Mentor Graphics Corporation Method for synthesizing linear finite state machines
US7653851B2 (en) 1999-11-23 2010-01-26 Janusz Rajski Phase shifter with reduced linear dependency
US6353842B1 (en) 1999-11-23 2002-03-05 Janusz Rajski Method for synthesizing linear finite state machines
US20100083063A1 (en) * 1999-11-23 2010-04-01 Janusz Rajski Phase shifter with reduced linear dependency
US7805651B2 (en) 1999-11-23 2010-09-28 Mentor Graphics Corporation Phase shifter with reduced linear dependency
US7805649B2 (en) 1999-11-23 2010-09-28 Mentor Graphics Corporation Method and apparatus for selectively compacting test responses
US6396896B1 (en) * 2000-04-28 2002-05-28 3G.Com Inc. Implementation of functions of multiple successive bits of a shift register
FR2836310A1 (en) * 2002-02-19 2003-08-22 Wavecom Sa Mobile telephone terminal demodulator descrambling having first state selection signal producing bit sequences direct direction and second state selecting retrograde direction signal state selection
WO2003071704A1 (en) * 2002-02-19 2003-08-28 Wavecom Generator for running a series of sequences in both senses, corresponding demodulator, terminal and method
US20040024803A1 (en) * 2002-07-31 2004-02-05 Allen Montijo Cascaded modified PRBS counters form easily programmed and efficient large counter
US20060146980A1 (en) * 2002-12-26 2006-07-06 Yanmeng Sun Apparatus and method for midamble generation
US7383295B2 (en) 2004-06-18 2008-06-03 Seagate Technology, Llc Selective sequence generation method and apparatus
US20050283507A1 (en) * 2004-06-18 2005-12-22 Souvignier Thomas V Selective sequence generation method and apparatus
US7668893B2 (en) * 2005-08-30 2010-02-23 Micron Technology, Inc. Data generator having linear feedback shift registers for generating data pattern in forward and reverse orders
US20070047622A1 (en) * 2005-08-30 2007-03-01 Micron Technology, Inc. Data generator having linear feedback shift registers for generating data pattern in forward and reverse orders
US7860123B2 (en) * 2008-04-21 2010-12-28 Ralink Technology Corp. Method for transmitting packets in a wireless communication system and an apparatus using the same
US20090262752A1 (en) * 2008-04-21 2009-10-22 Jia-Ching Lee Method for transmitting packets in a wireless communication system and an apparatus using the same
TWI382709B (en) * 2008-04-21 2013-01-11 Ralink Technology Corp Method for transmitting packets in a wireless communication system and an apparatus using the same
US8559480B2 (en) * 2009-01-20 2013-10-15 Pantech Co., Ltd. Apparatus and method for generating scrambling codes in a radio communication system
US20110274193A1 (en) * 2009-01-20 2011-11-10 Pantech Co., Ltd. Apparatus and method for generating scrambling codes in a radio communication system
US20110161752A1 (en) * 2009-12-31 2011-06-30 Spry Bryan L Robust memory link testing using memory controller
US8868992B2 (en) * 2009-12-31 2014-10-21 Intel Corporation Robust memory link testing using memory controller
US9281236B2 (en) * 2013-09-20 2016-03-08 Globalfoundries Inc. Embedded on-chip security
US20150255326A1 (en) * 2013-09-20 2015-09-10 International Business Machines Corporation Embedded on-chip security

Similar Documents

Publication Publication Date Title
US5790626A (en) Bi-directional linear feedback shift register
US7292500B2 (en) Reducing read data strobe latency in a memory system
US8166278B2 (en) Hashing and serial decoding techniques
US6415374B1 (en) System and method for supporting sequential burst counts in double data rate (DDR) synchronous dynamic random access memories (SDRAM)
KR100613030B1 (en) Register file and method for designing a register file
US5937177A (en) Control structure for a high-speed asynchronous pipeline
US4852061A (en) High density, high performance register file having improved clocking means
US5398270A (en) Data coincidence detecting circuit
JP3197026B2 (en) Scannable register with delay test capability
US6442579B1 (en) Low power linear feedback shift registers
US5598112A (en) Circuit for generating a demand-based gated clock
TW201320074A (en) Semiconductor memory device
US4090256A (en) First-in-first-out register implemented with single rank storage elements
Ishida et al. Single-flux-quantum cache memory architecture
Huemer et al. Timing domain crossing using Muller pipelines
JP2841456B2 (en) Data transfer method and data buffer device
KR940009099B1 (en) Microprocessor
US5978295A (en) Sequential access memories
KR0167869B1 (en) Dynamic semiconductor memory
EP0288774B1 (en) High density, high performance register file circuit
JPH0227597A (en) Bidirectional shift register
US5321641A (en) Pseudo random pattern generation circuit
KR100288994B1 (en) Burst Length Decision Circuit Used in Synchronous Semiconductor Memory with Burst Mode
US4158240A (en) Method and system for data conversion
JPH05189296A (en) Simultaneous writing access device for single-bit memory

Legal Events

Date Code Title Description
AS Assignment

Owner name: HEWLETT-PACKARD COMPANY, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:JOHNSON, DAVID J.;DIXON, DANIEL J.;REEL/FRAME:008305/0080

Effective date: 19960910

STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

Owner name: HEWLETT-PACKARD COMPANY, COLORADO

Free format text: MERGER;ASSIGNOR:HEWLETT-PACKARD COMPANY;REEL/FRAME:011523/0469

Effective date: 19980520

CC Certificate of correction
FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

REMI Maintenance fee reminder mailed
FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12

AS Assignment

Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P., TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD COMPANY;REEL/FRAME:026945/0699

Effective date: 20030131

AS Assignment

Owner name: HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP, TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.;REEL/FRAME:037079/0001

Effective date: 20151027