From 22bcde813e924f2cca7b96941465ae0737b82fc3 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 17 May 2018 17:43:06 +0100 Subject: working 3 detectors with parity checks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3