You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
probably due to interface_element_string.split(":") which probably shouldn't be done in multiline comment block
The text was updated successfully, but these errors were encountered:
SzymonHitachi
changed the title
[Bug] Multiline comment containing semicolon over port declaration breakes vhdl_parser.parse()
[Bug] Multiline comment containing semicolon : over port declaration breaks vhdl_parser.parse()Oct 22, 2024
Make sense. Would be a good idea to note it somewhere that : in multiline comments is not supported by VUnit, since I agree that fixing this might be problematic.
When parsing a comment in format
E.g.
if
COMMENT
contains:
e.g. if it's an url:parser errors with
probably due to
interface_element_string.split(":")
which probably shouldn't be done in multiline comment blockThe text was updated successfully, but these errors were encountered: