diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-06 22:45:14 +0100 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-06 22:45:14 +0100 |
commit | 8cc31c74129ee8599480ff9fe8462a96ffbfe6bc (patch) | |
tree | d5092ef066f7c42201bd86503446464e5e533304 /vhdl_ls.toml |
first commit with top_simple synthesis
Diffstat (limited to 'vhdl_ls.toml')
-rw-r--r-- | vhdl_ls.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vhdl_ls.toml b/vhdl_ls.toml new file mode 100644 index 0000000..d4f78c7 --- /dev/null +++ b/vhdl_ls.toml @@ -0,0 +1,5 @@ +[libraries] + +top_simple.files = [ + 'src/top_simple.vhd' + ]
\ No newline at end of file |