Hi all,

In fetch_impl.hh, the following is defined.
    toDecode = fetchQueue->getWire(0);

In decode_impl.hh,
    fromFetch = fetchQueue->getWire(-fetchToDecodeDelay);
fetchToDecodeDelay is 1 as usual.

Could you explain the meaning of getWire(0) and getWire(1) in this case?

Thanks,

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

Reply via email to