[gem5-users] Regarding creating Sim Object and computing the number of instructions

2021-01-04 Thread Ayush Kumar Varshney via gem5-users
Hi all, Happy New Year!! I am new to gem5, I want to create a simple cycle accurate Object in gem5 which can print the number of executed instruction. I can use the gem5 tutorial to create an object but how can i print the total number of executed instructions? Thanks in advance! Ayush _

[gem5-users] Regarding Power consumption in gem5

2020-12-08 Thread Ayush Kumar Varshney via gem5-users
Hi, I am new here and just started with gem5. I wanted to compute the power consumption for a simple two_level example for ARM architecture. I am using gem5-mcpat-parser , after following the steps on gem5-mcpat-parser, i get the following output gem

[gem5-users] Re: AttributeError: Class DDR3_1600_8x8 has no parameter port

2020-12-06 Thread Ayush Kumar Varshney via gem5-users
I think use it with a controller, system.mem_ctrl = MemCtrl() system.mem_ctrl.dram = DDR3_1600_8x8() system.mem_ctrl.dram.range = system.mem_ranges[0] system.mem_ctrl.port = system.membus.master It works for me! Regards Ayush On Sun, 6 Dec 2020 at 21:34, anthonyabeo--- via gem5-users < gem5-user