sv-parser
sv-parser copied to clipboard
Bug: in ps_or_hierarchical_net_identifier, hierarchical_net_identifier will never use
at https://github.com/dalance/sv-parser/blob/v0.13.1/sv-parser-parser/src/general/identifiers.rs#L502
line 502 should move down to line 505
for example, when parse interface_a.sig_b, interface_a is a net_identifier so ps_or_hierarchical_net_identifier_package_scope parse success. but it should be a hierarchical_identifier
@yportne13 Can you share a testcase that can distinguish the good/bad behaviour?