Research Article

Runtime Scheduling, Allocation, and Execution of Real-Time Hardware Tasks onto Xilinx FPGAs Subject to Fault Occurrence

Algorithm 7

EVC heuristic: Compute_3DAM().
input: URAM, ULAM, DRAM, DLAM and TAM
output: 3DAM
1  for     do
2 for     do
3    3DAM 2DAM[i][j]/TAM[i][j];
4 end for
5  end for