Description: In this assignment, you are asked to write a program that performs scheduling and resource binding for a given data flow graph (DFG) under resource constraint.
In a DFG, there are two types of operations: ADD (A) and MULTIPLY (M). The ADD operation costs 1 time unit and the MULTIPLY operation costs 2 time units.
For scheduling:
Minimize the latency under the given resource constraints.
For binding:
Based on the scheduling result, bind the operations.
To Search:
File list (Check if you may need any files):
1001451_PA2\1001451_PA2\1001451_PA2.vcxproj
...........\...........\1001451_PA2.vcxproj.filters
...........\...........\DFG.cpp
...........\...........\DFG.h
...........\...........\main.cpp
...........\1001451_PA2.sln
...........\1001451_PA2.v12.suo
...........\PA2.PNG
...........\1001451_PA2
1001451_PA2