[gem5-users] Re: How to use Gem5?

2023-12-24 Thread Anamika via gem5-users
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

[gem5-users] Re: How to use Gem5?

2023-12-21 Thread Hoa Nguyen via gem5-users
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

[gem5-users] Re: How to use Gem5 to collect instruction traces

2023-09-27 Thread Giacomo Travaglini via gem5-users
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: