Hi,
in cache_impl.hh, there is a function:

bool Cache<TagStore>::CpuSidePort::recvTiming(PacketPtr pkt)

I expect that a corresponding function exists in cpu side (fetch, ...)
that looks like

CacheSidePort::sendTiming(PacketPtr pkt)

however I couldn't find such thing. If there exists one with different
name please let me know.
How can I send a pkt from cpu to cache. Any example?

--
// Naderan *Mahmood;
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to