slicc: add a protocol statement and an include statement
authorNathan Binkert <nate@binkert.org>
Wed, 6 Jul 2011 01:30:05 +0000 (18:30 -0700)
committerNathan Binkert <nate@binkert.org>
Wed, 6 Jul 2011 01:30:05 +0000 (18:30 -0700)
commitda1eaaca0ec7f65525dd2706f4b6b207bf9ee691
treea31cf8470838a496894cfb9fb74b806895dfa555
parent831e9b3b7a658663f5bffafef175d4f4a5615cfd
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/MESI_CMP_directory.slicc
src/mem/protocol/MI_example.slicc
src/mem/protocol/MOESI_CMP_directory.slicc
src/mem/protocol/MOESI_CMP_token.slicc
src/mem/protocol/MOESI_hammer.slicc
src/mem/protocol/Network_test.slicc
src/mem/protocol/RubySlicc_interfaces.slicc
src/mem/protocol/SConscript
src/mem/slicc/main.py
src/mem/slicc/parser.py