From 5d09bbde432ba0a088a3db3579462f8800398a35 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Wed, 18 Nov 2020 08:16:54 +0100 Subject: [PATCH] cmake: add missing spartan7 100 & 200 bitstream --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f1bf20..37c770c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -175,6 +175,8 @@ install(TARGETS openFPGALoader DESTINATION bin) install(FILES test_sfl.svf spiOverJtag/spiOverJtag_xc7a35.bit + spiOverJtag/spiOverJtag_xc7a100.bit + spiOverJtag/spiOverJtag_xc7a200.bit spiOverJtag/spiOverJtag_xc7s50.bit DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/openFPGALoader )