aboutsummaryrefslogtreecommitdiffstats
path: root/passes/hierarchy
Commit message (Expand)AuthorAgeFilesLines
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-4/+4
* Added module->portsClifford Wolf2014-08-142-4/+5
* More bugfixes related to new RTLIL::IdStringClifford Wolf2014-08-021-1/+1
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-022-20/+20
* 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-312-2/+2
* Allow "hierarchy -generate" for $__ cellsClifford Wolf2014-07-291-1/+3
* Using log_assert() instead of assert()Clifford Wolf2014-07-282-3/+3
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-272-36/+36
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-272-8/+8
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-272-5/+5
* Changed a lot of code to the new RTLIL::Wire constructorsClifford Wolf2014-07-262-21/+23
* Manual fixes for new cell connections APIClifford Wolf2014-07-262-5/+5
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-262-11/+11
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-262-11/+11
* 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-222-4/+4
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-222-4/+4
* Added call_on_selection() and call_on_module() APIClifford Wolf2014-07-201-1/+1
* fixed cell array handling of positional argumentsClifford Wolf2014-06-071-2/+11
* Add support for cell arraysClifford Wolf2014-06-071-0/+34
* Implemented read_verilog -deferClifford Wolf2014-02-131-7/+19
* Moved some passes to other source directoriesClifford Wolf2014-02-082-0/+351
* Added hierarchy -purge_lib optionClifford Wolf2014-02-041-3/+14
* Include unistd.h in passes/hierarchy/hierarchy.cc (required for access(3))Martin Schmölzer2014-01-141-0/+1
* Added hierarchy -libdir optionClifford Wolf2014-01-141-4/+48
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-041-1/+1
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-241-60/+0
* Implemented correct handling of signed module parametersClifford Wolf2013-11-241-1/+1
* Added "top" attribute to mark top module in hierarchyClifford Wolf2013-11-241-0/+17
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-221-3/+3
* Added resolution of positional arguments to hierarchy passClifford Wolf2013-11-031-0/+57
* Fixed handling of boolean attributes (passes)Clifford Wolf2013-10-241-2/+2
* Improved log messages generated by hierarchy passClifford Wolf2013-05-261-5/+17
* Fixed hierarchy pass for hierarchies of parametric modulesClifford Wolf2013-04-261-0/+1
* Implemented proper handling of stub placeholder modulesClifford Wolf2013-03-281-2/+5
* Collect parameters in hierarchy -generate (and do nothing with them)Clifford Wolf2013-03-261-1/+8
* Added hierarchy -generate command for generating skeletton modulesClifford Wolf2013-03-251-1/+165
* Implemented general handler for selection argumentsClifford Wolf2013-03-031-1/+2
* Added online help for "show" and "hierarchy" commandsClifford Wolf2013-02-281-3/+25
* initial importClifford Wolf2013-01-052-0/+197