CoSA icon indicating copy to clipboard operation
CoSA copied to clipboard

CoreIR Symbolic Analyzer

Results 5 CoSA issues
Sort by recently updated
recently updated
newest added

Yosys now has a Python API using `boost_python`. Enable it with: `sudo make install ENABLE_PYOSYS=1 ENABLE_LIBYOSYS=1` We can use this to encode the Verilog directly from RTLIL instead of going...

enhancement

This would restructure the BTOR encoder to use a dictionary look-up for each function, instead of a sequence of `if`s. Furthermore, it lazily casts between `bool` and `BV(1)` with a...

Just a reminder for me to address this when there’s time. It would be nice if parsing errors gave a line number. Especially for STS/ETS files. This might be harder...

enhancement

This also causes a bug in for loops with the condition (i >= 0) because everything defaults to unsigned comparisons.

bug