aboutsummaryrefslogtreecommitdiffstats
path: root/backends/smt2/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* smtbmc: Add native json based witness format + smt2 backend supportJannis Harder2022-08-161-1/+15
| | | | | | | | | | | | | | | | | | | | This adds a native json based witness trace format. By having a common format that includes everything we support, and providing a conversion utility (yosys-witness) we no longer need to implement every format for every tool that deals with witness traces, avoiding a quadratic opportunity to introduce subtle bugs. Included: * smt2: New yosys-smt2-witness info lines containing full hierarchical paths without lossy escaping. * yosys-smtbmc --dump-yw trace.yw: Dump results in the new format. * yosys-smtbmc --yw trace.yw: Read new format as constraints. * yosys-witness: New tool to convert witness formats. Currently this can only display traces in a human-readable-only format and do a passthrough read/write of the new format. * ywio.py: Small python lib for reading and writing the new format. Used by yosys-smtbmc and yosys-witness to avoid duplication.
* Support custom PROGRAM_PREFIXMiodrag Milanovic2020-04-101-7/+7
|
* 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