Hi,
How could we customize the operating frequency(fs)? There is no variable declared about frequency in options.py. (You mentioned .lib file to modify the frequency in previous reply. But I could not find any file about .lib )
In the report ("*.html") generated after running py script, there are reading/writing power and leakage power. If I want to estimate the energy, I should use the function:
(eg: I assume total running time is 1s and memory accesses are 10 times.)
energy =
reading_power*rising_time*memory_accesses + leakage_power*total_time
which is
8.6022*10**(-3) * 0.009*10**(-9)*10 + 0.001288*10**(-3)*1

*time