# HG changeset patch # User Mychaela Falconia # Date 1692579333 0 # Node ID 7cab8e0dd937927294a39a810be95daf47f165f5 # Parent beeda5368a77a75ec647eb71eda4c588e64e2d09 FPGA Makefile: yosys-wrap installed on Mother's system diff -r beeda5368a77 -r 7cab8e0dd937 fpga/sniffer-basic/Makefile --- 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} \