SConsopts revision 12608:27b20e3ea77b
11850Sstever@eecs.umich.eduImport('*') 2131Sstever@eecs.umich.edu 3131Sstever@eecs.umich.edu# NOTE: All SLICC setup code found in src/mem/protocol/SConscript 4131Sstever@eecs.umich.edu 5131Sstever@eecs.umich.edu# Register this protocol with gem5/SCons 6131Sstever@eecs.umich.eduall_protocols.extend([ 7131Sstever@eecs.umich.edu 'MSI', 8131Sstever@eecs.umich.edu]) 9131Sstever@eecs.umich.edu 10131Sstever@eecs.umich.edu# Add this directory to the search path for SLICC 11131Sstever@eecs.umich.eduprotocol_dirs.append(str(Dir('.').abspath)) 12131Sstever@eecs.umich.edu