comparison fpga/sniffer-basic/Makefile @ 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 7db5fd6646df
children 10c779b8753e
comparison
equal deleted inserted replaced
7:beeda5368a77 8:7cab8e0dd937
3 PROJ= fpga 3 PROJ= fpga
4 4
5 all: ${PROJ}.bin 5 all: ${PROJ}.bin
6 6
7 ${PROJ}.json: ${VSRC} 7 ${PROJ}.json: ${VSRC}
8 ./yosys-wrap top $@ ${VSRC} 8 yosys-wrap top $@ ${VSRC}
9 9
10 ${PROJ}.asc: ${PROJ}.json ${PCF} 10 ${PROJ}.asc: ${PROJ}.json ${PCF}
11 nextpnr-ice40 --hx1k --package tq144 --asc $@ --pcf ${PCF} \ 11 nextpnr-ice40 --hx1k --package tq144 --asc $@ --pcf ${PCF} \
12 --json ${PROJ}.json 12 --json ${PROJ}.json
13 13