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

all_vhdl_sources.files = [
    'src/*.vhd'
]

mux2to1.files = [
    'src/and2gate_equation.vhd',
    'src/or2gate_equation.vhd',
    'src/invgate_equation.vhd',
    'src/mux2to1_structure.vhd',
    'src/t_mux2to1.vhd'
]

pwm.files = [
    'src/pwm_rtl.vhd',
    'src/cntdnmodm_rtl.vhd'
]