Skip to content

Ashwin-op/CMOS_Circuit_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMOS Circuit Generator

Converting Boolean Expressions to CMOS Circuits.

Requirements

Usage

pip3 install -r requirements.txt

python3 main.py

Information

Available operators: and, iff, impl, nand, nor, not, nxor, or, xnor, xor

Example Input: A and B or not C xor D

Sample Outputs

Output 1

Output 2

Releases

No releases published

Packages

No packages published

Languages