mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 18:26:14 +02:00
jedParser: parse() override
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ class JedParser: public ConfigBitstreamParser {
|
||||
|
||||
public:
|
||||
JedParser(std::string filename, bool verbose = false);
|
||||
int parse();
|
||||
int parse() override;
|
||||
void display();
|
||||
|
||||
size_t nb_section() { return _data_list.size();}
|
||||
|
||||
Reference in New Issue
Block a user