Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support custom PROGRAM_PREFIX | Miodrag Milanovic | 2020-04-10 | 1 | -7/+7 |
| | |||||
* | backends: smt2: use $(CXX) variable for compiler | Sean Cross | 2019-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | The Makefile assumes the compiler is called `gcc`, which isn't always true. In fact, if we're building on msys2 or msys2-64, the compiler is called `i686-w64-mingw32-g++` or `x86_64-w64-mingw32-g++`. Use the variable instead of hardcoding the name, to fix building on these systems. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
* | Install launcher executable when running yosys-smtbmc on Windows. | William D. Jones | 2019-03-13 | 1 | -1/+17 |
| | | | | Signed-off-by: William D. Jones <thor0505@comcast.net> | ||||
* | Use `realpath` | jpathy | 2018-08-06 | 1 | -1/+1 |
| | | | Use `os.path.realpath` instead to make sure symlinks are followed. This is also required to work for nix package manager. | ||||
* | Added yosys-smtbmc copyright | Clifford Wolf | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | Improvements in yosys-smtbmc | Clifford Wolf | 2015-10-14 | 1 | -5/+4 |
| | |||||
* | Added yosys-smtbmc | Clifford Wolf | 2015-10-14 | 1 | -0/+14 |
| | |||||
* | Added write_smt2 (only gate level logic supported so far) | Clifford Wolf | 2014-12-24 | 1 | -0/+3 |