/3-bit-gray-code-counter-using-jk-flip-flop

3-Bit Gray Code Counter with JK Flip Flop.

Primary LanguageJavaMIT LicenseMIT

3-Bit Gray Code Counter Using JK Flip Flop

3-Bit Gray Code Counter with JK Flip Flop.

Table of contents

Introduction

Design and development of 3-Bit Gray Code Counter with JK Flip Flop using Logisim.

Course Information

  • Course Name: Computer Organisation and Architecture
  • Course Code: 15EM2001
  • Course Credits: 4
  • Academic Year: 2016 - 17

Table

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

Tool

  • Logisim

Project status

Completed

Installation

Get repository

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

License

MIT License