aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/examples/devices
diff options
context:
space:
mode:
authorAlessandro Comodi <acomodi@antmicro.com>2021-03-12 16:37:00 +0100
committerAlessandro Comodi <acomodi@antmicro.com>2021-03-16 15:39:01 +0100
commit490fdb0a1c3bb78856d26be2186e4dca5d3d021f (patch)
tree7c0c98c57c240cc85e9c37064dd9ccdba8d99bb5 /fpga_interchange/examples/devices
parent77ffdd7fd4e90e0da43e81b1f5e021b08ee64a9f (diff)
downloadnextpnr-490fdb0a1c3bb78856d26be2186e4dca5d3d021f.tar.gz
nextpnr-490fdb0a1c3bb78856d26be2186e4dca5d3d021f.tar.bz2
nextpnr-490fdb0a1c3bb78856d26be2186e4dca5d3d021f.zip
fpga_interchange: cmake: generate only one device family
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
Diffstat (limited to 'fpga_interchange/examples/devices')
-rw-r--r--fpga_interchange/examples/devices/CMakeLists.txt5
-rw-r--r--fpga_interchange/examples/devices/xc7a35t/CMakeLists.txt2
2 files changed, 4 insertions, 3 deletions
diff --git a/fpga_interchange/examples/devices/CMakeLists.txt b/fpga_interchange/examples/devices/CMakeLists.txt
index 5b96ac80..8497484b 100644
--- a/fpga_interchange/examples/devices/CMakeLists.txt
+++ b/fpga_interchange/examples/devices/CMakeLists.txt
@@ -1 +1,4 @@
-add_subdirectory(xc7a35t)
+generate_chipdb(
+ device xc7a50t
+ part xc7a50tfgg484-1
+)
diff --git a/fpga_interchange/examples/devices/xc7a35t/CMakeLists.txt b/fpga_interchange/examples/devices/xc7a35t/CMakeLists.txt
deleted file mode 100644
index 2b0dce53..00000000
--- a/fpga_interchange/examples/devices/xc7a35t/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-generate_chipdb(part xc7a35tcsg324-1)
-generate_chipdb(part xc7a35tcpg236-1)