mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 17:39:36 +02:00
xilinx: use gz file by default
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user