From 0ace43acf8c1953289ae9ae3756d9f10949f060e Mon Sep 17 00:00:00 2001 From: Johann Faerber Date: Sun, 12 Mar 2023 14:35:11 +0100 Subject: renamed makefile to makefile.modelsim, added makefile.ghdl and symbolic link --- vhdl_ls.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vhdl_ls.toml (limited to 'vhdl_ls.toml') 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 -- cgit v1.2.3