aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed build with SMALL=1Clifford Wolf2014-12-301-0/+3
|
* Added statehash to ezSATClifford Wolf2014-12-291-2/+6
|
* Cleanups in opt_cleanClifford Wolf2014-12-291-10/+10
|
* dict/pool changes in opt_cleanClifford Wolf2014-12-291-5/+5
|
* Converting "share" to dict<> and pool<> completeClifford Wolf2014-12-291-34/+42
|
* Switched most of "share" to dict<> and pool<>Clifford Wolf2014-12-291-16/+17
|
* using dict and pool in opt_reduceClifford Wolf2014-12-281-5/+5
|
* bugfix in opt_shareClifford Wolf2014-12-281-0/+1
|
* Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-284-5/+5
|
* More dict/pool related changesClifford Wolf2014-12-271-9/+9
|
* More hashtable finetuningClifford Wolf2014-12-273-3/+3
|
* Replaced std::unordered_set (nodict) with Yosys::poolClifford Wolf2014-12-262-3/+3
|
* Replaced std::unordered_map as implementation for Yosys::dictClifford Wolf2014-12-262-2/+2
|
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-264-13/+17
|
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-241-3/+3
|
* Improved TopoSort determinismClifford Wolf2014-11-072-4/+6
|
* Added "opt -full" alias for all more aggressive optimizationsClifford Wolf2014-10-313-7/+29
|
* Fixed various VS warningsClifford Wolf2014-10-182-3/+3
|
* Don't be too smart with $dff cells with "init" attribute on out signalClifford Wolf2014-10-161-1/+1
|
* Some cleanups in opt_cleanClifford Wolf2014-10-161-16/+9
|
* Wrapped init in std::set constructorWilliam Speirs2014-10-151-2/+2
|
* Do not the 'z' modifier in format string (another win32 fix)Clifford Wolf2014-10-111-2/+2
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-104-113/+113
|
* sat encoding for exclusive $pmux ctrl inputs in "share" passClifford Wolf2014-10-031-4/+16
|
* added resource sharing of $macc cellsClifford Wolf2014-10-031-3/+261
|
* Added $_BUF_ cell typeClifford Wolf2014-10-031-2/+2
|
* remove buffers in opt_cleanClifford Wolf2014-10-031-0/+13
|
* resource sharing of $alu cellsClifford Wolf2014-10-031-3/+21
|
* Added support for "keep" on modulesClifford Wolf2014-09-292-2/+2
|
* namespace YosysClifford Wolf2014-09-278-17/+45
|
* Re-enabled assert for new logic loops in "share" passClifford Wolf2014-09-211-4/+1
|
* Various improvements regarding logic loops in "share" resultsClifford Wolf2014-09-211-37/+108
|
* Logic loop bugfix for "share" passClifford Wolf2014-09-211-3/+7
|
* Added "share -limit"Clifford Wolf2014-09-211-1/+13
|
* Still loop bug in "share": changed assert to warningClifford Wolf2014-09-211-13/+25
|
* Do not introduce new logic loops in "share"Clifford Wolf2014-09-211-6/+47
|
* Assert on new logic loops in "share" passClifford Wolf2014-09-211-0/+48
|
* Fixed wreduce $shiftx handlingClifford Wolf2014-09-151-1/+1
|
* Cleanup in wreduceClifford Wolf2014-09-141-11/+8
|
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-2/+2
|
* Fixed "opt_const -fine" for $pos cellsClifford Wolf2014-09-041-9/+4
|
* Removed $bu0 cell typeClifford Wolf2014-09-043-10/+7
|
* Moved "share" and "wreduce" to passes/opt/Clifford Wolf2014-09-013-0/+1342
|
* Using std::vector<RTLIL::State> instead of RTLIL::Const for ↵Clifford Wolf2014-09-011-1/+1
| | | | RTLIL::SigChunk::data
* Added design->scratchpadClifford Wolf2014-08-308-64/+19
|
* Optimize shift ops with constant rhs in opt_constClifford Wolf2014-08-241-0/+35
|
* Added some additional log messages to opt_constClifford Wolf2014-08-241-1/+10
|
* Renamed toposort.h to utils.hClifford Wolf2014-08-171-1/+1
|
* Added "opt -fast"Clifford Wolf2014-08-161-19/+45
|
* Renamed $_INV_ cell type to $_NOT_Clifford Wolf2014-08-151-6/+6
|