LiamSkirrow / verilogtree

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

Refactor arg parse code #17

Open LiamSkirrow opened 1 year ago

LiamSkirrow commented 1 year ago

In the code between the tags "// TODO: make this more efficient..." in parseUserArgs.cc, it could be worth following the suggestion in the comment, "replace the entire above code with simply "if(argv[i] in argL".