1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-18 00:48:31 +00:00
Files
YosysHQ.nextpnr/fpga_interchange/examples/archcheck/Makefile
2021-02-17 12:03:16 -08:00

17 lines
282 B
Makefile

include ../common.mk
PACKAGE := csg324
.PHONY: check check_test_data
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