aboutsummaryrefslogtreecommitdiffstats
path: root/passes/hierarchy/submod.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
* Added log_warning() APIClifford Wolf2014-11-091-2/+2
* namespace YosysClifford Wolf2014-09-271-0/+4
* Added module->portsClifford Wolf2014-08-141-4/+3
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-021-5/+5
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-311-1/+1
* Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-311-1/+1
* Using log_assert() instead of assert()Clifford Wolf2014-07-281-1/+1
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-6/+6
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-271-3/+3
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-271-1/+1
* Changed a lot of code to the new RTLIL::Wire constructorsClifford Wolf2014-07-261-17/+22
* Manual fixes for new cell connections APIClifford Wolf2014-07-261-3/+3
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-261-6/+6
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-261-6/+6
* 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