Sign in
gem5
/
public
/
gem5
/
95800dc659f9135a18fd48551b9d6a523c2f87b3
/
.
/
src
/
learning_gem5
/
part3
/
SConsopts
blob: dabfd1e14603f465ebdea7482da1e1b5012f16b2 [
file
] [
log
] [
blame
]
Import
(
'*'
)
# NOTE: All SLICC setup code found in src/mem/ruby/protocol/SConscript
# Register this protocol with gem5/SCons
main
.
Append
(
ALL_PROTOCOLS
=[
'MSI'
])
# Add this directory to the search path for SLICC
main
.
Append
(
PROTOCOL_DIRS
=[
Dir
(
'.'
)])