[gem5-users] Re: ARM model - load instruction reads non-zero data from an address which was not written out prior (as per traces)

2022-03-24 Thread tomjosekallooran--- via gem5-users
Hi Gabe, Thank you very much for the response. I greatly appreciate it. I was using just the -d flag for getting the objdump. Now i tried using additional flags and used a parser to get the addresses and data present within. I was able to get around 121 of the addresses which were having the corre

[gem5-users] Re: Compilation time

2022-03-24 Thread Gabriel Busnot via gem5-users
Hi, I've also experienced long/very long link times with the GNU linker. I suggest you try LLD, the LLVM linker that has been significantly faster for me. Regards, Gabriel ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email

[gem5-users] Re: gem5 and non volatile memory

2022-03-24 Thread Taiyu Zhou via gem5-users
Could you give me some advise to integrate VANS with new version gem5? VANS is interrogated to commit id dde093b2 . However the newer version of gem5 breaks a lot of old Python interfaces, making it unable to run with VANS GEM5 wrapper, although compilation is fine. When I run VANS with new versio