aboutsummaryrefslogtreecommitdiffstats
path: root/passes/hierarchy/submod.cc
Commit message (Expand)AuthorAgeFilesLines
* Added copy-constructor-like module->addCell(name, other) methodClifford Wolf2014-07-261-4/+1
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-251-8/+6
* Fixed all users of SigSpec::chunks_rw() and removed itClifford Wolf2014-07-231-4/+4
* 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-2/+2
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-2/+2
* Added call_on_selection() and call_on_module() APIClifford Wolf2014-07-201-1/+1
* Moved some passes to other source directoriesClifford Wolf2014-02-081-0/+350