mirror of
https://github.com/YosysHQ/icestorm.git
synced 2026-09-05 17:15:44 +02:00
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user