diff fpga/sniffer-basic/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 990ecafdddb4
children
line wrap: on
line diff
--- a/fpga/sniffer-basic/Makefile	Sun Sep 24 01:15:44 2023 +0000
+++ b/fpga/sniffer-basic/Makefile	Tue Oct 03 18:17:58 2023 +0000
@@ -5,7 +5,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} \