mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 18:26:14 +02:00
xilinx,lattice,device: add verify write into flash
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
|
||||
Altera::Altera(Jtag *jtag, const std::string &filename,
|
||||
const std::string &file_type, int8_t verbose):
|
||||
Device(jtag, filename, file_type, verbose), _svf(_jtag, _verbose)
|
||||
Device(jtag, filename, file_type, false, verbose), _svf(_jtag, _verbose)
|
||||
{
|
||||
if (!_file_extension.empty()) {
|
||||
if (_file_extension == "svf" || _file_extension == "rbf")
|
||||
|
||||
Reference in New Issue
Block a user