aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt/opt_clean.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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