I am using two seperate .cmd files for cpu1 and cpu2 having similar configurations in both cmd files mostly.
1. I tried to write a data in a particular memory location using cpu1 and then checked the same location in cpu2 but the data was absent.
2. Are both CPU's using different memory? If not then why the data written in cpu1 location is not reflecting in cpu2 with same location?