LiamSkirrow / verilogtree

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

Highlight/colour specific modules and/or instance names in tree output #21

Open LiamSkirrow opened 1 year ago

LiamSkirrow commented 1 year ago

Give the ability to specify modules or instances to be highlighted in the console output.

The argument should be like --highlight mod0 mod1, to colour mod0 and mod1 a specific colour. Maybe just default to a set colour to begin with, and if the .verilogtreerc file feature is implemented, allow for the changing of the highlighting colour there.

.verilogtreerc file feature: https://github.com/LiamSkirrow/verilogtree/issues/22