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