



in Openrisc memory,I donot understand why i get 'x' in memory?
by xiao1122 on Jun 15, 2013 |
xiao1122
Posts: 1 Joined: Nov 5, 2012 Last seen: Jan 20, 2014 |
||
I write a Mutation based on a Matrix Multipulation C code
([a]=[c]) For Example: c[1][3]=a[1][0]*b[0][3]+a[1][1]*b[1][3]+a[1][2]*b[2][3]+a[1][3]*b[3][3]; Mutation is c[1][3]=(0); This Mutation run in Openrisc1200, then i get a result in memory. From Ram0 to Ram3 are: 3193:xxxxxxxx 3194:xxxxxxxx 3195:xxxxxxxx 3196:xxxxxxxx I donot understand why i get 'xxxxxxxx' in memory? Thank you. Xiao Gao Email: xiao@informatik.uni-bremen.de |
RE: in Openrisc memory,I donot understand why i get 'x' in memory?
by julius on Jun 25, 2013 |
julius
Posts: 363 Joined: Jul 1, 2008 Last seen: May 17, 2021 |
||
Provide details of the system you're running this on. Is it ORPSoC? How are you compiling and executing the software in the model?
|



