Hi,
I added a second NoC and tried to measure the power for both, separately.
I encountered a weird problem during reporting the average power in accelwattch_power_report.log.
in line 550 of processor.cpp, shouldn't it be the
l1dirarray[i]->cachep.executionTime = XML->sys.total_cycles / (XML->sys.core[0].clock_rate * 1e6);
there? Just like for L2 in line 513.
When I added the above line, the result seemed correct.