Add ice40 test_dsp_map test case generator
[yosys.git] / libs / ezsat /
2019-01-02 Clifford WolfMerge pull request #770 from whitequark/opt_expr_cmp
2019-01-02 Clifford WolfMerge pull request #755 from Icenowy/anlogic-dram-init
2019-01-02 Clifford WolfMerge pull request #750 from Icenowy/anlogic-ff-init
2019-01-02 Clifford WolfMerge pull request #773 from whitequark/opt_lut_elim_fixes
2019-01-02 Clifford WolfMerge pull request #772 from whitequark/synth_lut
2019-01-02 Clifford WolfMerge pull request #771 from whitequark/techmap_cmp2lut
2019-01-02 Clifford WolfMerge pull request #769 from whitequark/typos
2019-01-02 whitequarkFix typographical and grammatical errors and inconsiste...
2017-11-28 Clifford WolfMerge pull request #462 from daveshah1/up5k
2017-11-27 Clifford WolfMerge branch 'master' into btor-ng
2017-11-26 Clifford WolfMerge pull request #460 from mithro/g3-fixes
2017-11-26 Tim 'mithro' Ansellminisat: Only define __STDC_XXX_MACROS if not already...
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-02-13 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-02-13 Clifford WolfAdded "int ceil_log2(int)" function
2015-08-14 Clifford WolfSpell check (by Larry Doolittle)
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-02-01 Clifford WolfMerge pull request #48 from rubund/master
2015-02-01 Clifford WolfImproved performance in equiv_simple
2015-01-24 Clifford WolfAdded ENABLE_NDEBUG makefile options
2014-12-29 Clifford WolfAdded statehash to ezSAT
2014-10-18 Clifford WolfFixed various VS warnings
2014-10-17 Clifford WolfMore win32 (mxe and vs) build fixes
2014-10-17 Clifford WolfVarious win32 / vs build fixes
2014-10-17 William SpeirsHeader changes so it will compile on VS
2014-10-11 Clifford WolfNot using std::to_string in ezsat (problems with mingw)
2014-10-11 Clifford WolfDisabled ezminisat timeout feature for Win32
2014-10-10 Clifford WolfRenamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because...
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-07-30 Clifford WolfAdded native support for shift operations to ezSAT
2014-07-25 Clifford WolfRemoved Minisat dependency on zlib
2014-07-21 Clifford WolfAdded ezSAT::keep_cnf() and ezSAT::non_incremental()
2014-07-20 Clifford WolfFixed ezSAT stand-alone build
2014-05-09 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-05-06 Clifford WolfImproved ezsat stand-alone tests
2014-03-12 Siesh1ooMerge branch 'master' of https://github.com/Siesh1oo...
2014-03-12 Clifford WolfAdded libs/minisat (copy of minisat git master)
2014-03-11 Clifford WolfMerged a few fixes for non-posix systems from github...
2014-03-10 Siesh1oo - libs/ezsat/ezminisat.cc: use sigemptyset() to clear...
2014-03-10 Siesh1oo - libs/ezsat/ezminisat.cc: use POSIX.2001 sigaction...
2014-03-10 Siesh1oo - libs/ezsat/ezsat.cc: need to #include <cmath> or...
2014-03-05 Clifford WolfSwitched to EZMINISAT_SIMPSOLVER as default SAT solver
2014-03-03 Clifford WolfezSAT: Added frozen_literal() API
2014-03-03 Clifford WolfezSAT: Fixed handling of eliminated Literals, added...
2014-03-01 Clifford WolfAdded ezSAT::eliminated API to help the SAT solver...
2014-03-01 Clifford WolfezSAT bugfix: don't call virtual methods in base class...
2014-03-01 Clifford WolfRemoved ezSAT::assumed() API
2014-03-01 Clifford WolfRemoved ezSAT built-in brute-froce solver
2014-02-23 Clifford WolfAdded support for Minisat::SimpSolver + ezSAT frezze...
2014-02-22 Clifford WolfAdded ezMiniSat EZMINISAT_INCREMENTAL compile-time...
2014-02-22 Clifford WolfMade MiniSat solver backend configurable in ezminisat.h
2014-02-18 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-02-18 Clifford WolfImproved non-verbose ezSAT::printDIMACS() format
2013-11-25 Clifford WolfAdded ezsat vec_const() api
2013-11-25 Clifford WolfRemoved undef feature from ezsat api
2013-11-03 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-10-31 Clifford WolfChanged MiniSAT feater defines again
2013-10-30 Clifford WolfFixed ezminisat C++ errors: undef PRIi64
2013-10-11 Clifford WolfFixed minisat include
2013-08-15 Clifford WolfAdded ezsat api for creation of anonymous vectors
2013-08-11 Clifford WolfAdded SAT support for $div and $mod cells
2013-07-05 Clifford WolfFixed gcc warnings in ezminisat
2013-06-20 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-06-20 Clifford WolfAdded timout functionality to SAT solver
2013-06-12 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-06-12 Clifford WolfFixed gcc build (c++11 stuff in ezSAT)
2013-06-09 Clifford WolfAdded ezSAT api support for don't care values in models
2013-06-08 Clifford WolfFixes and improvements in ezSAT library
2013-06-07 Clifford WolfImproved sat generator and sat_solve pass
2013-06-07 Clifford WolfAdded ezSAT library