LiamSkirrow / verilogtree

Print out the modular hierarchy of a Verilog design
MIT License
0 stars 0 forks source link

Add a --find argument #32

Open LiamSkirrow opened 1 year ago

LiamSkirrow commented 1 year ago

The --findmodule modname and --findinstance instname companion args allow for the finding of specific modules or instance names in the hierarchy, the hpaths of which shall then be printed to stdout.

Note, including this/these arg(s) will bypass the tree print out and the only stdout text that will be generated are the paths to the modules/instances. Found module/instance names should be highlighted in the default colour and have a '^' underneath pointing to the module/instance name. Both arguments can be supplied at the same time and verilogtree should just generate both sets of output regardless.