comparison fpga/sniffer-basic/Makefile @ 27:990ecafdddb4

fpga tree: move icestick.pcf to common subdirectory
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 29 Aug 2023 18:10:41 +0000
parents e92ab75ce6a8
children cbfcc480d61b
comparison
equal deleted inserted replaced
26:e5c5162b3a8c 27:990ecafdddb4
1 VSRC= clk_edge.v reset_detect.v sniff_rx.v sync_inputs.v top.v uart_tx.v 1 VSRC= clk_edge.v reset_detect.v sniff_rx.v sync_inputs.v top.v uart_tx.v
2 PCF= icestick.pcf 2 PCF= ../common/icestick.pcf
3 PROJ= fpga 3 PROJ= fpga
4 4
5 all: ${PROJ}.bin timing.rpt 5 all: ${PROJ}.bin timing.rpt
6 6
7 ${PROJ}.json: ${VSRC} 7 ${PROJ}.json: ${VSRC}