Skip to content

This repository contains a python script that converts a Boolean Expression to a .SIM file (circuit netlist description).

Notifications You must be signed in to change notification settings

SubZer0811/BE2SIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BE2SIM

This repository contains a python script that converts a Boolean Expression to a .SIM file (circuit netlist description) which can be used in softwares like irsim.

Running

python3 be2sim.py

DISCLAIMER: Make sure 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 that converts a Boolean Expression to a .SIM file (circuit netlist description).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages