summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2018-05-17 17:43:06 +0100
committerroot <root@no.no.james.local>2018-05-17 17:43:06 +0100
commit22bcde813e924f2cca7b96941465ae0737b82fc3 (patch)
treef2a0e2cc6bb097e21663a7b4a2daafffb623df89 /Makefile
parentaac3a573c21dd7822dad9259757b1cd3f3163054 (diff)
downloadrob_spdif-22bcde813e924f2cca7b96941465ae0737b82fc3.tar.gz
rob_spdif-22bcde813e924f2cca7b96941465ae0737b82fc3.tar.bz2
rob_spdif-22bcde813e924f2cca7b96941465ae0737b82fc3.zip
working 3 detectors with parity checks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4eb14e..d3b7732 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ 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
-SOF=${PROJ}.sof
+SOF=output_files/${PROJ}.sof
POF=${PROJ}.pof
JIC=${PROJ}.jic