set PCF_PATH and use PCF

This commit is contained in:
Tom Dohrmann 2021-08-08 12:57:24 +02:00
parent d72b7f0b79
commit dbf27d9d66

View File

@ -3,6 +3,7 @@
# This Makefile shows the steps to generate a DFU loadable image onto
# Fomu hacker board.
PCF_PATH = ../../pcf
include ../../hdl/board.mk
# Default target: run all required targets to build the DFU image.
@ -31,7 +32,7 @@ blink.json: Blink.sv
blink.asc: blink.json
nextpnr-ice40 \
$(PNRFLAGS) \
--pcf ../../pcf/fomu-$(FOMU_REV).pcf \
--pcf $(PCF) \
--json blink.json \
--asc blink.asc