aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt/opt_clean.cc
Commit message (Expand)AuthorAgeFilesLines
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-4/+4
* Added $_BUF_ cell typeClifford Wolf2014-10-031-2/+2
* remove buffers in opt_cleanClifford Wolf2014-10-031-0/+13
* Added support for "keep" on modulesClifford Wolf2014-09-291-1/+1
* namespace YosysClifford Wolf2014-09-271-8/+12
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-2/+2
* Added design->scratchpadClifford Wolf2014-08-301-4/+3
* More idstring sort_by_* helpers and fixed tpl ordering in techmapClifford Wolf2014-08-151-2/+2
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-021-3/+4
* Using log_assert() instead of assert()Clifford Wolf2014-07-281-2/+1
* Added SigPool::check(bit)Clifford Wolf2014-07-271-2/+2
* Fixed bug in opt_cleanClifford Wolf2014-07-271-1/+1
* Fixed a bug in opt_clean and some RTLIL API usage cleanupsClifford Wolf2014-07-271-3/+4
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-2/+2
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-271-4/+4
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-271-5/+5
* Changed a lot of code to the new RTLIL::Wire constructorsClifford Wolf2014-07-261-6/+10
* Manual fixes for new cell connections APIClifford Wolf2014-07-261-2/+2
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-261-8/+8
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-261-8/+8
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-251-2/+1
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-241-9/+4
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-231-2/+0
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-231-10/+7
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3Clifford Wolf2014-07-231-1/+1
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3Clifford Wolf2014-07-231-1/+1
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-14/+14
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-14/+14
* Fixed handling of "keep" attribute on wires in opt_cleanClifford Wolf2014-02-161-2/+2
* Only count non-trivial attributes when findinf master signal in opt_cleanClifford Wolf2014-02-081-2/+13
* Improved detection of primary wire for a signal in opt_cleanClifford Wolf2014-02-071-4/+23
* Added $assert cellClifford Wolf2014-01-191-1/+1
* Fixed keep attribute on wires in opt_cleanClifford Wolf2013-11-081-1/+1
* Added support for "keep" attributes on wiresClifford Wolf2013-11-051-0/+5
* Fixed handling of boolean attributes (passes)Clifford Wolf2013-10-241-1/+1
* Only prefer connected signals iff they have public namesClifford Wolf2013-10-171-5/+6
* Avoid re-arranging signals on register outputsClifford Wolf2013-10-171-3/+31
* Fixed detection of major wires in opt_cleanClifford Wolf2013-10-171-0/+3
* Added iopadmap passClifford Wolf2013-10-161-1/+1
* Added "clean -purge" and ";;;" supportClifford Wolf2013-08-111-4/+19
* Added ";;" as shortcut for "; clean;"Clifford Wolf2013-08-111-0/+3
* Some fixes to improve determinismClifford Wolf2013-08-091-2/+2
* Added "clean" command (less verbose opt_clean)Clifford Wolf2013-08-081-9/+52
* Improved handling of private names in opt_clean and rename commandsClifford Wolf2013-08-071-2/+2
* Added opt_clean -purge optionClifford Wolf2013-07-071-7/+19
* Renamed opt_rmunused to opt_cleanClifford Wolf2013-06-051-0/+288