diff options
| author | Nick <[email protected]> | 2019-09-13 08:08:34 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 08:08:34 -0400 |
| commit | 8afd2f13e10d9ac9206d0b494b1ff9864844c713 (patch) | |
| tree | c3fcf37d7fcf5e95c5f47e0674f04322f8b7b206 /src/gpuwattch/array.cc | |
| parent | f2aa87a330dc68207088bf60828376f9fa454d72 (diff) | |
Final pass on power model reformat (comments...)
Diffstat (limited to 'src/gpuwattch/array.cc')
| -rw-r--r-- | src/gpuwattch/array.cc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/gpuwattch/array.cc b/src/gpuwattch/array.cc index 6cb2f3b..eea1e67 100644 --- a/src/gpuwattch/array.cc +++ b/src/gpuwattch/array.cc @@ -174,21 +174,21 @@ void ArrayST::optimize_array() { // CAM structures can be heavily pipelined and use // look-ahead techniques, therefore timing can be // relaxed. But McPAT does not model the - // advanced techniques. If continue optimizing, the area efficiency - // will be too low + // advanced techniques. If continue optimizing, the + // area efficiency will be too low // */ // //For CAM and FA, stop opt if area efficiency is too low // if (throughput_overflow==true) // cout<< "Warning: " <<" McPAT stopped optimization on - //throughput for + // throughput for //"<< name // <<" array structure because its area efficiency - //is below + // is below //"<<area_efficiency_threshold<<"% " << endl; if - //(latency_overflow==true) cout<< "Warning: " <<" McPAT stopped - //optimization on latency for "<< name + //(latency_overflow==true) cout<< "Warning: " <<" McPAT + // stopped optimization on latency for "<< name // <<" array structure because its area efficiency - //is below + // is below //"<<area_efficiency_threshold<<"% " << endl; // } |
