aboutsummaryrefslogtreecommitdiffstats
path: root/backends/smt2/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* backends: smt2: use $(CXX) variable for compilerSean Cross2019-09-081-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. Jones2019-03-131-1/+17
| | | | Signed-off-by: William D. Jones <thor0505@comcast.net>
* Use `realpath` jpathy2018-08-061-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 copyrightClifford Wolf2015-10-141-1/+1
|
* Improvements in yosys-smtbmcClifford Wolf2015-10-141-5/+4
|
* Added yosys-smtbmcClifford Wolf2015-10-141-0/+14
|
* Added write_smt2 (only gate level logic supported so far)Clifford Wolf2014-12-241-0/+3