aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt/share.cc
Commit message (Expand)AuthorAgeFilesLines
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-251-29/+29
* Fixed sharing of $memrd cellsClifford Wolf2015-09-121-0/+4
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-141-1/+1
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
* Replaced ezDefaultSAT with ezSatPtrClifford Wolf2015-02-211-13/+13
* Less aggressive "share" defaultsClifford Wolf2015-02-101-4/+6
* Added ENABLE_NDEBUG makefile optionsClifford Wolf2015-01-241-0/+4
* Added statehash to ezSATClifford Wolf2014-12-291-2/+6
* 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
* Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-281-2/+2
* More dict/pool related changesClifford Wolf2014-12-271-9/+9
* Improved TopoSort determinismClifford Wolf2014-11-071-3/+5
* Fixed various VS warningsClifford Wolf2014-10-181-2/+2
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-53/+53
* 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
* resource sharing of $alu cellsClifford Wolf2014-10-031-3/+21
* namespace YosysClifford Wolf2014-09-271-1/+1
* 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
* Removed $bu0 cell typeClifford Wolf2014-09-041-1/+0
* Moved "share" and "wreduce" to passes/opt/Clifford Wolf2014-09-011-0/+987