Content deleted Content added
→top: copy edit and link |
→Overview: copy edit and link |
||
Line 3:
== Overview ==
The Bus-Invert encoding technique uses an extra signal (INV) to indicate the “polarity” of the data.
=== Usage Situations===
Line 19 ⟶ 18:
# If the Hamming distance is larger than n/2, set invert = 1, and make the next bus value equal to the inverted next data value.
# Otherwise let invert = 0, and let the next bus value equal to the next data value.
# At the receiver side the contents of the bus must be conditionally inverted according to the invert line, unless the data is not stored encoded as it is (e.g., in a RAM). In any case, the vaue of invert must be transmitted over the bus (the method increases the number of
== Example ==
|