Amin,

Another idea I had was using some of the reserved pseudo-instructions to do this. Would that be how you would do this with a shared resource in the simulator? I figure I can use one reserved instruction for enqueue and one for dequeue, storing the buffer in a global variable in pseudo_inst.cc.

From what I've been looking at, it seems that I need to update (for x86) two_byte_opcodes.isa, pseudo_inst.cc, and the various m5op files. Anything missing? Also, the pseudo-instruction will work in SE mode as long as I don't include the panicFsOnlyPseudoInst call in pseudo_inst.cc, right?

Thanks again,
David

--
David Gloe
gloex...@umn.edu da...@cs.umn.edu dcg...@gmail.com
Masters Student, Computer Science
University of Minnesota

_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to