Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2019-09-13 12:55:48 +02:00
parent 04f1eb78ed
commit 0ec00d892a
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ void FpgaConfig::read_bits(std::istream &ifs)
end_token = read_byte(ifs, crc_value, file_offset);
end_token = (end_token << 8) | read_byte(ifs, crc_value, file_offset);
if (end_token)
error("Expeded 0x0000 after BRAM data, got 0x%04x\n", end_token);
error("Expected 0x0000 after BRAM data, got 0x%04x\n", end_token);
break;
case 0x05: