All devices: new CLI argument to bypass file type autodetection

This commit is contained in:
Gwenhael Goavec-Merou
2021-02-21 18:30:13 +01:00
parent 7cc5676e8e
commit df52d523bf
18 changed files with 82 additions and 47 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
class Altera: public Device {
public:
Altera(Jtag *jtag, const std::string &filename, int8_t verbose);
Altera(Jtag *jtag, const std::string &filename,
const std::string &file_type, int8_t verbose);
~Altera();
void programMem();