aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/extract.cc
Commit message (Collapse)AuthorAgeFilesLines
* More RTLIL::Cell API usage cleanupsClifford Wolf2014-07-261-2/+2
|
* Manual fixes for new cell connections APIClifford Wolf2014-07-261-3/+5
|
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-261-12/+12
| | | | | | | | | 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-12/+12
|
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-251-10/+3
|
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-231-33/+24
|
* Fixed all users of SigSpec::chunks_rw() and removed itClifford Wolf2014-07-231-3/+3
|
* 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: change RTLIL::SigSpec::chunks() to be read-only, ↵Clifford Wolf2014-07-221-1/+1
| | | | created interim RTLIL::SigSpec::chunks_rw()
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-12/+12
|
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-12/+12
|
* Added "extract -ignore_parameters" and "extract -ignore_param ..."Clifford Wolf2014-02-201-0/+79
|
* Added "extract -map %<design_name>"Clifford Wolf2014-02-201-10/+30
|
* Moved some passes to other source directoriesClifford Wolf2014-02-081-0/+680