SConsopts revision 14184:11ac1337c5e2
16019Shines@cs.fsu.eduImport('*') 26019Shines@cs.fsu.edu 37100Sgblack@eecs.umich.edu# NOTE: All SLICC setup code found in src/mem/ruby/protocol/SConscript 47100Sgblack@eecs.umich.edu 57100Sgblack@eecs.umich.edu# Register this protocol with gem5/SCons 67100Sgblack@eecs.umich.eduall_protocols.extend([ 77100Sgblack@eecs.umich.edu 'MSI', 87100Sgblack@eecs.umich.edu]) 97100Sgblack@eecs.umich.edu 107100Sgblack@eecs.umich.edu# Add this directory to the search path for SLICC 117100Sgblack@eecs.umich.eduprotocol_dirs.append(str(Dir('.').abspath)) 127100Sgblack@eecs.umich.edu