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