LiamSkirrow / verilogtree

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

Falsely detecting module instantiation on 'else if(' #61

Open LiamSkirrow opened 10 months ago

LiamSkirrow commented 10 months ago

Funnily enough, else if( causes a false triggering of the module instantiation parsing. Need to create an edge case for this, possibly hardcoded...