mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-02 02:58:06 +02:00
all: propagate verify with a message when not supported
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user