comparison 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
comparison
equal deleted inserted replaced
51:8a3003860cf8 52:cbfcc480d61b
4 PROJ= fpga 4 PROJ= fpga
5 5
6 all: ${PROJ}.bin timing.rpt 6 all: ${PROJ}.bin timing.rpt
7 7
8 ${PROJ}.json: ${VSRC} 8 ${PROJ}.json: ${VSRC}
9 ../tools/yosys-wrap top $@ ${VSRC} | tee synthesis.rpt 9 ../tools/yosys-tee top $@ synthesis.rpt ${VSRC}
10 10
11 ${PROJ}.asc: ${PROJ}.json ${PCF} 11 ${PROJ}.asc: ${PROJ}.json ${PCF}
12 nextpnr-ice40 --hx1k --package tq144 --asc $@ --pcf ${PCF} \ 12 nextpnr-ice40 --hx1k --package tq144 --asc $@ --pcf ${PCF} \
13 --json ${PROJ}.json -l pnr.rpt 13 --json ${PROJ}.json -l pnr.rpt
14 14