summaryrefslogtreecommitdiff
path: root/passes/sat
Commit message (Expand)AuthorAge
* Imported yosys 0.7Ruben Undheim2016-11-03
* Squashed commit of the following:Ruben Undheim2016-09-23
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-25
* renamed SigSpec::to_single_sigbit() to SigSpec::as_bit(), added is_bit()Clifford Wolf2015-10-24
* Added sat -show-regs, -show-public, -show-allClifford Wolf2015-08-18
* Re-created command-reference-manual.tex, copied some doc fixes to online helpClifford Wolf2015-08-14
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-14
* Added "miter -assert"Clifford Wolf2015-07-25
* Fixed trailing whitespacesClifford Wolf2015-07-02
* Added logic-loop error handling to freduceClifford Wolf2015-06-30
* don't consider blackbox modules in "sat" commandClifford Wolf2015-04-18
* Added non-std verilog assume() statementClifford Wolf2015-02-26
* Fixed "sat -initsteps" off-by-one bugClifford Wolf2015-02-22
* Added "sat -stepsize" and "sat -tempinduct-step"Clifford Wolf2015-02-21
* sat docu changeClifford Wolf2015-02-21
* When "sat -tempinduct-baseonly -maxsteps N" reaches maxsteps it is a good thing.Clifford Wolf2015-02-21
* Added "sat -tempinduct-baseonly -tempinduct-inductonly"Clifford Wolf2015-02-21
* Fixed basecase init for "sat -tempinduct"Clifford Wolf2015-02-21
* Replaced ezDefaultSAT with ezSatPtrClifford Wolf2015-02-21
* format fixes in "sat -dump_json"Clifford Wolf2015-02-19
* Added "sat -dump_json" (WaveJSON format)Clifford Wolf2015-02-19
* Improved an error messageClifford Wolf2015-01-28
* Added "sat -show-ports"Clifford Wolf2015-01-27
* Moved equiv stuff to passes/equiv/Clifford Wolf2015-01-22
* Progress in equiv_simpleClifford Wolf2015-01-21
* Added equiv_simpleClifford Wolf2015-01-19
* Added equiv_statusClifford Wolf2015-01-19
* Added equiv_make commandClifford Wolf2015-01-19
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-24
* Added log_warning() APIClifford Wolf2014-11-09
* Renamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because of name collision on Win32Clifford Wolf2014-10-10
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
* namespace YosysClifford Wolf2014-09-27
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-06
* Fixes in old SAT example.ysClifford Wolf2014-09-01
* Moved "share" and "wreduce" to passes/opt/Clifford Wolf2014-09-01
* azonenberg: Make dump_vcd save model when temporal induction fails due to ste...Clifford Wolf2014-08-24
* Renamed $_INV_ cell type to $_NOT_Clifford Wolf2014-08-15
* Fixed "share" for complex scenarios with never-active cellsClifford Wolf2014-08-09
* Do not share any $reduce_* cells (its complicated and not worth it anyways)Clifford Wolf2014-08-09
* Fixed sharing of reduce operatorClifford Wolf2014-08-08
* Added "sat -prove-skip"Clifford Wolf2014-08-08
* Use "-keepdc" in "miter -equiv -flatten"Clifford Wolf2014-08-07
* Fixed "share" for memory read portsClifford Wolf2014-08-03
* Removed at() method from RTLIL::IdStringClifford Wolf2014-08-02
* More bugfixes related to new RTLIL::IdStringClifford Wolf2014-08-02
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-02
* Renamed modwalker.h to modtools.hClifford Wolf2014-07-31
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-31
* Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-31