Add new VHDL entities for image processing and update test scripts for Lab2
This commit is contained in:
25
vhdl_ls.toml
25
vhdl_ls.toml
@@ -1,6 +1,3 @@
|
||||
[server]
|
||||
enable = true
|
||||
|
||||
[libraries]
|
||||
# Assign separate libraries for each project
|
||||
lab0_lib.files = [
|
||||
@@ -13,25 +10,17 @@ lab1_lib.files = [
|
||||
"LAB1/sim/**/*.vhd"
|
||||
]
|
||||
|
||||
# lab2_lib.files = [
|
||||
# "LAB2/src/**/*.vhd",
|
||||
# "LAB2/sim/**/*.vhd"
|
||||
# ]
|
||||
lab2_lib.files = [
|
||||
"LAB2/src/**/*.vhd",
|
||||
"LAB2/sim/**/*.vhd"
|
||||
]
|
||||
|
||||
# lab3_lib.files = [
|
||||
# "LAB3/src/**/*.vhd",
|
||||
# "LAB3/sim/**/*.vhd"
|
||||
# ]
|
||||
|
||||
[analyses]
|
||||
on_save = true
|
||||
on_open = true
|
||||
|
||||
[ghdl]
|
||||
standard = "08"
|
||||
library_path = [
|
||||
"C:/Xilinx/Vivado/2020.2/data/vhdl/src"
|
||||
xpm.files = [
|
||||
"C:/Xilinx/Vivado/2020.2/data/ip/xpm/xpm_VCOMP.vhd"
|
||||
]
|
||||
|
||||
[vhdl]
|
||||
standard = "2008"
|
||||
xpm.is_third_party = true
|
||||
Reference in New Issue
Block a user