mohitnegi Posted June 25, 2014 Report Share Posted June 25, 2014 well in the initiator thread i am doing this1.write(some register X)2.allocate local mem and parallelly a process(or thread) in target is waiting for something to be written on x and it becomes active i.e print M3.then i am transferring this mem through DMI Now at console at run time i am expecting the dmi transfer but receving the receiving M(from target process) This is happening as soon as initiator call wait(delay) (for dmi ) but M is printed ?? How to solve this synchronization issue ?? Quote Link to comment Share on other sites More sharing options...
David Black Posted June 27, 2014 Report Share Posted June 27, 2014 Your description does not provide enough information. Please provide code illustrating the problem. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.