aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/extract.cc
Commit message (Expand)AuthorAgeFilesLines
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-261-12/+12
* 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, created...Clifford Wolf2014-07-221-1/+1
* 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