Giles314 / vscode-vhdl-wave

A tool to invoke ghdl/gtkwave functions, including error highlighting
MIT License
0 stars 0 forks source link

Generate the file vhdl_ls.toml for vhdl_ls extension #9

Closed Giles314 closed 1 month ago

Giles314 commented 1 month ago

VHDL_LS extension requires a file listing the files to consider for VHDL language parsing. It should be easy to generate this file given the information given to GHDL for building the simulation. Use the list of library directoris and the list of source + the standard files from GHDL.

Giles314 commented 1 month ago

Building the files will be quite complex due to the number of sources and filtering compared to the selected standard version. Cannot fit in V.1.2.0 release time frame.