Create an ECC Generator, at the I 0 Controller from the 8-bit Data Vector. Construct a 12-bit Data Transmission bus to send the binary data and parity bits over to Memory.

CS370 Lab 2 Creating circuits

Problem Statement: The predominant storage inside computer systems are on disks drives. SCSI disks are the standard disks in most Unix Workstations from Sun, HP, SOL and other vendors. They are also the standard disks in Macintoshes and Higher-end Intel PC’s, especially network servers. Consider the Wide Ultra4 SCSI which transfers data packets in 16-bit bursts at 160 MHz with a maximum throughput of 320 MB sec. The data transfers at higher rates can result in random-noise pulse changes from a 0 to 1 and 1 to a 0. As the speed of processors and electronic communications increases, these parity flips become more prevalent and the inability to detect when these errors occur can be fatal. As a Design Engineer you have been requested to create system for the transmission of these 8-bit packets from an I 0 Controller to Memory using Error Correcting Code over 12-bit data bus line. Wide SCSI contains a 68bit bus: however for the sake of simplification we are only concerned with the data bits. The other bits in the SCSI bus are for bus arbitration, synchronization, power management. etc. In this project, we will use even parity.

Hex Displays –Memory — I.0 Controller

Transmission Vectored Bit: A 4-Bit Parity Vector (131-134) are interlaced with the 8-bit Data Vector (DI:Ds): P1 P2 DI P3 D2 D3 D4 134 Ds D6 D, Ds

) Create an ECC Generator, at the I 0 Controller from the 8-bit Data Vector. The output of the ECC Generator will be the 4-Bit Parity Vector.

) Construct a 12-bit Data Transmission bus to send the binary data and parity bits over to Memory.

) Construct an ECC Detector at Main Memory that corrects for single bit errors.

Generally, an interrupt error handler is used to handle errors from the OS. for this exercise we will use 3 Hex displays. 2 for data and 1 for an error status. for diagnostic purposes:

In the event that no error has occurred. your design must display the data transferred using the 2 Hex data displays and a “0” as an error status.

For single bit transmission errors, your system must correct the error and display the data along with “C” in the 3rd Hex Display.

For multiple bit transmission errors, your design must display “E” in the error status display.

Submission Instructions:
1. Write a Readme text file that includes (1) your group member names and the contribution of each member (who did what); (2) list each file enclosed in your submission package and briefly explain its function and usage.

Submit your LogicWorks files including your circuit schematic file (.cct) and your library file (.clf).

In your .cct file, document each section using the Text tool (Ctrl_E) so that the grader knows how it works.

Note that documentation is essential for full credit.

Create an ECC Generator, at the I 0 Controller from the 8-bit Data Vector. Construct a 12-bit Data Transmission bus to send the binary data and parity bits over to Memory.
Scroll to top