diff options
author | gatecat <gatecat@ds0.me> | 2021-03-25 16:03:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 16:03:22 +0000 |
commit | f233bee9701ea191862d26616d68dab08ba7d2b0 (patch) | |
tree | a23f37b687bffa78976d39df4c212407e539732c /fpga_interchange/examples/common.mk | |
parent | 3cc50a5744beeae63ffb9ecd2064666e90d26be4 (diff) | |
parent | c4cb86efe9dece4a837bdd490f5d7f78d2b4480f (diff) | |
download | nextpnr-f233bee9701ea191862d26616d68dab08ba7d2b0.tar.gz nextpnr-f233bee9701ea191862d26616d68dab08ba7d2b0.tar.bz2 nextpnr-f233bee9701ea191862d26616d68dab08ba7d2b0.zip |
Merge pull request #628 from acomodi/add-interchange-devices
fpga_interchange: add more devices
Diffstat (limited to 'fpga_interchange/examples/common.mk')
-rw-r--r-- | fpga_interchange/examples/common.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fpga_interchange/examples/common.mk b/fpga_interchange/examples/common.mk deleted file mode 100644 index ce558472..00000000 --- a/fpga_interchange/examples/common.mk +++ /dev/null @@ -1,8 +0,0 @@ -NEXTPNR_PATH := $(realpath ../../..) -NEXTPNR_BIN := $(NEXTPNR_PATH)/build/nextpnr-fpga_interchange -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 - -DEVICE := $(realpath ..)/create_bba/build/python-fpga-interchange/xc7a35tcpg236-1_constraints_luts.device |