aboutsummaryrefslogtreecommitdiff
path: root/vhdl_ls.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vhdl_ls.toml')
-rw-r--r--vhdl_ls.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/vhdl_ls.toml b/vhdl_ls.toml
new file mode 100644
index 0000000..12ad58f
--- /dev/null
+++ b/vhdl_ls.toml
@@ -0,0 +1,18 @@
+[libraries]
+
+all_vhdl_sources.files = [
+ 'src/*.vhd'
+]
+
+mux2to1.files = [
+ 'src/and2gate_equation.vhd',
+ 'src/or2gate_equation.vhd',
+ 'src/invgate_equation.vhd',
+ 'src/mux2to1_structure.vhd',
+ 'src/t_mux2to1.vhd'
+]
+
+pwm.files = [
+ 'src/pwm_rtl.vhd',
+ 'src/cntdnmodm_rtl.vhd'
+] \ No newline at end of file