Skip to content

Python script to convert regular logical expressions into NAND/NOR format.

Notifications You must be signed in to change notification settings

dtbpkmte/UniversalGateConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

UniversalGateConverter

Python script to convert regular logical expressions into NAND/NOR format.

Usage: python UniGConv.py

Note: logical expression should use Logisim format (' ' for AND operator, '+' for OR operator, '~' for NOT operator, and parentheses)

Example input:

nor:A (B + C)  # output: ~(~A+~(B+C))

About

Python script to convert regular logical expressions into NAND/NOR format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages