Re: [Gems-users] : How to set up the network file for MESI_SCMP_tiledL2bank_directory protocol


Date: Thu, 8 Mar 2007 21:37:48 -0500
From: Calvin <calvincv@xxxxxxxxx>
Subject: Re: [Gems-users] : How to set up the network file for MESI_SCMP_tiledL2bank_directory protocol
Thanks! That seems to be working for me. If there is further problem I
may try the MSI_MOSI_CMP_directory protocol, as I need the inclusion
to be maintained between L2 and L1.

--Calvin

On 3/8/07, Mike Marty <mikem@xxxxxxxxxxx> wrote:
Ok, you've discovered a couple bugs.

1)  Set L2_RESPONSE_LATENCY to be the same as L2_REQUEST_LATENCY

2)  In the MESI_SCMP_tiledL2bank_directory-L2cache.sm file, change this
line (#815 i think):

     enqueue(L1Network_out, L1Msg) {

To:

     enqueue(L1network_out, L1Msg, latency="L2_RESPONSE_LATENCY") {


Let me know if that helps

--Mike

[← Prev in Thread] Current Thread [Next in Thread→]