VHDL-LS / rust_hdl_vscode

VHDL Language Support for VSCode
MIT License
53 stars 17 forks source link

atrtibute 'subtype support (VHDL 2008) #33

Closed lincolntuist closed 1 year ago

lincolntuist commented 4 years ago

The parser does not recognize the use of the attribute 'subtype. Ex:

signal in_port : std_logic_vector(63 downto 0); signal out_port : in_port'subtype;

This is used to define a signal as the same type of another signal.

kraigher commented 1 year ago

Fixed now, this should have been reporter to https://github.com/VHDL-LS repo