summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2018-05-17 09:39:06 +0100
committerfishsoupisgood <github@madingley.org>2018-05-17 09:39:06 +0100
commitaac3a573c21dd7822dad9259757b1cd3f3163054 (patch)
treec8b585443040dc09da2dd0dd66a7db649f5b5cdf /Makefile
parent0780df86a9ec88bf8810f7fef1d241030dc1b655 (diff)
downloadrob_spdif-aac3a573c21dd7822dad9259757b1cd3f3163054.tar.gz
rob_spdif-aac3a573c21dd7822dad9259757b1cd3f3163054.tar.bz2
rob_spdif-aac3a573c21dd7822dad9259757b1cd3f3163054.zip
add silence detection
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2373f0c..b4eb14e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PROJ=spdif
SRCS=$(wildcard *.vhd *.v *.qsf *.qpf )
-TIDY_SRC= bmc_decoder.vhd ccd.vhd clock_recovery.vhd counter.vhd dflipflop.vhd spdif_decoder.vhd spdif.vhd
+TIDY_SRC= bmc_decoder.vhd ccd.vhd silence_detector.vhd counter.vhd dflipflop.vhd spdif_decoder.vhd spdif.vhd
SOF=${PROJ}.sof
POF=${PROJ}.pof