all: propagate verify with a message when not supported

This commit is contained in:
Gwenhael Goavec-Merou
2021-06-25 08:58:45 +02:00
parent fe0a315456
commit 2af64e9af4
12 changed files with 40 additions and 21 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
class Altera: public Device {
public:
Altera(Jtag *jtag, const std::string &filename,
const std::string &file_type, int8_t verbose);
const std::string &file_type, bool verify, int8_t verbose);
~Altera();
void programMem();