Research Article

Task-Level Data Model for Hardware Synthesis Based on Concurrent Collections

Listing 18

Example C-code of convergence algorithm.
while (!convergence)
 for (i=0; i<N; i++)
  task1(i, convergence, ); // convergence is updated in task0