nextpnr/fpga_interchange/examples/archcheck/Makefile
Keith Rothman 3e5a23ed5b Add tests to confirm constant routing import.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
2021-02-23 14:09:27 -08:00

24 lines
459 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) \
--package $(PACKAGE) \
--run $(NEXTPNR_PATH)/python/check_arch_api.py
debug_check_test_data:
gdb --args $(NEXTPNR_BIN) \
--chipdb $(BBA_PATH) \
--package $(PACKAGE) \
--run $(NEXTPNR_PATH)/python/check_arch_api.py