sv-parser icon indicating copy to clipboard operation
sv-parser copied to clipboard

Bug: in ps_or_hierarchical_net_identifier, hierarchical_net_identifier will never use

Open yportne13 opened this issue 2 years ago • 1 comments

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 avatar Aug 21 '23 09:08 yportne13

@yportne13 Can you share a testcase that can distinguish the good/bad behaviour?

DaveMcEwan avatar Aug 24 '23 12:08 DaveMcEwan