pyeda
pyeda copied to clipboard
Python EDA
Hi, Since %install_ext is deprecated, then how one can install, https://raw.github.com/cjdrake/ipython-magic/master/gvmagic.py inside a jupyter cell?
I'm looking for the preliminary preparation of using your code to optimize netlist, but I find that your code has not been updated for a long time. Would you like...
Had problems installing via pip and windows with python 3.10.0 and pip 21.3.1 with ERROR exit status 1. Solution I found was downgrading python to 3.9.6 (and subsequently pip is...
What is the proper way to install on Anaconda?
"Logic minimization is known to be an NP-complete problem" Is it really?
Ran into a problem where python hangs (I'm guessing trying to use too much memory, and segfault, but can't be sure) when I'm trying to take a large-ish expression (output...
I am trying to generate BDDs with a very predictable structure. I have a method that works for very small problems, but is too expensive to generate the BDD for...
I am trying to minimize some large logic expressions using espresso, such as: (b | c | d | e | f | g | h | i | j...
I know I'm probably missing something simple and stupid, but here's the stage: - Expression is an alternating nest: ``` Or( And( Or( And(var, var, ...), And(var, var, ...), ......
When literals are assumed which are not in the expression it would help to just ignore it. Therefor I would propose the change in the following line: https://github.com/cjdrake/pyeda/blob/554ee53aa678f4b61bcd7e07ba2c74ddc749d665/pyeda/boolalg/expr.py#L736 `assumptions =...