aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/rename.cc
Commit message (Collapse)AuthorAgeFilesLines
* rename: Add -witness modeJannis Harder2022-08-161-0/+81
|
* rename: add -scramble-name option to randomly rename selectionsLofty2022-08-081-0/+56
|
* Updating help-text with nakengelhardts suggestion.bfg862022-06-131-2/+2
|
* Add -suffix option to rename -wire.bfg862022-02-111-4/+13
| | | | See #3195
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
| | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g;
* use the new isPublic() in a few placesN. Engelhardt2020-09-141-2/+2
|
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
|
* Use `dict` instead of `std::map`.Alberto Gonzalez2020-04-161-9/+9
| | | | Co-Authored-By: Eddie Hung <eddie@fpgeh.com>
* Revert to `stringf()` rather than stringstreams.Alberto Gonzalez2020-04-161-12/+8
|
* Clean up pseudo-private member usage in `passes/cmds/rename.cc`.Alberto Gonzalez2020-04-161-119/+107
|
* Add "rename -output"Clifford Wolf2019-03-271-3/+23
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Improve "rename" help messageClifford Wolf2019-03-271-0/+6
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Rename cells based on the wires they drive.Scott Mansell2019-01-061-0/+66
|
* rename: add -src, for inferring names from source locations.whitequark2018-12-051-0/+50
|
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
| | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established)
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
|
* Added design->rename(module, new_name)Clifford Wolf2015-06-301-3/+1
|
* Added "rename -top new_name"Clifford Wolf2015-06-171-0/+27
|
* Fixed iterator invalidation bug in "rename" commandClifford Wolf2015-02-091-3/+4
|
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-261-4/+4
|
* Added missing fixup_ports() calls to "rename" commandClifford Wolf2014-11-081-0/+4
|
* namespace YosysClifford Wolf2014-09-271-0/+4
|
* Implemented "rename -enumerate -pattern"Clifford Wolf2014-08-261-4/+13
|
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-7/+7
|
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-271-5/+5
|
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-271-5/+5
|
* Changed more code to the new RTLIL::Wire constructorsClifford Wolf2014-07-261-10/+4
|
* Added "rename -hide" commandClifford Wolf2014-01-021-1/+44
|
* Improved handling of private names in opt_clean and rename commandsClifford Wolf2013-08-071-5/+37
|
* Added renaming of wires and cells to "rename" commandClifford Wolf2013-06-191-2/+28
|
* Added "rename" commandClifford Wolf2013-06-101-0/+94