diff options
author | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2024-05-10 13:49:52 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2024-05-10 13:49:52 +0200 |
commit | 25ed296488cd6d9dca9b93ec5ecf76966da1131b (patch) | |
tree | fb8972945d4c64ce5b426e52e4c21832da31602f /vhdl_ls.toml | |
parent | bc7d43b160864d53e7e4bbea81b29d5e8903baf4 (diff) |
add pwm
Diffstat (limited to 'vhdl_ls.toml')
-rw-r--r-- | vhdl_ls.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vhdl_ls.toml b/vhdl_ls.toml index b8740bd..d162b4d 100644 --- a/vhdl_ls.toml +++ b/vhdl_ls.toml @@ -19,6 +19,7 @@ top_count.files = [ ,'src/ringcnt.vhd' ,'src/cntm13.vhd' ,'src/cnt1sec.vhd' + ,'src/pwm.vhd' ,'src/top_count.vhd' ,'src/t_top_count.vhd' ]
\ No newline at end of file |