Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 454 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 454 Bytes

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