xilinx: use gz file by default

This commit is contained in:
Gwenhael Goavec-Merou 2021-12-19 17:34:14 +01:00
parent 70ed45fdef
commit 37abf105aa
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ bool Xilinx::load_bridge()
// DATA_DIR is defined at compile time.
std::string bitname = DATA_DIR "/openFPGALoader/spiOverJtag_";
bitname += _device_package + ".bit";
bitname += _device_package + ".bit.gz";
std::cout << "use: " << bitname << std::endl;