aboutsummaryrefslogtreecommitdiffstats
path: root/passes/sat/sat.cc
Commit message (Collapse)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
| | | | | | | Otherwise the final values will not show up in gtkwave waveforms when looking at the generated traces. Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
| | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g;
* 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
| | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com>
* 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
| | | | This reverts commit f46ac1df9f8847dac9d9851f2f948d93a1064ff1.
* 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
| | | | | | | | | | This now allows a full pipeline to work, something such as: yosys -p "synth_ecp5 -json ~/work/fpga/prjtrellis/examples/ecp5_evn/blinky.v" Otherwise, you will get something along the lines of: ERROR: Can't open output file `~/work/fpga/prjtrellis/examples/ecp5_evn/blinky.v' for writing: No such file or directory Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
* Add missing enable_undef to "sat -tempinduct-def", fixes #883Clifford Wolf2019-05-021-0/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
| | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established)
* Removed $timescale from "sat" command VCD writerClifford Wolf2018-03-291-1/+0
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* 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 ↵Clifford Wolf2014-08-241-0/+2
| | | | step limit
* Added "sat -prove-skip"Clifford Wolf2014-08-081-2/+16
|