66,68c66,70
< // a need to deal with inhibited packets
< if (pkt->memInhibitAsserted())
< panic("SimpleTimingPort should never see an inhibited request\n");
---
> // a need to deal with snoop responses and their flow control
> // requirements
> if (pkt->cacheResponding())
> panic("SimpleTimingPort should never see packets with the "
> "cacheResponding flag set\n");