Hi Mandrita, It looks like you're not using the "timing" version of the simulator. Thus, you are modeling the timing of *any* components. I suggest you go through http://learning.gem5.org/book/index.html to understand more of gem5's details. At a minimum, you need to specify that you want to use a timing CPU and caches, if you're using se.py.
Jason ----------- Jason Lowe-Power Assistant Professor, Computer Science Department University of California, Davis 3049 Kemper Hall [email protected] On Thu, Apr 19, 2018 at 12:42 PM Mandrita <[email protected]> wrote: > Hi all, > > I am beginner in gem5. I would like to activate all the DPRINT statements > in dram_ctrl.cc file (gem5/src/mem/dram_ctrl.cc) by enabling debug flags > and show the statements by running gem5. > > To do so, I wrote: > build/ARM/gem5.opt --debug-flags=DRAM configs/example/se.py | head -n 50 > > then I wrote: > build/ARM/gem5.opt --debug-flags=DRAM configs/example/se.py -c > tests/test-progs/hello/bin/arm/linux/hello > > However, I couldn't see the statements. > > I think I did some wrong. Please let me know what is the exact way to > enable flags and see the result. > > Thanks and regards, > Mandrita > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
