Fix icepack debug output

This commit is contained in:
Clifford Wolf
2017-07-31 15:53:59 +02:00
parent 872e333cf7
commit 43c38447c9
+1 -1
View File
@@ -415,7 +415,7 @@ void FpgaConfig::write_bits(std::ostream &ofs) const
for (auto byte : this->initblop)
ofs << byte;
info("Writing preamble.\n");
debug("Writing preamble.\n");
write_byte(ofs, crc_value, file_offset, 0x7E);
write_byte(ofs, crc_value, file_offset, 0xAA);
write_byte(ofs, crc_value, file_offset, 0x99);