diff options
author | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2024-05-10 12:28:38 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2024-05-10 12:28:38 +0200 |
commit | bc7d43b160864d53e7e4bbea81b29d5e8903baf4 (patch) | |
tree | fbe7a598af34ddbc585976dfe39af253b1dfd864 /sim/top_count/makefile.sources | |
parent | ee8d484d8531e425a06f23519fc09bbf2e1acf4e (diff) |
add top_count
Diffstat (limited to 'sim/top_count/makefile.sources')
-rw-r--r-- | sim/top_count/makefile.sources | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/top_count/makefile.sources b/sim/top_count/makefile.sources new file mode 100644 index 0000000..fd93aea --- /dev/null +++ b/sim/top_count/makefile.sources @@ -0,0 +1,8 @@ +# All files which synthesized + +SYN_SOURCE_FILES = \ +../../src/cntm13.vhd \ +../../src/cnt1sec.vhd \ +../../src/bin2seg.vhd \ +../../src/ringcnt.vhd \ +../../src/top_count.vhd |