qm 0.2
Quine-McCluskey two-level logic minimization method.
Quine-McCluskey two-level logic minimization method.
Copyright 2008, Robert Dick <dickrp@northwestern.edu> with improvements from Pat Maupin <pmaupin@gmail.com>.
Routines to compute the optimal sum of products implementation from sets of don't-care terms, minterms, and maxterms.
- Command-line usage example:
- qm.py -o1,2,5 -d0,7
- Library usage example:
- import qm print qm.qm(ones=[1, 2, 5], dc=[0, 7])
Please see the license file for legal information.
- Author: Robert Dick <dickrp at northwestern edu>
- Home Page: http://ziyang.ece.northwestern.edu/~dickrp/python/mods.html
- Download URL: http://ziyang.ece.northwestern.edu/~dickrp/python/qm-0.2.tar.gz
- License: modified Python
- Categories
- Package Index Owner: Robert Dick
- DOAP record: qm-0.2.xml
Log in to rate this package.
