aboutsummaryrefslogtreecommitdiffstats
path: root/passes/sat/sat.cc
Commit message (Expand)AuthorAgeFilesLines
* sat: Add -set-def-formal option to force defined $any* outputsJannis Harder2022-11-281-6/+22
* Add extra time at the end of a sat VCD traceClaire Xenia Wolf2022-11-011-0/+1
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* use the new isPublic() in a few placesN. Engelhardt2020-09-141-1/+1
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
* Drive-by modernization in sat.ccClaire Wolf2020-06-091-4/+4
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-6/+6
* kernel: use more ID::*Eddie Hung2020-04-021-2/+2
* Suppress warning message for init[i] = 1'bxEddie Hung2019-12-111-1/+2
* Revert "Be mindful that sigmap(wire) could have dupes when checking \init"Eddie Hung2019-10-081-4/+1
* Be mindful that sigmap(wire) could have dupes when checking \initEddie Hung2019-10-021-1/+4
* Ignore all 1'bx in (* init *)Eddie Hung2019-08-271-3/+1
* In sat: 'x' in init attr should not override constantEddie Hung2019-08-221-0/+2
* substr() -> compare()Eddie Hung2019-08-071-3/+3
* Remove std:: namespaceEddie Hung2019-08-071-5/+5
* stoi -> atoiEddie Hung2019-08-071-13/+13
* Use std::stoi instead of atoi(<str>.c_str())Eddie Hung2019-08-061-13/+13
* Add a few more filename rewritesBen Widawsky2019-06-201-0/+4
* Add missing enable_undef to "sat -tempinduct-def", fixes #883Clifford Wolf2019-05-021-0/+1
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* Removed $timescale from "sat" command VCD writerClifford Wolf2018-03-291-1/+0
* Run log_flush() before solving in sat commandClifford Wolf2016-09-061-0/+3
* Moved SatHelper::setup_init() code to SatHelper::setup()Clifford Wolf2016-07-241-97/+92
* Added $initstate support to "sat" commandClifford Wolf2016-07-231-13/+12
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
* Improved formatting of "sat" output tablesClifford Wolf2016-04-051-5/+5
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-251-6/+6
* Added sat -show-regs, -show-public, -show-allClifford Wolf2015-08-181-0/+39
* Re-created command-reference-manual.tex, copied some doc fixes to online helpClifford Wolf2015-08-141-1/+1
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-141-1/+1
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
* don't consider blackbox modules in "sat" commandClifford Wolf2015-04-181-7/+5
* Added non-std verilog assume() statementClifford Wolf2015-02-261-11/+29
* Fixed "sat -initsteps" off-by-one bugClifford Wolf2015-02-221-1/+1
* Added "sat -stepsize" and "sat -tempinduct-step"Clifford Wolf2015-02-211-21/+64
* sat docu changeClifford Wolf2015-02-211-0/+3
* When "sat -tempinduct-baseonly -maxsteps N" reaches maxsteps it is a good thing.Clifford Wolf2015-02-211-0/+5
* Added "sat -tempinduct-baseonly -tempinduct-inductonly"Clifford Wolf2015-02-211-66/+92
* Fixed basecase init for "sat -tempinduct"Clifford Wolf2015-02-211-1/+6
* Replaced ezDefaultSAT with ezSatPtrClifford Wolf2015-02-211-36/+37
* format fixes in "sat -dump_json"Clifford Wolf2015-02-191-18/+17
* Added "sat -dump_json" (WaveJSON format)Clifford Wolf2015-02-191-4/+92
* Improved an error messageClifford Wolf2015-01-281-1/+1
* Added "sat -show-ports"Clifford Wolf2015-01-271-2/+7
* Added log_warning() APIClifford Wolf2014-11-091-2/+2
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-1/+1
* namespace YosysClifford Wolf2014-09-271-6/+6
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-1/+1
* azonenberg: Make dump_vcd save model when temporal induction fails due to ste...Clifford Wolf2014-08-241-0/+2
* Added "sat -prove-skip"Clifford Wolf2014-08-081-2/+16