Skip to content

signal of type 'subtype is not recognized and gives an error #123

@rugebiker

Description

@rugebiker

Hi,
If I have in the architecture body these signal declarations:

signal hello : std_logic_vector(7 downto 0);
signal world : hello'subtype;

VHDL-LS gives an error on the tick ( ' ) saying: Expected ';'

The expectation would be that no error is given. As a side note, 'subtype is a VHDL-2008 feature.
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions