Converting Boolean Expressions to CMOS Circuits.
pip3 install -r requirements.txt
python3 main.py
Available operators: and
, iff
, impl
, nand
, nor
, not
, nxor
, or
, xnor
, xor
Example Input: A and B or not C xor D
Converting Boolean Expressions to CMOS Circuits.
pip3 install -r requirements.txt
python3 main.py
Available operators: and
, iff
, impl
, nand
, nor
, not
, nxor
, or
, xnor
, xor
Example Input: A and B or not C xor D