----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/100/ -----------------------------------------------------------
Review request for Default. Summary ------- ruby: Updated MOESI_hammer L2 latency behavior Previously, the MOESI_hammer protocol calculated the same latency for L1 and L2 hits. This was because the protocol was written using the old ruby assumption that L1 hits used the sequencer fast path. Since ruby no longer uses the fast-path, the protocol delays L2 hits by placing them on the trigger queue. Diffs ----- src/mem/protocol/MOESI_hammer-cache.sm a75564db03c3 src/mem/protocol/MOESI_hammer-msg.sm a75564db03c3 Diff: http://reviews.m5sim.org/r/100/diff Testing ------- Thanks, Brad _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
