cmake: add missing spartan7 100 & 200 bitstream

This commit is contained in:
Gwenhael Goavec-Merou 2020-11-18 08:16:54 +01:00
parent bec5e4f35c
commit 5d09bbde43
1 changed files with 2 additions and 0 deletions

View File

@ -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
)