Skip to content

This repository contains a python script which converts a Boolean Expression to a .sim file.

Notifications You must be signed in to change notification settings

arjunrajasekharan/CMOS-Circuit-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CMOS Circuit Generator

This repository contains a python script which converts a Boolean Expression to a .sim file which is used for designing CMOS circuits.

Running

python3 BEtosim.py

NOTE: It is necessary to use paranthesis wherever possible.
e.g. !A.B.C should be writtern as (((!(A)).B).C). The input variables can be any alphabet. The final output is 'out'.The following gates can be used:

  1. '+' (OR)
  2. '.' (AND)
  3. '!' (NOT)

About

This repository contains a python script which converts a Boolean Expression to a .sim file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages