Question: Q 2 . Hardware / Software Partitioning Algorithm 1 shows the pseudo code of a greedy algorithm for HW / SW partitioning. The algorithm starts
Q Hardware Software Partitioning
Algorithm shows the pseudo code of a greedy algorithm for HWSW partitioning. The algorithm starts with a partition where all objects are realized in hardware. Then, objects are migrated to software as long as the performance requirement is satisfied function Satisfies Performance and the cost of the new partitioning is lower function f If an object is migrated, the algorithm also tries to migrate all successor nodes function Successors
Algorithm Pseudo code for a greedy HWSW partitioner
: P O ; all in HW
: procedure Partitioning P
: repeat
: PoldP
: for all oi HW do
: Attempt Move P oi
: end for
: until P Pold
: end procedure
: procedure AttemptMove Pox
: if Satisfies Performance MovePox AND fMovePox
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
