~ruther/vhdl-i2c

vhdl-i2c/vhdl_ls.toml -rw-r--r-- 669 bytes
7118535d — Rutherther chore: add libs folder with vunit ignored 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[libraries]
i2c.files = [
  'src/i2c/*.vhd',
  'src/i2c/**/*.vhd'
]

utils.files = [
  'src/utils/*.vhd',
  'src/utils/**/*.vhd'
]

ssd1306.files = [
  'src/ssd1306/*.vhd',
  'src/ssd1306/**/*.vhd'
]

ssd1306_tb.files = [
  'tb/ssd1306/*.vhd',
  'tb/ssd1306/**/*.vhd'
]

mcu_slave.files = [
  'src/mcu_slave/*.vhd',
  'src/mcu_slave/**/*.vhd'
]

i2c_tb.files = [
  'tb/i2c/*.vhd',
  'tb/i2c/**/*.vhd'
]

mcu_slave_tb.files = [
  'tb/mcu_slave/*.vhd',
  'tb/mcu_slave/**/*.vhd'
]

# This is linked by nix shell. If you aren't using
# nix to setup the env, link this yourself to vunit
# vhdl directory
vunit_lib.files = [
  'libs/vunit/*.vhd',
  'libs/vunit/**/*.vhd',
]
Do not follow this link