diff options
Diffstat (limited to 'fpga_interchange/examples/common.mk')
-rw-r--r-- | fpga_interchange/examples/common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga_interchange/examples/common.mk b/fpga_interchange/examples/common.mk index 8a8dc471..967ae367 100644 --- a/fpga_interchange/examples/common.mk +++ b/fpga_interchange/examples/common.mk @@ -1,6 +1,6 @@ NEXTPNR_PATH := $(realpath ../../..) NEXTPNR_BIN := $(NEXTPNR_PATH)/build/nextpnr-fpga_interchange -BBA_PATH := $(realpath ..)/create_bba/build/test.bin +BBA_PATH := $(realpath ..)/create_bba/build/xc7a35tcpg236-1.bin RAPIDWRIGHT_PATH := $(realpath ..)/create_bba/build/RapidWright INTERCHANGE_PATH := $(realpath ..)/create_bba/build/fpga-interchange-schema/interchange |