Research Article

Placing Multimode Streaming Applications on Dynamically Partially Reconfigurable Architectures

Algorithm 3

Adds an or-path to the merged graph . The or-path is part of the path . The last vertex of the path added to is denoted by . If no such vertex is given, is used as default, that is, the NOP node of .
(1): for   to do
(2):   ;
(3):  if   is not already part of   then
(4):   make new node ;
(5):   link   to ;
(6):   add   to ;
(7): else
(8):   get node in where ;
(9):    end if
(10):  add edge to ;
(11): 
(12): end for