From 557200725ccf98b50d9fd288e1eb0c5ffc7875ea Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Mon, 1 Sep 2014 16:55:43 -0500 Subject: ruby: slicc: donot prefix machine name to variables This changeset does away with prefixing of member variables of state machines with the identity of the machine itself. --- src/mem/protocol/MOESI_CMP_token-L1cache.sm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem/protocol') diff --git a/src/mem/protocol/MOESI_CMP_token-L1cache.sm b/src/mem/protocol/MOESI_CMP_token-L1cache.sm index 2b15dc8bf..238689efa 100644 --- a/src/mem/protocol/MOESI_CMP_token-L1cache.sm +++ b/src/mem/protocol/MOESI_CMP_token-L1cache.sm @@ -201,7 +201,7 @@ machine(L1Cache, "Token protocol") // Constant that provides hysteresis for calculated the estimated average int averageLatencyHysteresis, default="(8)"; Cycles averageLatencyCounter, - default="(Cycles(500) << (*m_L1Cache_averageLatencyHysteresis_ptr))"; + default="(Cycles(500) << (*m_averageLatencyHysteresis_ptr))"; Cycles averageLatencyEstimate() { DPRINTF(RubySlicc, "%d\n", -- cgit v1.2.3