aboutsummaryrefslogtreecommitdiff
path: root/vhdl_ls.toml
diff options
context:
space:
mode:
authorJohann Faerber <johann.faerber@hs-augsburg.de>2023-03-12 14:35:11 +0100
committerJohann Faerber <johann.faerber@hs-augsburg.de>2023-03-12 14:35:11 +0100
commit0ace43acf8c1953289ae9ae3756d9f10949f060e (patch)
tree8fb69265753da9100d5e5c5119f7facc6a10a14a /vhdl_ls.toml
parent941aeaad5be56c905b4f38f3d07b0a0cbc1bd07f (diff)
renamed makefile to makefile.modelsim, added makefile.ghdl and symbolic link
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