Hi,
I want to compute the power consumption of the processor, while encoding
data. (power consumed by an specific application like encoder/decoder)
I have python script for the encoder. (Creating the SimObject is yet a task
for me, I am going through the video available on YouTube for creating
th
Hi Anamika,
Hey there. The se.py script has been depreciated in favor of the new gem5
standard library. You can find examples of using the standard library,
https://github.com/gem5/gem5/tree/stable/configs/example/gem5_library.
The internal of the standard library (how components are constructed
Hi Setu,
It might depend on the ISA you are using.
You can generate an instruction trace by running gem5 with --debug-flags=Exec
option and this is valid for all ISAs. If you are simulating an Arm CPU, an
instruction trace in the Tarmac format can also be generated.
Kind Regards
Giacomo
From: