Skip to content

matching end of entity and end of architecture #13

@m-tosch

Description

@m-tosch

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"

(r'end\s+entity\s*;', 'end_entity', '#pop'),

(r'end\s+architecture\s*;', 'end_arch', '#pop'),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions