mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
bitparser: Add COMPRESS key.
This commit is contained in:
@@ -111,6 +111,8 @@ int BitParser::parseHeader()
|
||||
_hdr["version"] = value;
|
||||
} else if (key == "SW_CRC") {
|
||||
_hdr["crc"] = value;
|
||||
} else if (key == "COMPRESS") {
|
||||
_hdr["compress"] = value;
|
||||
} else {
|
||||
printWarn("Unknown key " + key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user