summaryrefslogtreecommitdiff
path: root/passes/opt/opt_share.cc
Commit message (Collapse)AuthorAge
* Bugfix for cell hash cache option in opt_share.Mingyu Gao2015-08-11
|
* Fixed trailing whitespacesClifford Wolf2015-07-02
|
* Added opt_share -share_allClifford Wolf2015-05-31
|
* Using design->selected_modules() in opt_*Clifford Wolf2015-02-03
|
* bugfix in opt_shareClifford Wolf2014-12-28
|
* Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-28
|
* More hashtable finetuningClifford Wolf2014-12-27
|
* Replaced std::unordered_map as implementation for Yosys::dictClifford Wolf2014-12-26
|
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-26
|
* Added support for "keep" on modulesClifford Wolf2014-09-29
|
* namespace YosysClifford Wolf2014-09-27
|
* Using std::vector<RTLIL::State> instead of RTLIL::Const for ↵Clifford Wolf2014-09-01
| | | | RTLIL::SigChunk::data
* Added design->scratchpadClifford Wolf2014-08-30
|
* RIP $safe_pmuxClifford Wolf2014-08-14
|
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-02
|
* Replaced sha1 implementationClifford Wolf2014-08-01
|
* Renamed port access function on RTLIL::Cell, added param access functionsClifford 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
|
* 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
|
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
|
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
|
* Improved handling of reg init in opt_share and opt_rmdffClifford Wolf2014-02-04
|
* Improved opt_share for reduce cellsClifford Wolf2013-03-29
|
* Improved opt_share for commutative standard cellsClifford Wolf2013-03-29
|
* Added help messages for opt_* passesClifford Wolf2013-03-01
|
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-27
|
* initial importClifford Wolf2013-01-05