VHDL-LS / rust_hdl_vscode

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

Please add ieee.std_logic_misc to ieee library #19

Closed KlewinS closed 4 years ago

KlewinS commented 4 years ago

I use the X_reduce() functions rather frequently and it would be nice to have the corresponding definitions would also be known by VHDL LS.

Bochlin commented 4 years ago

I have made a pull request for the language server adding the std_logic_misc package kraigher/rust_hdl#76.