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 /sim | |
parent | bc7d43b160864d53e7e4bbea81b29d5e8903baf4 (diff) |
add pwm
Diffstat (limited to 'sim')
-rw-r--r-- | sim/top_count/makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/top_count/makefile.sources b/sim/top_count/makefile.sources index fd93aea..430c6e1 100644 --- a/sim/top_count/makefile.sources +++ b/sim/top_count/makefile.sources @@ -5,4 +5,5 @@ SYN_SOURCE_FILES = \ ../../src/cnt1sec.vhd \ ../../src/bin2seg.vhd \ ../../src/ringcnt.vhd \ +../../src/pwm.vhd \ ../../src/top_count.vhd |