mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-01 10:39:51 +02:00
bitparser: add verbose mode
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
|
||||
class BitParser: public ConfigBitstreamParser {
|
||||
public:
|
||||
BitParser(std::string filename);
|
||||
BitParser(std::string filename, bool verbose = false);
|
||||
~BitParser();
|
||||
int parse();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user