summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2018-05-17 17:44:58 +0100
committerroot <root@no.no.james.local>2018-05-17 17:44:58 +0100
commit297375cf51e449ebd4a11aa05b0011016e40f72f (patch)
treeafe0277fa05040f28e961d136fa13951927480eb /Makefile
parent22bcde813e924f2cca7b96941465ae0737b82fc3 (diff)
downloadrob_spdif-297375cf51e449ebd4a11aa05b0011016e40f72f.tar.gz
rob_spdif-297375cf51e449ebd4a11aa05b0011016e40f72f.tar.bz2
rob_spdif-297375cf51e449ebd4a11aa05b0011016e40f72f.zip
working 3 detectors with parity checks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3b7732..b73ea37 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
PROJ=spdif
SRCS=$(wildcard *.vhd *.v *.qsf *.qpf )
-TIDY_SRC= bmc_decoder.vhd ccd.vhd silence_detector.vhd counter.vhd dflipflop.vhd spdif_decoder.vhd spdif.vhd
+S1=${SRCS:pll100.vhd=}
+S2=${S1:pll200.vhd=}
+TIDY_SRC=${S2}
SOF=output_files/${PROJ}.sof
POF=${PROJ}.pof