summaryrefslogtreecommitdiff
path: root/passes/opt/opt_clean.cc
Commit message (Expand)AuthorAge
* Squashed commit of the following:Ruben Undheim2016-09-23
* Use alphanumerical order instead of idstring idx in opt_clean compare_signals()Clifford Wolf2016-02-02
* Fixed opt_clean handling of inout portsClifford Wolf2015-08-16
* Improved handling of "keep" attributes in hierarchical designs in opt_cleanClifford Wolf2015-08-12
* Merge pull request #70 from gaomy3832/bugfixClifford Wolf2015-08-12
|\
| * Remove unused blackbox modules in opt_clean.Mingyu Gao2015-08-11
* | Added missing ct_all setup to opt_cleanClifford Wolf2015-08-11
|/
* Fixed trailing whitespacesClifford Wolf2015-07-02
* preserve used $-wires with init attribute in opt_cleanClifford Wolf2015-05-22
* Added non-std verilog assume() statementClifford Wolf2015-02-26
* Some cleanups in "clean"Clifford Wolf2015-02-24
* Added $meminit cell typeClifford Wolf2015-02-14
* Fixed opt_clean performance bugClifford Wolf2015-02-04
* Using design->selected_modules() in opt_*Clifford Wolf2015-02-03
* Added dict/pool.sort()Clifford Wolf2015-01-24
* Cleanups in opt_cleanClifford Wolf2014-12-29
* dict/pool changes in opt_cleanClifford Wolf2014-12-29
* Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-28
* More hashtable finetuningClifford Wolf2014-12-27
* Replaced std::unordered_set (nodict) with Yosys::poolClifford Wolf2014-12-26
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-26
* Fixed various VS warningsClifford Wolf2014-10-18
* Some cleanups in opt_cleanClifford Wolf2014-10-16
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
* Added $_BUF_ cell typeClifford Wolf2014-10-03
* remove buffers in opt_cleanClifford Wolf2014-10-03
* Added support for "keep" on modulesClifford Wolf2014-09-29
* namespace YosysClifford Wolf2014-09-27
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-06
* Added design->scratchpadClifford Wolf2014-08-30
* More idstring sort_by_* helpers and fixed tpl ordering in techmapClifford Wolf2014-08-15
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-02
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
* Added SigPool::check(bit)Clifford Wolf2014-07-27
* Fixed bug in opt_cleanClifford Wolf2014-07-27
* Fixed a bug in opt_clean and some RTLIL API usage cleanupsClifford Wolf2014-07-27
* 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 a lot of code to the new RTLIL::Wire constructorsClifford 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
* 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
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-24
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-23
* Removed RTLIL::SigSpec::expand() methodClifford 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
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22