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
@@ -71,7 +71,7 @@ using namespace std;
Gowin::Gowin(Jtag *jtag, const string filename, const string &file_type,
Device::prog_type_t prg_type,
int8_t verbose): Device(jtag, filename, file_type, verbose),
int8_t verbose): Device(jtag, filename, file_type, false, verbose),
is_gw1n1(false)
{
_fs = NULL;