mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-06 17:09:46 +02:00
All devices: new CLI argument to bypass file type autodetection
This commit is contained in:
+2
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user