mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-03 08:25:25 +02:00
configBitstreamParser: add map to store file header
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <stdint.h>
|
||||
#include <map>
|
||||
|
||||
class ConfigBitstreamParser {
|
||||
public:
|
||||
@@ -28,6 +29,7 @@ class ConfigBitstreamParser {
|
||||
bool _verbose;
|
||||
std::ifstream _fd;
|
||||
std::string _bit_data;
|
||||
std::map<std::string, std::string> _hdr;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user