Yes, that is correct. The RubyPort::M5Port::recvFunctional() function is where we need to add the new support.
Brad > -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Nilay Vaish > Sent: Friday, February 25, 2011 12:20 PM > To: [email protected] > Subject: [m5-dev] Functional Access support in Ruby > > Brad, > > Here is my understanding of the current state of functional accesses in gem5. > As of now, all functional accesses are forwarded to the PhysicalMemory's > MemoryPort. Instead, we would like to add > recvFunctional() function to M5Port of the RubyPort, and attach this port as > peer instead of the PhysicalMemory. > > -- > Nilay > _______________________________________________ > m5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/m5-dev _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
