changeset 8:7cab8e0dd937

FPGA Makefile: yosys-wrap installed on Mother's system
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 21 Aug 2023 00:55:33 +0000
parents beeda5368a77
children 10c779b8753e
files fpga/sniffer-basic/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fpga/sniffer-basic/Makefile	Mon Aug 21 00:54:09 2023 +0000
+++ b/fpga/sniffer-basic/Makefile	Mon Aug 21 00:55:33 2023 +0000
@@ -5,7 +5,7 @@
 all:	${PROJ}.bin
 
 ${PROJ}.json:	${VSRC}
-	./yosys-wrap top $@ ${VSRC}
+	yosys-wrap top $@ ${VSRC}
 
 ${PROJ}.asc:	${PROJ}.json ${PCF}
 	nextpnr-ice40 --hx1k --package tq144 --asc $@ --pcf ${PCF} \