Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/msaf9/3-bit-gray-code-counter-using-jk-flip-flop
- Owner: msaf9
- License: mit
- Created: 2022-05-05T07:50:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T02:01:59.000Z (8 months ago)
- Last Synced: 2024-03-06T03:23:20.261Z (8 months ago)
- Topics: gray, logisim
- Language: Java
- Homepage:
- Size: 765 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)