mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 17:39:36 +02:00
vivado 2025.2.1 compatibility: add SW_CRC field to bitstream parser
This commit is contained in:
@@ -109,6 +109,8 @@ int BitParser::parseHeader()
|
||||
_hdr["userId"] = value;
|
||||
} else if (key == "Version") {
|
||||
_hdr["version"] = value;
|
||||
} else if (key == "SW_CRC") {
|
||||
_hdr["crc"] = value;
|
||||
} else {
|
||||
printError("Unknown key " + key);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user