From cc687b3b726d538be4a8dfa6cb8e1b4b96a837e2 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 16 Feb 2021 17:22:24 -0800 Subject: Change makefiles to build a FPGA interchange BBA. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fpga_interchange/examples/archcheck/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'fpga_interchange/examples/archcheck/Makefile') diff --git a/fpga_interchange/examples/archcheck/Makefile b/fpga_interchange/examples/archcheck/Makefile index 8984e1b4..cf82013b 100644 --- a/fpga_interchange/examples/archcheck/Makefile +++ b/fpga_interchange/examples/archcheck/Makefile @@ -1,16 +1,16 @@ -NEXTPNR_PATH := $(shell echo ~/cat_x/nextpnr) -NEXTPNR_BIN := $(NEXTPNR_PATH)/build/nextpnr-fpga_interchange -BBA_PATH := $(NEXTPNR_PATH)/build/test.bin +include ../common.mk PACKAGE := csg324 -.PHONY: +.PHONY: check check_test_data -check: +check: check_test_data $(NEXTPNR_BIN) \ --chipdb $(BBA_PATH) \ --package $(PACKAGE) \ --test + +check_test_data: $(NEXTPNR_BIN) \ --chipdb $(BBA_PATH) \ --run $(NEXTPNR_PATH)/python/check_arch_api.py -- cgit v1.2.3