diff fpga/sniffer-pps/Makefile @ 52:cbfcc480d61b

fpga build: migrate to yosys-tee wrapper
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 03 Oct 2023 18:17:58 +0000
parents ab37fcb71744
children 737579209153
line wrap: on
line diff
--- a/fpga/sniffer-pps/Makefile	Sun Sep 24 01:15:44 2023 +0000
+++ b/fpga/sniffer-pps/Makefile	Tue Oct 03 18:17:58 2023 +0000
@@ -6,7 +6,7 @@
 all:	${PROJ}.bin timing.rpt
 
 ${PROJ}.json:	${VSRC}
-	../tools/yosys-wrap top $@ ${VSRC} | tee synthesis.rpt
+	../tools/yosys-tee top $@ synthesis.rpt ${VSRC}
 
 ${PROJ}.asc:	${PROJ}.json ${PCF}
 	nextpnr-ice40 --hx1k --package tq144 --asc $@ --pcf ${PCF} \