SConsopts revision 12608
112608Sjason@lowepower.comImport('*') 212608Sjason@lowepower.com 312608Sjason@lowepower.com# NOTE: All SLICC setup code found in src/mem/protocol/SConscript 412608Sjason@lowepower.com 512608Sjason@lowepower.com# Register this protocol with gem5/SCons 612608Sjason@lowepower.comall_protocols.extend([ 712608Sjason@lowepower.com 'MSI', 812608Sjason@lowepower.com]) 912608Sjason@lowepower.com 1012608Sjason@lowepower.com# Add this directory to the search path for SLICC 1112608Sjason@lowepower.comprotocol_dirs.append(str(Dir('.').abspath)) 12