~ruther/vhdl-spi-2

ref: abfea28a8a2555ec22557089a359b3f2b6fd5f23 vhdl-spi-2/hdl_spi/vhdl_ls.toml -rw-r--r-- 149 bytes
abfea28a — Rutherther fix: clock polarity on csn falling and rising. Proper wait after csn falling and before csn rising 11 months ago
                                                                                
1
2
3
4
5
6
7
# What standard to use. This is optional and defaults to VHDL2008.
standard = "2008"
[libraries]
spi.files = [
    'src/*.vhd',
    'src/**/*.vhd',
]