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/noc.cc | |
| parent | f2aa87a330dc68207088bf60828376f9fa454d72 (diff) | |
Final pass on power model reformat (comments...)
Diffstat (limited to 'src/gpuwattch/noc.cc')
| -rw-r--r-- | src/gpuwattch/noc.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gpuwattch/noc.cc b/src/gpuwattch/noc.cc index 9453ccb..b7ccdb3 100644 --- a/src/gpuwattch/noc.cc +++ b/src/gpuwattch/noc.cc @@ -353,11 +353,12 @@ void NoC::displayEnergy(uint32_t indent, int plevel, bool is_tdp) { cout << endl; } } else { - // cout << indent_str_next << "Instruction Fetch Unit Peak Dynamic + // cout << indent_str_next << "Instruction Fetch Unit Peak + // Dynamic //= //" //<< ifu->rt_power.readOp.dynamic*clockRate << " W" << endl; - //cout + // cout //<< indent_str_next << "Instruction Fetch Unit Subthreshold Leakage = " // << ifu->rt_power.readOp.leakage <<" W" << endl; cout << // indent_str_next << "Instruction Fetch Unit Gate Leakage = " << @@ -372,7 +373,7 @@ void NoC::displayEnergy(uint32_t indent, int plevel, bool is_tdp) { // << "Load Store Unit Gate Leakage = " << // lsu->rt_power.readOp.gate_leakage //<< " W" << endl; cout << indent_str_next << "Memory Management - //Unit Peak Dynamic = " << mmu->rt_power.readOp.dynamic*clockRate << " W" + // Unit Peak Dynamic = " << mmu->rt_power.readOp.dynamic*clockRate << " W" // << // endl; cout << indent_str_next << "Memory Management Unit // Subthreshold Leakage = " << mmu->rt_power.readOp.leakage << " W" << |
