-
### Version
Yosys 0.9 (git sha1 1979e0b)
### On which OS did this happen?
Linux
### Reproduction Steps
i tried to convert serial adder verilog to aiger with the following code:
`read -…
-
**Describe the bug**
I get an aig of a sequential circuit by abc and yosys, and read in the aig by `lorina::read_aiger`. However, when I try to run technology mapping and during the step of cut enume…
-
Hi,
the function
https://github.com/mvcisback/py-aiger/blob/1f1d95265c9744c605011fd80e2c139745a78e5e/aiger/aig.py#L283
fails to parse some aag files, such as
https://raw.githubusercontent.com/…
-
Hi! When I am installing the package from both pip and the GitHub version, I met such a problem:
```
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstric…
-
This is a tracking issue to update the version of LLVM in the Darwin stdenv. I am breaking this out of #229786 into a tracking issue so I can submit and track PRs for the work I have done while I work…
-
### Feature Description
Hi, I found that techmap pass uses topological sorting, resulting in techmap pass results that are not unique. Is there any way to make techmap's results unique?
Thanks!
…
-
### Subject
[Build] for compilation-related issues.
### Describe the bug
I've tried building openroad several times, but I keep getting the error.
Each time I try to build, I get a differen…
-
After not working on a code for a while and then update python-sat, I have an issue which didn't happen before when trying to load a CNF from file.
```
from pysat.formula import CNF
formula = CNF(…
-
Hello.
I ran into an issue when trying to parse aiger files.
Here is a simple example .aag file.
aag 0 0 0 2 0
0
0
which when loaded produces the following error:
>>> ai…
-
Dear,
I had a question regarding the reading of AIGs. Say I have a multi-output AIG, how do I convert this into multiple Boolean expressions (BoolExpr)?
In the examples, I only saw code for sing…