diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-07 12:26:41 +0100 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-07 12:26:41 +0100 |
commit | e96efbe9496c8f9718869791fa30e444f42ffb38 (patch) | |
tree | 6c8b833d360cecfe349e500e734efa96e264208a /vhdl_ls.toml | |
parent | 1ef4f1f0f06e8ee44c8d153291da229a37c1185d (diff) |
add top_shift and simulation
Diffstat (limited to 'vhdl_ls.toml')
-rw-r--r-- | vhdl_ls.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vhdl_ls.toml b/vhdl_ls.toml index d4f78c7..7976b5a 100644 --- a/vhdl_ls.toml +++ b/vhdl_ls.toml @@ -2,4 +2,8 @@ top_simple.files = [ 'src/top_simple.vhd' + ] +top_shift.files = [ + 'src/top_shift.vhd' + ,'src/t_top_shift.vhd' ]
\ No newline at end of file |