xilinx,lattice,device: add verify write into flash

This commit is contained in:
Gwenhael Goavec-Merou
2021-06-24 18:08:02 +02:00
parent b150bbdd23
commit c471d25bb5
13 changed files with 91 additions and 23 deletions
+1 -1
View File
@@ -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")