rust_hdl icon indicating copy to clipboard operation
rust_hdl copied to clipboard

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

Open rugebiker opened this issue 3 years ago • 0 comments

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!

rugebiker avatar Nov 02 '21 13:11 rugebiker