mirror of https://github.com/YosysHQ/icestorm.git
Fix icepack debug output
This commit is contained in:
parent
872e333cf7
commit
43c38447c9
|
|
@ -415,7 +415,7 @@ void FpgaConfig::write_bits(std::ostream &ofs) const
|
||||||
for (auto byte : this->initblop)
|
for (auto byte : this->initblop)
|
||||||
ofs << byte;
|
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, 0x7E);
|
||||||
write_byte(ofs, crc_value, file_offset, 0xAA);
|
write_byte(ofs, crc_value, file_offset, 0xAA);
|
||||||
write_byte(ofs, crc_value, file_offset, 0x99);
|
write_byte(ofs, crc_value, file_offset, 0x99);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue