diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-08 10:14:47 +0100 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-08 10:14:47 +0100 |
commit | 3467ff482ed8a58b525c992329df639872e52fdc (patch) | |
tree | 6b8577919e5dba2244397d04758a9d512d7ab2e8 /vhdl_ls.toml | |
parent | 1b8c2521421c92e7bbaf119ebc95d7bf22f39e10 (diff) |
add top_hex
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 7976b5a..4f5842d 100644 --- a/vhdl_ls.toml +++ b/vhdl_ls.toml @@ -6,4 +6,8 @@ top_simple.files = [ top_shift.files = [ 'src/top_shift.vhd' ,'src/t_top_shift.vhd' + ] +top_hex.files = [ + 'src/bin2seg.vhd' + ,'src/top_hex.vhd' ]
\ No newline at end of file |