Shidal, Jonathan writes: > Thank you for the response. I will look into creating a new packet type and > possibly that will help avoid my problems altogether. The problem I am > having, > hopefully described a bit better this time, is that the address stored in the > Request is of a global variable. The simulator knows the address of the > global > and intercepts any write to it. The trick is the address I am actually > wanting > to work with is being written to the global address, so it is stored as the > data > of the intercepted packet, and is a virtual address. So I would actually like > to translate the data pointed at by the packet.
It will probably be easier to use util/m5/m5op.h. If none of the provided routines fit your needs, you can add your own. Lluis -- "And it's much the same thing with knowledge, for whenever you learn something new, the whole world becomes that much richer." -- The Princess of Pure Reason, as told by Norton Juster in The Phantom Tollbooth _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
