Hi, I have a module (derived from SimpleMemory) which has an instance of type 'SlavePort'. I need to call sendTimingSnoopReq( PacketPtr ) on this port. For this I have to first create a Request and then Packet.
Request() constructor needs a mastered. I understand that typically this is obtained at init time by calling getMasterID from System. But, I have SimpleMemoryParams which doesn't have handle to System. How do I obtain masterID for sending a snoop Request? Thanks, Uday
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
