summaryrefslogtreecommitdiff
path: root/passes/sat
Commit message (Collapse)AuthorAge
* 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 ↵Clifford Wolf2014-08-24
| | | | step limit
* 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
|
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
|
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-27
|
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-27
|
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-27
|
* Changed more code to the new RTLIL::Wire constructorsClifford Wolf2014-07-26
|
* Changed a lot of code to the new RTLIL::Wire constructorsClifford Wolf2014-07-26
|
* More RTLIL::Cell API usage cleanupsClifford Wolf2014-07-26
|
* Added RTLIL::Cell::has(portname)Clifford Wolf2014-07-26
|
* Manual fixes for new cell connections APIClifford Wolf2014-07-26
|
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-26
| | | | | | | | | git grep -l 'connections_' | xargs sed -i -r -e ' s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g; s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g; s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g; s/(->|\.)connections_.push_back/\1connect/g; s/(->|\.)connections_/\1connections()/g;'
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-26
|
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-25
|
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-23
|
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-23
|
* Fixed all users of SigSpec::chunks_rw() and removed itClifford Wolf2014-07-23
|
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3Clifford Wolf2014-07-23
|
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3Clifford Wolf2014-07-23
|
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 1/3Clifford Wolf2014-07-23
|
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, ↵Clifford Wolf2014-07-22
| | | | created interim RTLIL::SigSpec::chunks_rw()
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
|
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
|