Re: [gem5-users] About the endianess of GEM5

2013-07-30 Thread Ali Saidi
Hi, Some architectures do support a other-endian mode (e.g. ARM supports BE loads). I don't know that anything has been done to prevent this from working, but similarly nothing has been done to enable it. Assuming you can compile a program like hello world in this mode you coun try it and see.

[gem5-users] About the endianess of GEM5

2013-07-23 Thread GE ZHIGUO
Hi, Is it possible for GEM5 to run an application with little endian instructions and big endian data? If I want to achieve this, which codes in GEM5 should I touch? I read the source codes for some time, however, I cannot get clear clues . Thanks! __