Cross Reference: SConsopts
xref: /gem5/src/learning_gem5/part3/SConsopts
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /gem5/src/learning_gem5/part3/
112608Sjason@lowepower.comImport('*')
212608Sjason@lowepower.com
314184Sgabeblack@google.com# NOTE: All SLICC setup code found in src/mem/ruby/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

Indexes created Thu Sep 26 06:36:22 EDT 2019