FreeCalypso > hg > fc-sim-sniff
comparison fpga/sniffer-basic/Makefile @ 12:d29dcfa78124
FPGA Makefile: generate pnr.rpt
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 21 Aug 2023 01:10:23 +0000 |
parents | 10c779b8753e |
children | 82da4b7835b7 |
comparison
equal
deleted
inserted
replaced
11:3da4676dafa8 | 12:d29dcfa78124 |
---|---|
7 ${PROJ}.json: ${VSRC} | 7 ${PROJ}.json: ${VSRC} |
8 yosys-wrap top $@ ${VSRC} | tee synthesis.rpt | 8 yosys-wrap top $@ ${VSRC} | tee synthesis.rpt |
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 -l pnr.rpt |
13 | 13 |
14 ${PROJ}.bin: ${PROJ}.asc | 14 ${PROJ}.bin: ${PROJ}.asc |
15 icepack $< $@ | 15 icepack $< $@ |
16 | 16 |
17 clean: | 17 clean: |