[gem5-users] Memory -Address -Gem5-O3

2020-07-12 Thread ABD ALRHMAN ABO ALKHEEL via gem5-users
Hi All, I am currently working on Gem5 with CPU O3 and I want to collect each 
instruction and it’s memory address , I can do that by using - 
-debug-file=Exec. But I want to know where can I find those address and print 
them on txt file. Which file does do that in Gem5? Any help would be 
appreciated. Thanks
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-users] Can we use our own debug flags in fs mode?

2020-07-12 Thread Saideepak Bejawada via gem5-users
Hi all,

I was trying to use my own debug flag while running in full system mode. I got 
an error(Not a valid PC error) while doing it. Initially, I thought there might 
be an error in my code. But strangely, the code runs fine if I don't specify my 
debug flag. So I was wondering if this because of my code or Is it the case 
that we cannot use our own debug flags in fs mode? One more thing I want to ask 
is whether the stats vary on each run or are they deterministic?
Thanks for your time.

Thanks,
Saideepak.
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s