cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
301 stars 55 forks source link

Computing ALL prime implicants in and to LUT form (with don't cares') #146

Closed sejkko closed 5 years ago

sejkko commented 6 years ago

I was searching for a way to use Pyeda to feed a BoolFunction in LookUp table form as input and get all the prime implicants in LUT form with don't care symbols (like espresso does with one of its options for retrieval of all and not only essentials).

It seemed to me like one of your new features may be doing this but I could not figure it out.