Sign in
gem5
/
public
/
gem5
/
b871f124c410a82b944e3db58f6b9ded5c77f432
/
.
/
src
/
learning_gem5
/
part3
/
SConsopts
blob: c8573d3acc839df2eff0ef63788e01740b7c2575 [
file
] [
log
] [
blame
]
Import
(
'*'
)
# NOTE: All SLICC setup code found in src/mem/protocol/SConscript
# Register this protocol with gem5/SCons
all_protocols
.
extend
([
'MSI'
,
])
# Add this directory to the search path for SLICC
protocol_dirs
.
append
(
str
(
Dir
(
'.'
).
abspath
))