-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Entities and architectures can end with "end some_name;" instead of "end entity;" or "end architecture;" The regex should check for any word (maybe with \w) instead of the specific keywords "entity" and "architecture"
hdlparse/hdlparse/vhdl_parser.py
Line 87 in be7cdab
(r'end\s+entity\s*;', 'end_entity', '#pop'), |
hdlparse/hdlparse/vhdl_parser.py
Line 92 in be7cdab
(r'end\s+architecture\s*;', 'end_arch', '#pop'), |
Metadata
Metadata
Assignees
Labels
No labels