summaryrefslogtreecommitdiff
path: root/passes/opt/opt_muxtree.cc
Commit message (Collapse)AuthorAge
* Fixed opt_muxtree performance bugClifford Wolf2015-01-21
|
* Improvements in opt_muxtreeClifford Wolf2015-01-18
|
* More opt_muxtree cleanupsClifford Wolf2015-01-18
|
* Various cleanups and improvements in opt_muxtreeClifford Wolf2015-01-18
|
* Fixed a bug in opt_muxtree for "mux forests"Clifford Wolf2015-01-17
|
* Improved opt_muxtreeClifford Wolf2015-01-17
|
* Do not the 'z' modifier in format string (another win32 fix)Clifford Wolf2014-10-11
|
* namespace YosysClifford Wolf2014-09-27
|
* Added design->scratchpadClifford Wolf2014-08-30
|
* RIP $safe_pmuxClifford Wolf2014-08-14
|
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-31
|
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
|
* Using new obj iterator API in a few placesClifford 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 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
|
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-23
|
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
|
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
|
* Fixed performance problem in opt_mux with nets driven by many conflicting ↵Clifford Wolf2014-03-19
| | | | drivers
* Cleanups and bugfixes in response to new internal cell checkerClifford Wolf2013-11-11
|
* fixed typosJohann Glaser2013-03-18
|
* Minor hotfixes (mostly gcc build fixes)Clifford Wolf2013-03-03
|
* Added help messages for opt_* passesClifford Wolf2013-03-01
|
* initial importClifford Wolf2013-01-05