rust_hdl/example_project
2019-12-15 22:41:50 +01:00
..
vhdl_libraries/2008/std Analyze sequential statements 2019-12-15 22:41:50 +01:00
from_vunit_export.py Add from_vunit_export.py utility 2018-12-03 15:29:47 +01:00
README.md Add from_vunit_export.py utility 2018-12-03 15:29:47 +01:00
setup.sh Add example project 2018-12-02 18:09:26 +01:00
vhdl_ls.toml Analyze sequential statements 2019-12-15 22:41:50 +01:00

Example Project

This example project (vhdl_ls.toml) demonstrates the Parser/Language Server on a medium project consiting of VUnit, OSVVM, UVVM and PoC. In addition to this the project includes the standard VHDL library as well as the IEEE-libraries from GHDL. The setup.sh script will clone all the repositories used by the example project.

This folder also contains a utility script from_vunit_export.py which converts a VUnit --export-json file into a vhdl_ls.toml file including the STD and IEEE libraries.