Skip to content

Commit d0a2ab3

Browse files
committed
Fix counter increment in compression
1 parent b342383 commit d0a2ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/router/src/tb_edge_detector_tlm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ SC_MODULE(Tb_top)
563563
}
564564

565565
jpg_comp_DUT->input_pixel((int)*(local_read + local_count), i, j);
566+
local_count++;
566567

567568
if (local_count == 8)
568569
{

0 commit comments

Comments
 (0)