diff options
author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-18 13:01:42 -0800 |
---|---|---|
committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-18 13:01:42 -0800 |
commit | 532954847ae9c4643dc068786ea78957a6d9bb36 (patch) | |
tree | d515bcd03bca166d020f22d9aedffd3b5f8e1c44 /fpga_interchange/examples/common.mk | |
parent | 7ecfd98b2db37418380659f9f481dc0a5210e9c2 (diff) | |
download | nextpnr-532954847ae9c4643dc068786ea78957a6d9bb36.tar.gz nextpnr-532954847ae9c4643dc068786ea78957a6d9bb36.tar.bz2 nextpnr-532954847ae9c4643dc068786ea78957a6d9bb36.zip |
Update README's with latest instructions and features.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
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 967ae367..ce558472 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/xc7a35tcpg236-1.bin +BBA_PATH := $(realpath ..)/create_bba/build/xc7a35.bin RAPIDWRIGHT_PATH := $(realpath ..)/create_bba/build/RapidWright INTERCHANGE_PATH := $(realpath ..)/create_bba/build/fpga-interchange-schema/interchange |