From 336d31cbcf592455abdbefc01ec5c6f87914b4f3 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Wed, 17 Mar 2021 18:43:29 +0100 Subject: fpga_interchange: add more devices Signed-off-by: Alessandro Comodi --- fpga_interchange/examples/devices/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fpga_interchange/examples/devices/CMakeLists.txt') diff --git a/fpga_interchange/examples/devices/CMakeLists.txt b/fpga_interchange/examples/devices/CMakeLists.txt index 5b96ac80..965e4aa8 100644 --- a/fpga_interchange/examples/devices/CMakeLists.txt +++ b/fpga_interchange/examples/devices/CMakeLists.txt @@ -1 +1,7 @@ +# Artix-7 devices add_subdirectory(xc7a35t) +add_subdirectory(xc7a100t) +add_subdirectory(xc7a200t) + +# Zynq-7 devices +add_subdirectory(xc7z010) -- cgit v1.2.3