SConsopts revision 12608:27b20e3ea77b
1Import('*')
2
3# NOTE: All SLICC setup code found in src/mem/protocol/SConscript
4
5# Register this protocol with gem5/SCons
6all_protocols.extend([
7    'MSI',
8])
9
10# Add this directory to the search path for SLICC
11protocol_dirs.append(str(Dir('.').abspath))
12