Design and development of 3-Bit Gray Code Counter with JK Flip Flop using Logisim.
- Course Name: Computer Organisation and Architecture
- Course Code: 15EM2001
- Course Credits: 4
- Academic Year: 2016 - 17
Decimal Number | Binary Code | Gray Code |
---|---|---|
0 | 000 | 000 |
1 | 001 | 001 |
2 | 010 | 011 |
3 | 011 | 010 |
4 | 100 | 110 |
5 | 101 | 111 |
6 | 110 | 101 |
7 | 111 | 100 |
- Logisim
Completed
git https://github.com/msaf9/3-bit-gray-code-counter-using-jk-flip-flop.git
cd 3-bit-gray-code-counter-using-jk-flip-flop