0% found this document useful (0 votes)
2 views

Assignment2

The assignment requires students to design a circuit for converting 4-bit Gray code to 4-bit Binary code using only 2-input gates. Demonstration is scheduled for January 28, 2025, and grading will focus on correctness, design quality, wire optimization, and cleanliness. Students must provide a report with a circuit diagram and details of the implementation, referencing Kohavi's book for guidance.

Uploaded by

subhamyadav1921
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Assignment2

The assignment requires students to design a circuit for converting 4-bit Gray code to 4-bit Binary code using only 2-input gates. Demonstration is scheduled for January 28, 2025, and grading will focus on correctness, design quality, wire optimization, and cleanliness. Students must provide a report with a circuit diagram and details of the implementation, referencing Kohavi's book for guidance.

Uploaded by

subhamyadav1921
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

CS224: Assignment 2

Weightage: 8%

Date of Demonstration: 28th January 2025 (3PM-6PM) in H/W Lab.

Problem Statement: Design Gray code to Binary code conversion circuit.

Implementation using Breadboard and ICs

Consider the above Gray code to Binary code conversion where input is a 4 bits Gray code and output is a
4-bit Binary code. Implement and Demonstrate this code conversion. You are only allowed to use 2 inputs
gates like (AND, OR, NOR, NAND gates).

Use the corresponding ICs. For a variable (a), either produce its complement (a’) using some gates or
assume both are available at the input. Use whatever is convenient to you.

Guidelines:

• All the member of the group need to be present at the time of Demonstration of the assignment.
All the absent members will be awarded 0 marks for the assignment. Please show your ID card at
the time of demonstration.
• the grading will be based on (a) Correctness, (b) Quality of design, (c) Wire optimization, (d)
Optimum number of chip used, (e) Cleanliness in design (Wire and Chips should be organized to
look good), (f) Use of proper Comment/Naming/Labeling of the wires and (g) Questionnaire and
explanation.
• In the report, draw a clear diagram of your code conversion circuit. Explain the steps followed to
obtain the optimized design. Credit will be given to optimized design. Clearly mentioned the IC
used in your experiment.
• Read the topic from Kohavi’s book before implementing the same.
o Z. Kohavi and N. Jha, Switching and Finite Automata Theory, 3rd Ed., Cambridge University
Press, 2010.

You might also like