~ruther/vhdl-vunit-template

vhdl-vunit-template/vhdl_ls.toml -rw-r--r-- 132 bytes
d5153eaa — Rutherther feat: add example vhd, testbench 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
[libraries]
PROJECT.files = [
  'src/*.vhd',
  'src/**/*.vhd'
]

PROJECT_tb.files = [
  'testbench/*.vhd',
  'testbench/**/*.vhd'
]
Do not follow this link