Question: Transmission Vectored Bit: A 4 - Bit Parity Vector ( P 1 - P 4 ) are interlaced with the 8 - bit Data Vector
Transmission Vectored Bit: A Bit Parity Vector PP are interlaced with the bit
Data Vector D:D and an additional parity bit P is appended to the bit hamming
code to ensure that the entire bit vector is even parity:
P P D P D D D P D D D DP
Create an ECC Generator, at the IO Controller from the bit Data Vector. The
output of the ECC Generator will be the Bit Vector.
Construct a bit Data Transmission bus to send the bit binary data and parity
bits over to Memory.
Hex Displays Memory IO Controller
Construct an ECC Detector at Main Memory that corrects for single bit errors.
Generally an interrupterror handler is used to handle errors from the OS for this exercise
we will use Hex displays, for data and for an error status, for diagnostic purposes:
In the event that no error has occurred, your design must display the data transferred
using the Hex data displays and a as an error status.
For single bit transmission errors, your system must correct the error and display the
data along with C in the rd Hex Display.
For bit transmission errors, your design must display E in the error status display.
Make sure that the ECC Generator, the Data Transmission bus, and the ECC Detector
are completely connected.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
