summaryrefslogtreecommitdiff
path: root/passes/sat/freduce.cc
Commit message (Collapse)AuthorAge
* namespace YosysClifford Wolf2014-09-27
|
* Renamed $_INV_ cell type to $_NOT_Clifford Wolf2014-08-15
|
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-31
|
* 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
|
* 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
|
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
|
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
|
* Removed deprecated module->new_wire()Clifford Wolf2014-07-21
|
* Fixed bug in freduce commandClifford Wolf2014-03-07
|
* Some minor code cleanups in freduce commandClifford Wolf2014-03-07
|
* Added freduce -dumpClifford Wolf2014-03-06
|
* Added freduce -stopClifford Wolf2014-03-06
|
* fixed freduce for Minisat::SimpSolver: use frozen_literal()Clifford Wolf2014-03-03
|
* Improved performance of freduce input cone reductionClifford Wolf2014-01-04
|
* Improved freduce performance on const signalsClifford Wolf2014-01-04
|
* Performance improvements in freduce passClifford Wolf2014-01-03
|
* More freduce cleanupsClifford Wolf2014-01-03
|
* Cleanups in freduce commandClifford Wolf2014-01-03
|
* Use selection in freduce commandClifford Wolf2014-01-03
|
* Another small freduce cleanup/bugfixClifford Wolf2014-01-03
|
* More freduce cleanups and bugfixesClifford Wolf2014-01-03
|
* Fixed more complex undef cases in freduceClifford Wolf2014-01-02
|
* More "freduce" related fixes and improvementsClifford Wolf2014-01-02
|
* Some cleanups in freduce -inv mode (and switched from -noinv to -inv)Clifford Wolf2014-01-02
|
* Major rewrite of "freduce" commandClifford Wolf2014-01-02
|
* freduce performance fixClifford Wolf2013-08-10
|
* Added -try option to freduce passClifford Wolf2013-08-08
|
* Fixed topological ordering in freduce passClifford Wolf2013-08-07
|
* Small bugfixes in freduce passClifford Wolf2013-08-06
|
* Added freduce commandClifford Wolf2013-08-06