Skip to content

Bi-directional code converter: Binary code to Gray code & Gray code to Binary code.

License

Notifications You must be signed in to change notification settings

msaf9/bi-directional-code-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Bi-directional code converter: Binary code to Grey code & Grey code to Binary code.

Table of contents

  1. Introduction
  2. Technologies
  3. Project status
  4. Installation
  5. License

Introduction

Design and development of Bi-directional code converter: Binary code to Grey code & Grey code to Binary code using Logisim.

  • Course Name: Digital System Design
  • Course Code: 15EC1101
  • Course Credits: 4
  • Academic Year: 2016 - 17

Table

Decimal Number Binary Code Grey Code
0 0000 0000
1 0001 0001
2 0010 0011
3 0011 0010
4 0100 0110
5 0101 0111
6 0110 0101
7 0111 0100
8 1000 1100
9 1001 1101
10 1010 1111
11 1011 1110
12 1100 1010
13 1101 1011
14 1110 1001
15 1111 1000

Technologies

  • Logisim

Project status

Completed

Installation

Get repository

git https://github.com/msaf9/BidirectionalCodeConverter.git
cd BidirectionalCodeConverter

License

About

Bi-directional code converter: Binary code to Gray code & Gray code to Binary code.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages