diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-04 12:06:16 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-04 12:06:16 -0400 |
commit | b6e76bbdea1acf7a634c242f3118fdd79f569fc1 (patch) | |
tree | 86fe9ac3a821e2807793c5369bbece8885f69554 /vhdl_ls.toml | |
parent | 2cc7f5bf6f16d7a8b9e78caf38dcc4986fd8bbe0 (diff) |
More linting and working vhdl_ls config
Diffstat (limited to 'vhdl_ls.toml')
-rw-r--r-- | vhdl_ls.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vhdl_ls.toml b/vhdl_ls.toml index 79148f6..d481c37 100644 --- a/vhdl_ls.toml +++ b/vhdl_ls.toml @@ -2,15 +2,15 @@ standard = "2008" [libraries] defaultlib.files = [ - "pb_APP_log_comb.sim/sim_1/behav/xsim/**/*.vhd", + "pb_APP_log_comb.srcs/**/*.vhd", ] defaultlib.exclude = [ - "**/*.vdb", # compiled binaries + "**/*.vdb", # compiled binaries "**/xsim.dir/**", # simulation-specific internal files ] UNISIM.files = [ - "/opt/Xilinx/Vivado/2023.1/data/vhdl/src/unisims/unisim_VCOMP.vhd", + "/tools/Xilinx/Vivado/2020.2/data/vhdl/src/unisims/unisim_VCOMP.vhd", ] UNISIM.is_third_party = true |