aboutsummaryrefslogtreecommitdiffstats
path: root/passes/hierarchy
Commit message (Expand)AuthorAgeFilesLines
* 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