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

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