330,334d329
< // Check the cache
< PortID dest_id = checkPortCache(addr);
< if (dest_id != InvalidPortID)
< return dest_id;
<
338,340c333
< dest_id = i->second;
< updatePortCache(dest_id, i->first);
< return dest_id;
---
> return i->second;
521,522d513
<
< clearPortCache();