Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msaf9/3-bit-gray-code-counter-using-jk-flip-flop

3-Bit Gray Code Counter with JK Flip Flop.
https://github.com/msaf9/3-bit-gray-code-counter-using-jk-flip-flop

gray logisim

Last synced: about 7 hours ago
JSON representation

3-Bit Gray Code Counter with JK Flip Flop.

Awesome Lists containing this project

README

        

3-Bit Gray Code Counter Using JK Flip Flop


3-Bit Gray Code Counter with JK Flip Flop.

Table of contents

- [Introduction](#introduction)
- [Course Information](#course-information)
- [Table](#table)
- [Tool](#tool)
- [Project status](#project-status)
- [Installation](#installation)
- [Get repository](#get-repository)
- [License](#license)

## 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
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](LICENSE)