Research Article

Evaluation of Runtime Task Mapping Using the rSesame Framework

Algorithm 3

Pseudocode for the Interval Based Heuristics (IBH) for the mapping on task .
(1) set of all tasks.
(2) while   and area ≤ Total_area do
(3)  Select with maximum frequency count
(4)  if area + Total_area then
(5)   map onto the FPGA
(6)   area = area + .area
(7) else
(8)   map onto the GPP
(9) end  if
(10) Remove from
(11) end  while
(12) Map rest of the tasks from onto the GPP