cjdrake / pyeda

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

Instantiate expression/tt from .pla file #173

Open b0guslaw opened 1 year ago

b0guslaw commented 1 year ago

While very nicely implemented features, both the pla parser and the espresso implementation seem disjointed from the rest of the library. I don't see a documented or easy way to convert the parsed and processed data to a truthtable or use any of the other espresso_* functions with it.