mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-03 08:25:25 +02:00
configBitstreamParser: introduce a buffer for unprocessed file content
This commit is contained in:
@@ -29,6 +29,7 @@ class ConfigBitstreamParser {
|
||||
bool _verbose;
|
||||
std::ifstream _fd;
|
||||
std::string _bit_data;
|
||||
std::string _raw_data; /**< unprocessed file content */
|
||||
std::map<std::string, std::string> _hdr;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user