Skip to content

LuisMLopez-dev/Digital-Logic-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Digital-Logic-Tool WIP

This is a C program that simulates logic gates for both 1-bit comparisons and 8-bit (byte) comparisons.

Currently a work in progress, and the planned features include:

  • 1-bit comparisons for logic gates: AND, OR, NOT, NAND, NOR, XOR, XNOR
  • 8-bit comparisons for logic gates: AND, OR, NOT, NAND, NOR, XOR, XNOR
  • Truth table generation for the logic gates mentioned above
  • A clean CLI (command-line interface)

Additionally, all logic gate functions will be contained in a .h file for reusability and to keep the .c file clean and readable.

About

This is a C program that simulates logic gates for 1-bit comparisons and 8-bit, or byte, comparisons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages