aboutsummaryrefslogtreecommitdiffstats
path: root/passes/proc/proc_mux.cc
Commit message (Collapse)AuthorAgeFilesLines
* Added "proc_mux -ifx"Clifford Wolf2016-06-061-17/+31
|
* Fixed proc_mux performance bugClifford Wolf2016-04-251-0/+3
|
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Improved proc_mux performance for huge always blocksClifford Wolf2015-12-021-36/+153
|
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
|
* namespace YosysClifford Wolf2014-09-271-7/+11
|
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-311-15/+15
|
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-311-2/+2
|
* Using log_assert() instead of assert()Clifford Wolf2014-07-281-7/+6
|
* Using new obj iterator API in a few placesClifford Wolf2014-07-271-5/+5
|
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-1/+1
|
* Changed a lot of code to the new RTLIL::Wire constructorsClifford Wolf2014-07-261-12/+3
|
* Manual fixes for new cell connections APIClifford Wolf2014-07-261-2/+9
|
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-261-15/+15
| | | | | | | | | 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-261-15/+15
|
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-251-14/+3
|
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3Clifford Wolf2014-07-231-2/+2
|
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3Clifford Wolf2014-07-231-2/+2
|
* Fixed memory corruption with new SigSpec API in proc_muxClifford Wolf2014-07-221-7/+3
|
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-22/+22
|
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-22/+22
|
* Tiny cleanup in proc_mux.ccClifford Wolf2014-01-031-3/+0
|
* Fixed handling of boolean attributes (passes)Clifford Wolf2013-10-241-1/+1
|
* Added help messages to proc_* passesClifford Wolf2013-03-011-3/+15
|
* initial importClifford Wolf2013-01-051-0/+294