Research Article

Power and Execution Time Optimization through Hardware Software Partitioning Algorithm for Core Based Embedded System

Algorithm 2

Generation of control-construct partitions.
Begin
For all
  Compute  
End for
// generation of all control construct partitions
For all :
   If    (  and  )  then
       
   do
     ;
   While  )
    
   
  
End if
End for