SConsopts revision 14184
110381Sdam.sunwoo@arm.comImport('*') 210381Sdam.sunwoo@arm.com 310381Sdam.sunwoo@arm.com# NOTE: All SLICC setup code found in src/mem/ruby/protocol/SConscript 410381Sdam.sunwoo@arm.com 510381Sdam.sunwoo@arm.com# Register this protocol with gem5/SCons 610381Sdam.sunwoo@arm.comall_protocols.extend([ 710381Sdam.sunwoo@arm.com 'MSI', 810381Sdam.sunwoo@arm.com]) 910381Sdam.sunwoo@arm.com 1010381Sdam.sunwoo@arm.com# Add this directory to the search path for SLICC 1110381Sdam.sunwoo@arm.comprotocol_dirs.append(str(Dir('.').abspath)) 1210381Sdam.sunwoo@arm.com