[gem5-users] Re: RISCV Power/Energy Estimation

2023-05-09 Thread 최순원 via gem5-users
Dear Andreas and Nikos Thank you very much. I will compare python scripts and my stats.txt. After that If I got the correct output files, how to calculate a total power consumption of core? Is there a equation to calculate a total power consumption? Best regards, Choi 2023년 5월 10일 (수) 오전 2:05,

[gem5-users] Re: RISCV Power/Energy Estimation

2023-05-09 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear Choi, I have the same results with you except from Runtime Dynamic. As Andreas said, you may need to check the stats.txt file and the GEM5toMcPAT.py python script. Best regards, Nikos Quoting Andreas Brokalakis via gem5-users : Dear Choi,   there seems to be a problem with

[gem5-users] Re: RISCV Power/Energy Estimation

2023-05-09 Thread Andreas Brokalakis via gem5-users
Dear Choi, there seems to be a problem with your results. If you see the Runtime Dynamic results, it mentions that they are either inf or nan. This means that in the xml file that was produced from the python script, the runtime statistics have not been written properly. As such McPAT does not com

[gem5-users] Re: RISCV Power/Energy Estimation

2023-05-09 Thread 최순원 via gem5-users
Dear Νικόλαος Ταμπουρατζής, Your description is perfect. I was able to get "mcpatOutput.txt" without any problem like this. [image: image.png] If you don't mind, can I ask you two more questions? 1) How can I get the total power consumption of the processor from the output file information? 2)

[gem5-users] Re: RISCV Power/Energy Estimation

2023-05-09 Thread Νικόλαος Ταμπουρατζής via gem5-users
Dear Soonwon,   I had used McPAT v1.3. Specifically, you can do the following:   1) git clone https://github.com/H2020-COSSIM/cMcPAT.git   2) cd cMcPAT/mcpat 3) make all   4) cd cMcPAT/Scripts (here you can see the GEM5ToMcPAT.py). Usage: GEM5toMcPAT.py [options] (json)> -o   Example