rust_hdl/example_project
2020-08-28 10:53:27 -07:00
..
from_vunit_export.py Remove std/ieee libraries from example project. 2019-12-30 08:57:47 +01:00
README.md Add missing word 2020-08-28 10:53:27 -07:00
setup.sh Remove std/ieee libraries from example project. 2019-12-30 08:57:47 +01:00
vhdl_ls.toml Remove std/ieee libraries from example project. 2019-12-30 08:57:47 +01:00

Example Project

This example project (vhdl_ls.toml) demonstrates the Parser/Language Server on a medium-sized 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.