log iteration

This commit is contained in:
Miodrag Milanovic 2025-10-03 18:03:44 +02:00
parent 14e478fca5
commit 89a4bd03d7
1 changed files with 3 additions and 0 deletions

View File

@ -549,6 +549,9 @@ Chip Bitstream::deserialise_chip()
iteration = tile_iteration[std::make_pair(x_pos, y_pos)];
tile_iteration[std::make_pair(x_pos, y_pos)] = ++iteration;
if (iteration != 0)
BITSTREAM_DEBUG("iteration " << (iteration + 1));
// Detection of FF initialization is possible on
// last iteration
if (iteration == 2) {