The present invention relates generally to the field of communications, and more particularly to the transmission of signals capable of conveying information within and between integrated circuit devices.
In communication systems, a goal is to transport information from one physical location to another. It is typically desirable that the transport of this information is reliable, is fast and consumes a minimal amount of resources. One common information transfer medium is the serial communications link, which may be based on a single wire circuit relative to ground or other common reference, or multiple such circuits relative to ground or other common reference. A common example uses singled-ended signaling (“SES”). SES operates by sending a signal on one wire, and measuring the signal relative to a fixed reference at the receiver. A serial communication link may also be based on multiple circuits used in relation to each other. A common example of the latter uses differential signaling (“DS”). Differential signaling operates by sending a signal on one wire and the opposite of that signal on a matching wire. The signal information is represented by the difference between the wires, rather than their absolute values relative to ground or other fixed reference.
There are a number of signaling methods that maintain the desirable properties of DS while increasing pin efficiency over DS. Vector signaling is a method of signaling. With vector signaling, a plurality of signals on a plurality of wires is considered collectively although each of the plurality of signals might be independent. Each of the collective signals is referred to as a component and the number of plurality of wires is referred to as the “dimension” of the vector. In some embodiments, the signal on one wire is entirely dependent on the signal on another wire, as is the case with DS pairs, so in some cases the dimension of the vector might refer to the number of degrees of freedom of signals on the plurality of wires instead of exactly the number of wires in the plurality of wires.
With binary vector signaling, each component or “symbol” of the vector takes on one of two possible values. With non-binary vector signaling, each symbol has a value that is a selection from a set of more than two possible values. Any suitable subset of a vector signaling code denotes a “sub code” of that code. Such a subcode may itself be a vector signaling code.
A vector signaling code, as described herein, is a collection C of vectors of the same length N, called codewords. The ratio between the binary logarithm of the size of C and the length N is called the pin-efficiency of the vector signaling code.
Depending on which vector signaling code is used, there may be no decoder, or no encoder, or neither a decoder nor an encoder. For example, for the 8b8w code disclosed in [Cronie II], both encoder 105 and decoder 125 exist. On the other hand, for the Hadamard code disclosed in [Cronie I], an explicit decoder may be unnecessary, as the system may be configured such receiver 120 generates output bits 130 directly.
The operation of the transmitter, consisting of elements 100, 105, and 110, and that of the receiver, consisting of elements 120, 125, 130 have to be completely synchronized in order to guarantee correct functioning of the communication system. In some embodiments, this synchronization is performed by an external clock shared between the transmitter and the receiver. Other embodiments may combine the clock function with one or more of the data channels, as in the well-known Biphase encoding used for serial communications.
One important example is provided by memory interfaces in which a clock is generated on the controller and shared with the memory device. The memory device may use the clock information for its internal memory operations, as well as for I/O. Because of the burstiness and the asynchronicity of memory operations, the I/O may not be active all the time. Moreover, the main clock and the data lines may not be aligned due to skew. In such cases, additional strobe signals are used to indicate when to read and write the data.
Vector signaling codes providing guaranteed numbers of transitions per unit transmission interval are described, along with a generalized system architecture. Elements of the architecture may include multiple communications sub-systems, each having its own communications wire group or sub-channel, clock-embedded signaling code, pre- and post-processing stages to guarantee the desired code transition density, and global encoding and decoding stages to first distribute data elements among the sub-systems, and then to reconstitute the received data from its received sub-system elements. Example embodiments of each architectural elements are described, as well as example code embodiments suitable for sub-channel communication.
An embodiment of a vector signaling communication system with embedded clock information is shown in
The communication system of
As exemplified in this figure, bits x(0), . . . , x(N−1) enter as a block into “Global Encoder” unit 205. In some embodiments, this unit may only forward the bits in subgroups, while in other embodiments this unit may perform further computations on the incoming bits 200. Global Encoder 205 outputs k groups of bits 210, one for each of the communication sub-systems.
The i-th group of bits 210 enters the i-th history pre-coder unit 220, which in turn outputs another group of bits 230 which is forwarded to encoder 105 of the communication sub-system. Encoder 105 generates a codeword of its corresponding vector signaling code, and driver 110 drives the coordinates of this codeword on the n[i] communication wires as voltages or currents.
The communication wire voltages or currents are received as signals by receiver 120, which may perform further equalization and processing of the received signals, and may generate information for the clock-recovery unit 235 which recovers the clock information from the received signals. The received signals are further forwarded to decoder 125, which generates a group of bits 240 forwarded to the corresponding history post-decoder unit 245. This unit calculates a possibly new set of bits 250 and forwards these to the Global Decoder unit 260. As with the corresponding Global Encoder, in some embodiments Global Decoder 260 simply concatenates or combines inputs 250 to obtain output bits 270, while in other embodiments Global Decoder 260 performs additional calculations on the bits received 250 from the various history post-decoder units to re-generate the bits x(0), . . . , x(N−1) output as 270. The number of codewords of the vector signaling codes used in the i-th communication sub-system of
In accordance with at least one embodiment, reception of distinct codewords in each unit interval provides a self-clocking capability. Thus, decoder 125 may consider a previous unit interval ended and a new unit interval (and thus, a new need to decode a codeword) begun each time a new (i.e., different from the preceding codeword) appears at its input. In such an embodiment, for every unit interval a codeword is transmitted on each communication sub-system that is different from the codeword sent in the previous unit interval. Thus, the number of possible codewords across all the communication sub-systems is
(M(1)−1)*(M(2)−1)* . . . *(M(k)−1) (Eqn. 1)
An embodiment of the history pre-coder unit 220 is shown in
As shown in
Similarly, an embodiment of the history post-decoder unit 245 is shown in
A flow-chart of an exemplary embodiment of the Global Encoder 205 is given in
It might be expected that when converting a number to a mixed-based representation (i.e., a mixed modulus), the digits in each position would range from 0 to M−1, where the modulus M is determined by the number of possible signals, M. That is, if there are M possible signals or codes available to represent the digits (e.g., base 10 uses ten digits: 0 through 9, and base 5 uses five digits: 0 through 4), a typical conversion might use M values: 0 to M−1. Note, however, that the conversions described herein uses digits 0 through M−2, and thus uses a reduced modulus of M−1 compared to what would normally be available with a set of M signals, or vector code codewords. The advantages of using the reduced modulus values are described below.
The particular way this calculation is done in Step 520 is by representing the integer X whose binary representation is x(0), . . . , x(N−1), with x(0) being the least significant and x(N−1) being the most significant bit, as
X=Σl=1ky(i)Πj=1i−(M(j)−1). (Eqn. 2)
Many different algorithms may be used to perform this computation, as is known to those of skill in the art. For example, where 0≤X<257, so N=9, M(1)=M(2)=12, M(3)=6, then we have y(1)=X mod 11, y(2)=(X−y(1))/11 mod 11, and y(3)=(X−y(1)−11*y(2))/121.
One embodiment of a general procedure for pre-code unit 220 is outlined in
Other types of operations or the pre-code unit are also possible. For example, where M(i) is a power of 2, it is possible to ensure the distinctness of b and h using simple XOR arithmetic, as will be shown in the subsequent example of an ENRZ encoder.
An embodiment of the operation of the post-decoder unit 245 is shown in
The operation of an embodiment of the Global Decoder 260 is given in
As mentioned above, in some applications the Global Encoder 205 may only forward the incoming bits in subgroups to the corresponding communication sub-systems, and the Global Decoder 260 may just collect the incoming bit blocks and concatenate them to obtain the bits 270. Some such examples are discussed further below.
Clock Extraction
[Holden I] describes comparator-based detectors for vector signaling codes designed such that no comparator is presented with ambiguous decision conditions; that is, at all times each comparator output is either explicitly true, or explicitly false. An embodiment based on such codes and detectors may be combined with a simple transition detector to extract sub-system transition information (herein called the “edge signal”) to drive a clock extraction circuit, as in 235 of FIG. 2. Three circuits for these codes are detailed below. These are referred to in said descriptions as AH-DF-HPF, UDH-DF-HPF, and A-XOR.
The fourth type of clock extractor, referred to in said descriptions as PCD-DH, uses a per-codeword detector. This type of detector works with vector signaling codes in which the comparator outputs have ambiguous outputs.
In general, clock extraction embodiments detect changes in sub-system detector outputs. In some embodiments, only changes from one valid codeword to another valid codeword are detected, and in other embodiments decision feedback and/or hysteresis is provided to the input signal comparators to avoid extraneous transitions caused by signal reflections and noise. Any of a number of methods may then be used to analyze the edge signal to eliminate artifacts caused by near-simultaneous detector output transitions, including methods known to the art, producing a reliable sampling clock derived from the detector edges. One such embodiment incorporates fixed or variable delay stages and a simple state machine configured such that a clock output is produced a fixed delay time after the last edge signal transition, suppressing the effect of multiple edge signal transitions within the delay interval.
As will be apparent to one of skill in the art, propagation delay differences (also know as skew) within a communications channel group will result in different arrival times for receive data. If the amount of this skew is significant (i.e. more than a transmit unit interval), the teachings of [Holden I] may be applied to permit the coherent reconstruction of aggregated receive data.
Similarly, a communications system utilizing multiple sub-systems may generate a global receive clock by applying the same edge signal generation and sampling clock derivation methods using the individual sub-system receive clocks as inputs, and producing a global sampling clock suitable for sampling the aggregated receive data as obtained at 270 of
Code/Receiver Categories for Clock Extraction
The codes and the receivers that accompany them that are used with these clocking solutions can be divided into two categories. The first group of codes can be described as Unambiguous Comparator Output code/receiver (UCO). For these code/receiver combinations, the binary or multiwire comparator circuits used in the defined receiver have unambiguous outputs for every codeword in the code. An example of a code that is always UCO is the ENRZ code, also known as H4 code or Hadamard code of size 4, as described in [Cronie I].
The second group of codes can be called Ambiguous Comparator Output codes/receiver (ACO). In these code/receiver combinations, a given comparator is sometimes presented with inputs at the same level and thus has an ambiguous output for some codewords. These ambiguous outputs are later resolved in a decoder stage. An example of a code that is always ACO is the 8b8w code described in Cronie II.
In practical implementations, most codes are either UCO or ACO. There are a few codes that are ACO with one receiver implementation and UCO with another receiver implementation, typically with more complex multi-input analog detectors.
AH-DF-HPF—Analog Hysteresis Plus Decision Feedback High Pass Filter Clocking Solution
The following clocking solution is only applicable to UCO code/receiver solutions.
The simplest clock extraction embodiment adds an analog hysteresis function to each of the comparators in order to filter out the multiple zero crossing on the wires that are caused by noise and reflections, as illustrated in
The function of the hysteresis comparator can be described as follows:
For each detector, the hysteresis functions are applied to the comparators:
HysOffset=voltage value determined either statically or adaptively that exceeds the expected amplitude of reflections and other noise sources in the receive signal.
C(x)= Hysteresis(detector inputs(x), HysOffset)
In the following example, the value “x” is shown to range from 0 to 2 for clarity. This is the case for the ENRZ code. For other UCO codes, the value that “x” would range over is equal to the number of comparators.
The clock signal is created by using an exclusive-or function to look for changes on any of the wires. The code delivers a transition on one wire each clock:
Clock=(C(0) XOR Q(0)) OR (C(1) XOR Q(1)) OR (C(2) XOR Q(2))
For each comparator, the data is delayed by a delay line that has a nominal delay of one half of the unit interval (UI). The actual delay would depend on the implementation and may be somewhat less or more than one half the UI:
For each comparator, recover each bit with a D Flip-Flop (DFF) or cascade of latches in some implementations:
UDH-DF-HPF—Unrolled Digital hysteresis plus Decision Feedback High Pass Filter clocking solution
The following clocking solution is only applicable to UCO code/receiver solutions.
An embodiment of clocking solution AH-DF-HPF shown in
One embodiment uses two extra separate comparators that add and subtract a fixed value from the analog inputs, rather than using analog hysteresis feedback. The hysteresis function may then be implemented digitally.
Another embodiment uses a combined comparator that delivers three outputs, the regular comparator output, an output with the comparison done with the offset added, and a third with the comparison done with the offset subtracted.
This example uses the embodiment with separate comparators. In this example, the function of the regular comparators is described as follows:
The operation of the offset comparators adds the offset value to the comparator inputs before the comparison is done. It is be described as follows:
For a three-comparator code/receiver solution such as for the ENRZ code, the comparators are:
This circuit recovers the clock by comparing the flip-flop outputs with the comparator outputs from the opposite side of center:
The rest is the same as in the AH-DF-HPF embodiment.
A-XOR—Analog XOR clocking solution
An embodiment of clock extraction using Analog XOR clocking is shown in
Each comparator function is divided into two halves. The first half of each comparator is a linear low gain comparator that performs the function of the comparator with a linear output. Each of these linear values is then passed through an analog low-pass filter. Each linear value is compared against the analog low-pass filtered version of itself by an analog XOR circuit, which serves as the second half of the comparison function. Analog XOR circuits are well known in the art. The analog XOR circuit will produce a voltage output that has a higher value if the inputs have different values than if they have the same value.
The outputs of the three analog XOR circuits are summed. The output of the summer is passed through a limiting gain stage to give the signal sharp edges. This signal then forms the clock.
In parallel to the clock path, in the data path, the output of the low gain comparator is passed through a gain stage to form a regular binary comparator. The clock is used to sample this data.
A challenge with this circuit is that the detected change is less for some code transitions than for others. This circuit is also sensitive to reflections and noise.
PCD-DH—Per Codeword Detectors, Digital Hysteresis clocking solution
This embodiment is compatible with both UCO and ACO code/receiver solutions.
As illustrated in
These per-codeword outputs put out a high value if that codeword is present on the output of comparators 1910, and a low value if that codeword is not present. The circuit is implemented to have a roughly equal delay from the output of each of the comparators to the output of each of the per-codeword detector. An example of such an equal-delay circuit is a circuit that has a AND gate 1920 per codeword. That AND gate has the same number of legs as the number of comparators. The inputs of the legs of the AND gates are wired to the appropriate true or complement outputs of the comparators, here shown distinct true and complimentary inputs to each AND gate 1920. The particular decoded values shown are exemplary, and non-limiting.
When ACO codes are employed with this detector, the per-codeword detectors are only connected to those comparator outputs that are needed to detect that codeword and not to those that have an ambiguous value for that codeword.
The outputs of each of the per-codeword detectors is wired to the Set input of a per-codeword Resettable D Flip-Flop with the D input set to a high value (or equivalent circuit.) For purposes of illustration, the flip-flops 1930 are shown in
The described embodiment will catch the first instance within a clock cycle of a codeword being detected and will ignore subsequent reflections that cause zero-crossings.
Memory Links
As one specific example applying the previously described systems and methods, an embodiment is described of links connecting one or more Dynamic Random Access Memory (DRAM) units to a memory controller.
Traditionally, such links are byte-oriented, with each data byte communicated over 8 wires in a single-ended manner, and a 9th wire communicating a write mask signal identifying whether the data byte is to be applied or ignored in the associated memory operation. Two more wires provide a strobe signal using differential signaling. As has been noted in prior art such as [Wiley] and [Cornelius], the ability to embed the clock information into the data and hence eliminate the need for separate strobe signals can be advantageous. The following examples show several examples of vector signaling codes and how they can be used in conjunction with the general principles described above.
In order to have a system according to
257≤(M(1)−1)* . . . *(M(k)−1) (Eqn. 3)
as 256 distinct codewords are required to communicate 8 bits of data, and at least a 257th codeword is required to communicate the notification provided by the write mask signal that this data byte is to be ignored for this memory operation.
ENRZ is a vector signaling code obtained from a 4×4 Hadamard transform, as described in [Cronie I]. It has eight codewords and transmits them on 4 wires. The eight codewords are the four permutations of the vector (1, −⅓, −⅓, −⅓) and the four permutations of (−1, ⅓, ⅓, ⅓). In this case, k=3, and M(1)=M(2)=M(3)=8. The inequality of (Eqn. 3) is satisfied. The resulting embodiment is hereinafter called ENRZ3, referring to its three sub-systems, each utilizing ENRZ vector signaling code.
An exemplary operation of the encoder is detailed in
The pre-coding units 305 used in this example operate differently than the general pre-coding units described in
Each communication sub-system in this embodiment transmits 3 bits on its corresponding 4-wire interface. The number of wires is therefore 12. Each sub-system uses 3 multi-input comparators (also known as generalized comparators, as described in [Holden I]) to recover its bits. The output of these comparators can be used to do a clock recovery on every one of the sub-systems, according to the teachings above. There are therefore a total of 9 comparators.
The operation of the Global Decoder 260 in this embodiment may be as described in
The ISI ratio of this coding system, as defined in [Hormati] is 1, which is the lowest ISI ratio possible. This means that this coding system has a low susceptibility to ISI noise. This communication system uses 12 signal wires, and 9 comparators. To enable operation at high data rates, the wires have to be routed in 3 low-skew groups of 4 wires each.
S3 is a vector signaling code on three wires consisting of the 6 permutations of the vector (+1,0,−1). In this case, we may choose k=4, corresponding to four communication sub-systems in
An embodiment of the encoder is detailed in
The history units 320 each contain 3 bits corresponding to the bit sequences transmitted in the previous unit interval, and can be viewed as integers modulo 6, and called h0, h1, h2, and h3, respectively.
The pre-coding units 305 operate as described in
Each communication sub-system in this example transmits two or more bits on its corresponding 3-wire interface using ternary signaling. In preferred embodiments, the encoders 105 may conveniently represent their ternary output by generating two bit vectors of length 3 such that each bit vector has exactly one “1”, and the positions of the 1's in these vectors are disjoint. In operation, the first bit vector may encode the position of the +1 in the vector signaling codes S3, and the second bit vector may encode the position of the −1, in the sense that a +1 is transmitted on the wire where the first bit vector is 1, a −1 is transmitted on the wire where the second bit vector is 1, and a 0 is transmitted on the wire if neither bit vector is 1. It will be apparent to one familiar with the art that the described bit vectors may be used to drive transistors in an output line driver generating the desired +1 and −1 output signal values.
An example of the operation of such an encoder is described in
An exemplary embodiment of decoder 125 of
The post-decoder units in this embodiment operate as described in
The ISI ratio of this coding system is 2. This means that this coding system has a higher susceptibility to ISI noise than the ENRZ3 scheme. This communication system uses 12 signal wires, and 12 comparators. The wires have to be routed in 4 low-skew groups of 3 wires each.
The S4 code is a vector signaling code on four wires consisting of the 12 distinct permutations of the vector (+1, 0, 0, −1). This code can be detected using six pairwise comparators. The ISI ratio of this code is 2.
The P3 code is a vector signaling code on three wires consisting of the four codewords (1, 0, −1), (−1, 0, 1), (0, 1, −1), and (0, −1, 1). The codewords can be detected using the comparators x−y and (x+y)/2−z on the received signals (x,y,z) on the three wires. The ISI ratio of this code is 1.
For the communication system in
The Global Encoder 205 of
One embodiment of an encoder for the S4 code is given in
One embodiment of an encoder for the code P3 is given in
These example embodiments are for illustrative purposes only. They can be further optimized using methods well-known to those of skill in the art.
The ISI ratio of this coding system is 2. This means that this coding system has a higher susceptibility to ISI noise than the ENRZ3 scheme, but a similar susceptibility to ISI noise as S34. This is confirmed by statistical simulation results reported below.
This communication system uses 11 signal wires, and 14 comparators. The wires have to be routed in 2 low-skew groups of 4 wires and one low-skew group of 3 wires each.
OCT is a vector signaling code on three wires consisting of the 8 codewords ((0.6, −1, 0.4), ((−0.2, −0.8, 1), ((−0.8, −0.2, 1), ((1, −0.6, −0.4). This code can be detected using four comparators x−y, (x+2*z)/3−y, (y+2*z)/3−x, (x+y)/2−1 on input (x,y,z) which represent the received values on the three wires of the interface. This code was first described in [Shokrollahi I].
For the communication system in
In a first embodiment, Global Encoder 205 of
The ISI ratio of this coding system is 8/3. This means that this coding system has a higher susceptibility to ISI noise all the previous systems. This is confirmed by statistical simulation results reported below. This communication system uses 9 signal wires, and 12 comparators. The wires have to be routed in 3 low-skew groups of 3 wires each.
The code C18 is a vector signaling code on four wires consisting of the 18 codewords (−1, ⅓, −⅓, 1), (−1, ⅓, 1, −⅓), (−1, 1, −⅓, ⅓), (−1, 1, ⅓, −⅓), (−⅓, 1, −1, ⅓), (−⅓, 1, ⅓, −1), (⅓, −1, −⅓, 1), (⅓, −1, 1, −⅓), (1, −1, −⅓, ⅓), (1, −1, ⅓, −⅓), (1, −⅓, −1, ⅓), (1, −⅓, ⅓, −1), (−1, −⅓, ⅓, 1), (−1, −⅓, 1, ⅓), (−⅓, ⅓, −1, 1), (−⅓, ⅓, 1, −1), (⅓, 1, −1, −⅓), (⅓, 1, −⅓, −1).
This code can be detected using five comparators x−z, x−u, y−z, y−u, z−u on input (x,y,z,u) which represent the received values on the four wires of the interface. This code was first disclosed in [Shokrollahi II].
For the communication system in
This communication system can be made to work without a global encoder or a global decoder unit. The history pre-coding 220 and post-decoding 245 units may operate according to the procedures in
The ISI ratio of this coding system is 3. This means that this coding system has a higher susceptibility to ISI noise all the previous systems. This is confirmed by statistical simulation results reported below. This communication system uses 8 signal wires, and 10 comparators. The wires have to be routed in 2 low-skew groups of 4 wires each.
Statistical Simulations
For the simulations below, the peak-to-peak voltage between the top and low levels was chosen to be 200 mV, and a channel model was used that is based on conventional communications channel characteristics for microstrips routed between integrated circuit devices. The only equalization used is a Tx FIR with one pre- and one post-cursor. The channel represents a realistic mobile DRAM channel, operating at a signaling rate of 7 GBaud/second, with the interfaces transmitting one full byte (plus mask) in every unit interval. The total throughput is therefore 56 Gbps.
Simulations were done with statistical eye program software proprietary to Kandou Bus, called “KEYS”. For all the resulting eye diagrams the minimum horizontal and the minimum vertical eye openings as shown in Table I were recorded. Most of the time, these two minima don't occur within the same eye.
As can be seen, and is to be expected, the minimal horizontal eye opening is a decreasing function of the ISI ratio. Higher crosstalk and lower margin further reduces the vertical opening for all codes other than ENRZ3.
Multi-Phase Embodiments
For each of the examples shown, an alternate embodiment exists that can be made to run faster through parallel implementation, often called a multi-phase implementation. In some embodiments, the positions of the encoder and pre-coder as shown in
In one embodiment, in which an example transmit encoding function is shown in
Because the open-loop portion of said circuit does not use historical information, an embodiment incorporating multiple instantiations of the circuit can be implemented in parallel, as illustrated in the example transmit encoding function shown in
This parallel operation allows said open-loop encode circuit to have a markedly higher effective throughput. The outputs of said parallel circuits are then multiplexed back together into one output that said closed-loop encode circuit can operate on.
In the transmitter, the operation that said parallel open-loop encode circuit must perform is to break down the data input b(0) through b(L−1) into chunks that have M(K)−1 states.
The operation that said closed-loop encode circuit must perform is to compare the vector with the last vector that was sent. If said vectors are the same, the vector is replaced by the pre-defined repeat code.
In the receiver, the operation that said closed-loop decode circuit must perform is to compare the vector received with the repeat code. If said vectors are the same, said vector is then replaced by the vector that had been received immediately prior to the repeat code.
The operation that said parallel open-loop decode circuit must perform is to reassemble the vectors that have M(K)−1 states back into the data output of b(0) through b(L−1).
Said division of labor between the open-loop and closed-loop portions of the encoder and decoder circuits allows high speed implementations of vector signaling codes that modify the high frequency aspects of the interface. For example, embodiments utilizing the TL−3 and TL−4 codes of [Fox I] can be subdivided into their open-loop and closed-loop components and implemented at higher speed that would otherwise be possible. These two codes do not implement clock encoding, but rather lower the high-frequency spectral content of the vector signaling, thus reducing its power consumption.
In one transmitter embodiment, a transmitter comprises a global transmission encoder used for accepting input data to be partitioned across two or more sub-channels of a communications channel and generating a set of reduced-modulus sub-channel transmit data; a communications sub-systems for each of the two or more sub-channels, each comprising a data history pre-coder for accepting a respective one of the set of reduced-modulus sub-channel transmit data from the global transmission encoder and producing sub-channel transmit data based on the reduced modulus sub-channel transmit data and a prior codeword such that a signaling transition is provided by not retransmitting a given codeword in adjacent signaling intervals; a data encoder to encode the sub-channel transmit data into codewords of a vector signaling code; and a driver to produce physical signals representing the vector signaling code on the communications sub-channel.
In one such transmitter embodiment, the global transmission encoder performs a computation on the input data producing multiple results to be distributed among the two or more sub-channels.
In one such transmitter embodiment, each of the data coders maintains a history of at least one previous transmission interval to insure its sub-channel transmit data changes in each transmission interval.
In one such transmitter embodiment, the vector signaling code for each sub-channel is selected from a group consisting of: ENRZ, S3, OCT, C18, S4, and P3;
In one such transmitter embodiment, the vector signaling code for at least one sub-system is S4, and for at least one other sub-system is P3.
In one such transmitter embodiment, each of the data encoders maintains a history of at least one previous transmission interval to insure its transmit vector changes in each transmission interval. In a further such embodiment, the transmitter is implemented with parallel instantiations of the data history pre-coder.
In one receiver embodiment, a receiver comprises a circuit for receiving physical signals on a communications sub-channel; a data decoder for decoding the received signals representing a vector signaling code; a data post-decoder for accepting the decoded received signals and producing received sub-system data; a global decoder for accepting received sub-system data from each of the two or more communications sub-systems to be reconstituted into a received version of a set of input data.
In one such receiver embodiment, the timing of at least each communications sub-channel receiver is derived from signal transitions within its communications sub-channel.
In one such receiver embodiment, the global decoder performs a complementary computation on the received sub-system data to obtain the received version of the input data.
In one such receiver embodiment, each of the data post-decoders maintains a history of at least one previous reception interval to accurately produce its received sub-system data from the decoded received signals.
In one such receiver embodiment, the timing of at least one communications sub-channel receiver is derived from received signal transitions produced by the pre-coding of the corresponding sub-channel transmit data.
In one such receiver embodiment, the timing of the global decoder is obtained from the timing of at least one sub-channel receiver.
In once such receiver embodiment, each of the data decoders maintains a history of at least one previous reception interval to accurately deliver data to the post-decoder.
In one such receiver embodiment, the receiver is implemented with parallel instantiations of the post-decoder.
In once such receiver embodiment, the receiver further comprises a clock extraction circuit, wherein the clock extraction circuit further comprises one or more implementations from the group consisting of: analog hysteresis, decision feedback, digital decision feedback, offset comparators, analog XOR logic, per-codeword detector logic, and per-codeword flip-flops. In a further such embodiment, the outputs of the per-codeword flip-flops are combined together and passed through a delay line circuit. In a further such embodiment, the output of the delay line is used to clear the per-codeword flip-flops.
In one embodiment, a method 2400 as depicted by
In one embodiment a method 2500 as depicted by
This application is a continuation of U.S. application Ser. No. 16/031,875, filed Jul. 10, 2018, entitled “Clock-Embedded Vector Signaling Codes”, which is a continuation of U.S. application Ser. No. 15/390,293, filed Dec. 23, 2016, entitled “Vector Signaling Codes with High Pin-Efficiency for Chip-to-Chip Communication and Storage”, which is a continuation of U.S. application Ser. No. 15/176,085, filed Jun. 7, 2016, entitled “Clock-Embedded Vector Signaling Codes”, which is a continuation of U.S. application Ser. No. 14/636,098, filed Mar. 2, 2015, entitled “Clock-Embedded Vector Signaling Codes”, which claims the benefit of U.S. Provisional Application No. 61/946,574 filed on Feb. 28, 2014, all of which are hereby incorporated herein by reference in their entirety for all purposes. The field of the invention generally relates to communications systems for conveying information with vector signaling codes. The following references are herein incorporated by reference in their entirety for all purposes: U.S. Patent Publication No. 2011/0268225 of U.S. patent application Ser. No. 12/784,414, filed May 20, 2010, naming Harm Cronie and Amin Shokrollahi, entitled “Orthogonal Differential Vector Signaling”, hereinafter identified as [Cronie I]; U.S. patent application Ser. No. 13/030,027, filed Feb. 17, 2011, naming Harm Cronie, Amin Shokrollahi and Armin Tajalli, entitled “Methods and Systems for Noise Resilient, Pin-Efficient and Low Power Communications with Sparse Signaling Codes”, hereinafter identified as [Cronie II]; U.S. Provisional Patent Application No. 61/753,870, filed Jan. 17, 2013, naming John Fox, Brian Holden, Peter Hunt, John D Keay, Amin Shokrollahi, Richard Simpson, Anant Singh, Andrew Kevin John Stewart, and Giuseppe Surace, entitled “Chip-to-Chip Communication with Reduced SSO Noise”, hereinafter identified as [Fox I]; U.S. patent application Ser. No. 13/842,740, filed Mar. 15, 2013, naming Brian Holden, Amin Shokrollahi and Anant Singh, entitled “Methods and Systems for Skew Tolerance in and Advanced Detectors for Vector Signaling Codes for Chip-to-Chip Communication”, hereinafter identified as [Holden I]; U.S. Provisional Patent Application No. 61/934,804, filed Feb. 2, 2014, naming Ali Hormati and Amin Shokrollahi, entitled “Methods for Code Evaluation Using ISI Ratio”, hereinafter identified as [Hormati I]; U.S. Provisional Patent Application No. 61/934,807, filed Feb. 2, 2014, naming Amin Shokrollahi, entitled “Vector Signaling Codes with High pin-efficiency and their Application to Chip-to-Chip Communications and Storage”, hereinafter identified as [Shokrollahi I]; U.S. Provisional Patent Application No. 61/839,360, filed Jun. 23, 2013, naming Amin Shokrollahi, entitled “Vector Signaling Codes with Reduced Receiver Complexity”, hereinafter identified as [Shokrollahi II]. The following additional references to prior art have been cited in this application: U.S. Pat. No. 7,053,802, filed Apr. 22, 2004 and issued May 30, 2006, naming William Cornellus, entitled “Single-Ended Balance-Coded Interface with Embedded-Timing”, hereinafter identified as [Cornelius]; U.S. Pat. No. 8,064,535, filed Mar. 2, 2007 and issued Nov. 22, 2011, naming George Wiley, entitled “Three Phase and Polarity Encoded Serial Interface, hereinafter identified as [Wiley].
Number | Name | Date | Kind |
---|---|---|---|
3196351 | David | Jul 1965 | A |
3970795 | Allen | Jul 1976 | A |
4163258 | Ebihara et al. | Jul 1979 | A |
4499550 | Ray et al. | Feb 1985 | A |
4722084 | Morton | Jan 1988 | A |
4974211 | Corl | Nov 1990 | A |
5053974 | Penz | Oct 1991 | A |
5166956 | Baltus et al. | Nov 1992 | A |
5283761 | Gillingham | Feb 1994 | A |
5287305 | Yoshida | Feb 1994 | A |
5311516 | Kuznicki et al. | May 1994 | A |
5331320 | Cideciyan et al. | Jul 1994 | A |
5412689 | Chan et al. | May 1995 | A |
5449895 | Hecht et al. | Sep 1995 | A |
5461379 | Weinman | Oct 1995 | A |
5511119 | Lechleider | Apr 1996 | A |
5553097 | Dagher | Sep 1996 | A |
5689509 | Gaytan et al. | Nov 1997 | A |
5856935 | Moy et al. | Jan 1999 | A |
5889981 | Betker et al. | Mar 1999 | A |
5949060 | Schattschneider et al. | Sep 1999 | A |
5982954 | Delen et al. | Nov 1999 | A |
5995016 | Perino | Nov 1999 | A |
6005895 | Perino et al. | Dec 1999 | A |
6084883 | Norrell et al. | Jul 2000 | A |
6084958 | Blossom | Jul 2000 | A |
6097732 | Jung | Aug 2000 | A |
6154498 | Dabral et al. | Nov 2000 | A |
6226330 | Mansur | May 2001 | B1 |
6242321 | Acosta et al. | Jun 2001 | B1 |
6278740 | Nordyke | Aug 2001 | B1 |
6317465 | Akamatsu et al. | Nov 2001 | B1 |
6359931 | Perino et al. | Mar 2002 | B1 |
6378073 | Davis et al. | Apr 2002 | B1 |
6404820 | Postol | Jun 2002 | B1 |
6452420 | Wong | Sep 2002 | B1 |
6483828 | Balachandran et al. | Nov 2002 | B1 |
6504875 | Perino et al. | Jan 2003 | B2 |
6556628 | Poulton et al. | Apr 2003 | B1 |
6621427 | Greenstreet | Sep 2003 | B2 |
6621945 | Bissessur | Sep 2003 | B2 |
6650638 | Walker et al. | Nov 2003 | B1 |
6661355 | Cornelius et al. | Dec 2003 | B2 |
6766342 | Kechriotis | Jul 2004 | B2 |
6865234 | Agazzi | Mar 2005 | B1 |
6865236 | Terry | Mar 2005 | B1 |
6876317 | Sankaran | Apr 2005 | B2 |
6898724 | Chang | May 2005 | B2 |
6927709 | Kiehl | Aug 2005 | B2 |
6954492 | Williams | Oct 2005 | B1 |
6976194 | Cypher | Dec 2005 | B2 |
6982954 | Dhong et al. | Jan 2006 | B2 |
6990138 | Bejjani et al. | Jan 2006 | B2 |
6999516 | Rajan | Feb 2006 | B1 |
7023817 | Kuffner et al. | Apr 2006 | B2 |
7038486 | Aoyama et al. | May 2006 | B2 |
7039136 | Olson et al. | May 2006 | B2 |
7053802 | Cornelius | May 2006 | B2 |
7075996 | Simon et al. | Jul 2006 | B2 |
7085153 | Ferrant et al. | Aug 2006 | B2 |
7127003 | Rajan et al. | Oct 2006 | B2 |
7142612 | Horowitz et al. | Nov 2006 | B2 |
7167019 | Broyde et al. | Jan 2007 | B2 |
7167523 | Mansur | Jan 2007 | B2 |
7180949 | Kleveland et al. | Feb 2007 | B2 |
7184483 | Rajan | Feb 2007 | B2 |
7269212 | Chau et al. | Sep 2007 | B1 |
7356213 | Cunningham et al. | Apr 2008 | B1 |
7358869 | Chiarulli et al. | Apr 2008 | B1 |
7389333 | Moore et al. | Jun 2008 | B2 |
7400276 | Sotiriadis et al. | Jul 2008 | B1 |
7535957 | Ozawa et al. | May 2009 | B2 |
7583209 | Duan | Sep 2009 | B1 |
7613234 | Raghavan et al. | Nov 2009 | B2 |
7620116 | Bessios et al. | Nov 2009 | B2 |
7633850 | Ahn | Dec 2009 | B2 |
7656321 | Wang | Feb 2010 | B2 |
7706456 | Laroia et al. | Apr 2010 | B2 |
7706524 | Zerbe | Apr 2010 | B2 |
7746764 | Rawlins et al. | Jun 2010 | B2 |
7808456 | Chen et al. | Oct 2010 | B2 |
7808830 | Kasuta | Oct 2010 | B2 |
7841909 | Murray et al. | Nov 2010 | B2 |
7868790 | Bae | Jan 2011 | B2 |
7869546 | Tsai | Jan 2011 | B2 |
7899653 | Hollis | Mar 2011 | B2 |
8050332 | Chung et al. | Nov 2011 | B2 |
8055095 | Palotai et al. | Nov 2011 | B2 |
8064535 | Wiley | Nov 2011 | B2 |
8085172 | Li et al. | Dec 2011 | B2 |
8149906 | Saito et al. | Apr 2012 | B2 |
8159375 | Abbasfar | Apr 2012 | B2 |
8159376 | Abbasfar | Apr 2012 | B2 |
8180931 | Lee et al. | May 2012 | B2 |
8199849 | Oh et al. | Jun 2012 | B2 |
8199863 | Chen et al. | Jun 2012 | B2 |
8209580 | Varnica et al. | Jun 2012 | B1 |
8218670 | Abou | Jul 2012 | B2 |
8245094 | Jiang et al. | Aug 2012 | B2 |
8274311 | Liu | Sep 2012 | B2 |
8279094 | Abbasfar | Oct 2012 | B2 |
8279745 | Dent | Oct 2012 | B2 |
8279976 | Lin et al. | Oct 2012 | B2 |
8284848 | Nam et al. | Oct 2012 | B2 |
8289914 | Li et al. | Oct 2012 | B2 |
8295250 | Gorokhov et al. | Oct 2012 | B2 |
8359445 | Perego et al. | Jan 2013 | B2 |
8365035 | Hara | Jan 2013 | B2 |
8406315 | Tsai | Mar 2013 | B2 |
8437440 | Zhang et al. | May 2013 | B1 |
8442099 | Sederat | May 2013 | B1 |
8442210 | Zerbe | May 2013 | B2 |
8451913 | Oh et al. | May 2013 | B2 |
8472513 | Malipatil et al. | Jun 2013 | B2 |
8498344 | Wilson et al. | Jul 2013 | B2 |
8498368 | Husted et al. | Jul 2013 | B1 |
8520493 | Goulahsen | Aug 2013 | B2 |
8539318 | Shokrollahi et al. | Sep 2013 | B2 |
8577284 | Seo et al. | Nov 2013 | B2 |
8578246 | Mittelholzer et al. | Nov 2013 | B2 |
8588254 | Diab et al. | Nov 2013 | B2 |
8588280 | Oh et al. | Nov 2013 | B2 |
8593305 | Tajalli et al. | Nov 2013 | B1 |
8620166 | Guha | Dec 2013 | B2 |
8638241 | Sudhakaran et al. | Jan 2014 | B2 |
8644497 | Clausen et al. | Feb 2014 | B2 |
8649445 | Cronie et al. | Feb 2014 | B2 |
8649460 | Ware et al. | Feb 2014 | B2 |
8687968 | Nosaka et al. | Apr 2014 | B2 |
8718184 | Cronie et al. | May 2014 | B1 |
8755426 | Cronie et al. | Jun 2014 | B1 |
8773964 | Hsueh et al. | Jul 2014 | B2 |
8780687 | Clausen et al. | Jul 2014 | B2 |
8831440 | Yu et al. | Sep 2014 | B2 |
8879660 | Peng et al. | Nov 2014 | B1 |
8897134 | Kern et al. | Nov 2014 | B2 |
8938171 | Tang et al. | Jan 2015 | B2 |
8949693 | Ordentlich et al. | Feb 2015 | B2 |
8951072 | Hashim et al. | Feb 2015 | B2 |
8989317 | Holden et al. | Mar 2015 | B1 |
8996740 | Wiley et al. | Mar 2015 | B2 |
9015566 | Cronie et al. | Apr 2015 | B2 |
9071476 | Fox et al. | Jun 2015 | B2 |
9077386 | Holden et al. | Jul 2015 | B1 |
9093791 | Liang | Jul 2015 | B2 |
9100232 | Hormati et al. | Aug 2015 | B1 |
9124557 | Fox et al. | Sep 2015 | B2 |
9165615 | Amirkhany et al. | Oct 2015 | B2 |
9197470 | Okunev | Nov 2015 | B2 |
9231790 | Wiley et al. | Jan 2016 | B2 |
9246713 | Shokrollahi | Jan 2016 | B2 |
9251873 | Fox et al. | Feb 2016 | B1 |
9288082 | Ulrich et al. | Mar 2016 | B1 |
9288089 | Cronie et al. | Mar 2016 | B2 |
9300503 | Holden et al. | Mar 2016 | B1 |
9331962 | Lida et al. | May 2016 | B2 |
9362974 | Fox et al. | Jun 2016 | B2 |
9363114 | Shokrollahi et al. | Jun 2016 | B2 |
9401828 | Cronie et al. | Jul 2016 | B2 |
9432082 | Ulrich et al. | Aug 2016 | B2 |
9432298 | Smith | Aug 2016 | B1 |
9455765 | Schumacher et al. | Sep 2016 | B2 |
9461862 | Holden et al. | Oct 2016 | B2 |
9479369 | Shokrollahi | Oct 2016 | B1 |
9509437 | Shokrollahi | Nov 2016 | B2 |
9537644 | Jones et al. | Jan 2017 | B2 |
9634797 | Benammar et al. | Apr 2017 | B2 |
9667379 | Cronie et al. | May 2017 | B2 |
9710412 | Sengoku | Jul 2017 | B2 |
10055372 | Shokrollahi | Aug 2018 | B2 |
20010006538 | Simon et al. | Jul 2001 | A1 |
20020044316 | Myers | Apr 2002 | A1 |
20020057592 | Robb | May 2002 | A1 |
20020152340 | Dreps et al. | Oct 2002 | A1 |
20020154633 | Shin et al. | Oct 2002 | A1 |
20020174373 | Chang | Nov 2002 | A1 |
20020181607 | Izumi | Dec 2002 | A1 |
20030086366 | Branlund et al. | May 2003 | A1 |
20030117184 | Fecteau et al. | Jun 2003 | A1 |
20040057525 | Rajan et al. | Mar 2004 | A1 |
20040146117 | Subramaniam et al. | Jul 2004 | A1 |
20040155802 | Lamy et al. | Aug 2004 | A1 |
20040161019 | Raghavan et al. | Aug 2004 | A1 |
20040169529 | Afghahi et al. | Sep 2004 | A1 |
20040170231 | Bessios et al. | Sep 2004 | A1 |
20040239374 | Hori | Dec 2004 | A1 |
20050027876 | Umei et al. | Feb 2005 | A1 |
20050174841 | Ho | Aug 2005 | A1 |
20050213686 | Love et al. | Sep 2005 | A1 |
20060013331 | Choi et al. | Jan 2006 | A1 |
20060126751 | Bessios | Jun 2006 | A1 |
20060159005 | Rawlins et al. | Jul 2006 | A1 |
20060236174 | Whetsel | Oct 2006 | A1 |
20060251421 | Arnon | Nov 2006 | A1 |
20060291589 | Eliezer et al. | Dec 2006 | A1 |
20070030796 | Green | Feb 2007 | A1 |
20070164883 | Furtner | Jul 2007 | A1 |
20070263711 | Theodor et al. | Nov 2007 | A1 |
20080013622 | Bao et al. | Jan 2008 | A1 |
20080104374 | Mohamed | May 2008 | A1 |
20080159448 | Anim-Appiah et al. | Jul 2008 | A1 |
20080192621 | Suehiro | Aug 2008 | A1 |
20080316070 | Van et al. | Dec 2008 | A1 |
20090046009 | Fujii | Feb 2009 | A1 |
20090059782 | Cole | Mar 2009 | A1 |
20090112551 | Hollis | Apr 2009 | A1 |
20090154604 | Lee et al. | Jun 2009 | A1 |
20090195281 | Tamura et al. | Aug 2009 | A1 |
20100046644 | Mazet | Feb 2010 | A1 |
20100054355 | Kinjo et al. | Mar 2010 | A1 |
20100081451 | Mueck et al. | Apr 2010 | A1 |
20100122021 | Lee et al. | May 2010 | A1 |
20100215112 | Tsai et al. | Aug 2010 | A1 |
20100215118 | Ware et al. | Aug 2010 | A1 |
20100235673 | Abbasfar | Sep 2010 | A1 |
20100296556 | Rave et al. | Nov 2010 | A1 |
20100309964 | Oh et al. | Dec 2010 | A1 |
20110014865 | Seo et al. | Jan 2011 | A1 |
20110072244 | Lindholm et al. | Mar 2011 | A1 |
20110084737 | Oh et al. | Apr 2011 | A1 |
20110122767 | Dent | May 2011 | A1 |
20110127990 | Wilson et al. | Jun 2011 | A1 |
20110235501 | Goulahsen | Sep 2011 | A1 |
20110268225 | Cronie et al. | Nov 2011 | A1 |
20110286497 | Nervig | Nov 2011 | A1 |
20110299555 | Cronie et al. | Dec 2011 | A1 |
20110302478 | Cronie et al. | Dec 2011 | A1 |
20110317559 | Kern et al. | Dec 2011 | A1 |
20120082242 | Narroschke et al. | Apr 2012 | A1 |
20120213299 | Cronie et al. | Aug 2012 | A1 |
20120243589 | Desjardins | Sep 2012 | A1 |
20130010892 | Cronie et al. | Jan 2013 | A1 |
20130013870 | Cronie et al. | Jan 2013 | A1 |
20130114392 | Sun et al. | May 2013 | A1 |
20130159584 | Nygren et al. | Jun 2013 | A1 |
20130188656 | Ferraiolo et al. | Jul 2013 | A1 |
20130259113 | Kumar | Oct 2013 | A1 |
20130346830 | Ordentlich et al. | Dec 2013 | A1 |
20140112376 | Wang et al. | Apr 2014 | A1 |
20140177645 | Cronie et al. | Jun 2014 | A1 |
20140198841 | George et al. | Jul 2014 | A1 |
20140254642 | Fox et al. | Sep 2014 | A1 |
20140269130 | Maeng et al. | Sep 2014 | A1 |
20140376604 | Verlinden et al. | Dec 2014 | A1 |
20150063494 | Simpson et al. | Mar 2015 | A1 |
20150078479 | Whitby-Strevens | Mar 2015 | A1 |
20150092532 | Shokrollahi et al. | Apr 2015 | A1 |
20150195005 | De Lind Van Wijngaarden et al. | Jul 2015 | A1 |
20150222458 | Hormati et al. | Aug 2015 | A1 |
20150236885 | Ling et al. | Aug 2015 | A1 |
20150249559 | Shokrollahi et al. | Sep 2015 | A1 |
20150333940 | Shokrollahi | Nov 2015 | A1 |
20150349835 | Fox et al. | Dec 2015 | A1 |
20150365263 | Zhang et al. | Dec 2015 | A1 |
20150380087 | Mittelholzer et al. | Dec 2015 | A1 |
20150381768 | Fox et al. | Dec 2015 | A1 |
20160020824 | Ulrich et al. | Jan 2016 | A1 |
20160036616 | Holden et al. | Feb 2016 | A1 |
20160218894 | Fox et al. | Jul 2016 | A1 |
20160380787 | Hormati et al. | Dec 2016 | A1 |
20170272285 | Shokrollahi et al. | Sep 2017 | A1 |
20180299921 | Rajwani et al. | Oct 2018 | A1 |
20190103903 | Yang | Apr 2019 | A1 |
20190199557 | Taylor et al. | Jun 2019 | A1 |
20190238379 | Walk | Aug 2019 | A1 |
20190245560 | Yang | Aug 2019 | A1 |
Number | Date | Country |
---|---|---|
1864346 | Nov 2006 | CN |
101276645 | Oct 2008 | CN |
101854223 | Oct 2010 | CN |
101999116 | Mar 2011 | CN |
102254571 | Jun 2015 | CN |
0425064 | May 1991 | EP |
2039221 | Feb 2013 | EP |
2003163612 | Jun 2003 | JP |
2005032000 | Apr 2005 | WO |
2009084121 | Jul 2009 | WO |
2010031824 | Mar 2010 | WO |
2011119359 | Sep 2011 | WO |
2011153000 | Dec 2011 | WO |
Entry |
---|
Abbasfar, Aliazam , “Generalized Differential Vector Signaling”, IEEE International Conference on Communications, ICC '09, Jun. 14, 2009, 1-5 (5 pages). |
Anonymous , “Constant-weight code”, Wikipedia.org, retrieved on Feb. 6, 2017, (3 pages). |
Brown, L. , et al., “V.92: The Last Dial-Up Modem?”, IEEE Transactions on Communications, IEEE Service Center, Piscataway, NJ. USA, vol. 52, No. 1, Jan. 1, 2004, 54-61 (8 pages). |
Cheng, Wei-Chung , et al., “Memory Bus Encoding for Low Power: A Tutorial”, Proceedings of the IEEE 2001. 2nd International Symposium on Quality Electronic Design, Mar. 28, 2001, 199-204 (6 pages). |
Counts, Lew , et al., “One-Chip “Slide Rule” Works with Logs, Antilogs for Real-Time Processing”, Analog Devices, Computational Products 6, Reprinted from Electronic Design, May 2, 1985, 3-9 (7 pages). |
Dasilva, Victor , et al., “Multicarrier Orthogonal CDMA Signals for Quasi-Synchronous Communication Systems”, IEEE Journal on Selected Areas in Communications, vol. 12, No. 5, Jun. 1994, 842-852 (11 pages). |
Elmhurst, Daniel , et al., “A 1.8 128-MB 125-MHz Multi-level Cell Flash Memory With Flexible Read While Write”, IEEE Journal of Solid-State Circuits, vol. 38, No. 11, Nov. 2003, 1929-1933 (5 pages). |
Farzan, Kamran , et al., “Coding Schemes for Chip-to-Chip Interconnect Applications”, IEEE Transactions on Very Large Scale Integration (VLSI) Systems, vol. 14, No. 4, Apr. 2006, 393-406 (14 pages). |
Giovaneli, Carlos Lopez, et al., “Space-Frequency Coded OFDM System for Multi-Wire Power Line Communications”, Power Line Communications and Its Applications, 2005 International Symposium on Vancouver, BC, Canada, IEEE XP-002433844, Apr. 6-8, 2005, 191-195 (5 pages). |
Healey, Adam , et al., “A Comparison of 25 Gbps NRZ & PAM-4 Modulation used in Legacy & Premium Backplane Channels”, Tyco Electronics Corporation, DesignCon 2012, Jan. 2012, 1-16 (16 pages). |
Holden, Brian , “An exploration of the technical feasibility of the major technology options for 400GE backplanes”, IEEE 802.3 400GE Study Group, Geneva, CH, Jul. 16, 2013, 1-18 (18 pages). |
Holden, Brian , “Simulation results for NRZ, ENRZ & PAM-4 on 16-wire full-sized 400GE backplanes”, IEEE 802.3 400GE Study Group, York, UK, Sep. 2, 2013, 1-19 (19 pages). |
Holden, Brian , “Using Ensemble NRZ Coding for 400GE Electrical Interfaces”, IEEE 802.3 400GE Study Group, May 17, 2013, 1-24 (24 pages). |
Jiang, Anxiao , et al., “Rank Modulation for Flash Memories”, IEEE Transactions of Information Theory, vol. 55, No. 6, Jun. 2009, 2659-2673 (16 pages). |
Oh, Dan , et al., “Pseudo-Differential Vector Signaling for Noise Reduction in Single-Ended Signaling Systems”, DesignCon 2009, Rambus Inc., Jan. 2009, (22 pages). |
Poulton, John , “Multiwire Differential Signaling”, UNC-CH Department of Computer Science Version 1.1, Aug. 6, 2003, 1-20 (20 pages). |
She, James , et al., “A Framework of Cross-Layer Superposition Coded Multicast for Robust IPTV Services over WiMAX”, IEEE Wireless Communications and Networking Conference, Apr. 15, 2008, 3139-3144 (6 pages). |
Skliar, Osvaldo , et al., “A Method for the Analysis of Signals: the Square-Wave Method”, Revista de Matematical Teoria y Aplicationes, vol. 15, No. 2, Mar. 2008, 109-129 (21 pages). |
Slepian, David , “Permutation Modulation”, Proceedings of the IEE, vol. 53, No. 3, Mar. 1965, 228-236 (9 pages). |
Stan, Mircea , et al., “Bus-Invert Coding for Low-Power I/O”, IEEE Transactions on Very Large Scale Integration (VLSI) Systems, vol. 3, No. 1, Mar. 1995, 49-58 (10 pages). |
Tallini, Luca , et al., “Transmission Time Analysis for the Parallel Asynchronous Communication Scheme”, IEEE Transactions on Computers, vol. 52, No. 5,, May 2003, 558-571 (14 pages). |
Wang, Xin , et al., “Applying CDMA Technique to Network-on-Chip”, IEEE Transactions on Very Large Scale Integration (VLSI) Systems, vol. 15, No. 10, Oct. 1, 2007, 1091-1100 (10 pages). |
Riley, M. W. , et al., “Cell Broadband Engine Processor: Design and Implementation”, IBM Journal of Research and Development, vol. 51, No. 5, Sep. 2007, 545-557 (13 pages). |
Number | Date | Country | |
---|---|---|---|
20190363916 A1 | Nov 2019 | US |
Number | Date | Country | |
---|---|---|---|
61946574 | Feb 2014 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 16031875 | Jul 2018 | US |
Child | 16533592 | US | |
Parent | 15390293 | Dec 2016 | US |
Child | 16031875 | US | |
Parent | 15176085 | Jun 2016 | US |
Child | 15390293 | US | |
Parent | 14636098 | Mar 2015 | US |
Child | 15176085 | US |