From da1eaaca0ec7f65525dd2706f4b6b207bf9ee691 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Tue, 5 Jul 2011 18:30:05 -0700 Subject: slicc: add a protocol statement and an include statement All protocols must specify their name The include statement allows any file to include another file. --- src/mem/protocol/Network_test.slicc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/mem/protocol/Network_test.slicc') diff --git a/src/mem/protocol/Network_test.slicc b/src/mem/protocol/Network_test.slicc index 9629a385c..b122b149c 100644 --- a/src/mem/protocol/Network_test.slicc +++ b/src/mem/protocol/Network_test.slicc @@ -1,4 +1,6 @@ -Network_test-msg.sm -Network_test-cache.sm -Network_test-dir.sm -standard_1level_CMP-protocol.sm +protocol "Network_test"; +include "RubySlicc_interfaces.slicc"; +include "Network_test-msg.sm"; +include "Network_test-cache.sm"; +include "Network_test-dir.sm"; +include "standard_1level_CMP-protocol.sm"; -- cgit v1.2.3