LiamSkirrow / verilogtree

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

GUI Mode #50

Open LiamSkirrow opened 1 year ago

LiamSkirrow commented 1 year ago

Implement a simple GUI based on GTK+. Use click buttons to select various options (show instance names etc). Have a clickable + and - button to collapse/minimise the hierarchy. Or maybe this is best left for GTKConstraint... Instantiate verilogtree as a submodule and use the functions to parse RTL and construct the tree, handle all the GUI business from there...