aboutsummaryrefslogtreecommitdiff
path: root/vhdl_ls.toml
blob: 4f5842d162ad76b3b4cd11f2e393a94ee472b113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[libraries]

top_simple.files = [
    'src/top_simple.vhd'
    ]
top_shift.files = [
    'src/top_shift.vhd'
    ,'src/t_top_shift.vhd'
    ]
top_hex.files = [
    'src/bin2seg.vhd'
    ,'src/top_hex.vhd'
    ]