scons,mem-ruby: export need_partial_func_reads in SConstruct

need_partial_func_reads should now be modified from protocol specific
files (e.g. src/learning_gem5/part3/SConsopts)

Change-Id: I38039aab6178a019d063d6124200050f2ed7b446
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/43043
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Tiago Mück
2021-03-15 17:39:34 -05:00
parent a7a83e2581
commit dcc2f4caaf
2 changed files with 3 additions and 3 deletions

View File

@@ -764,6 +764,9 @@ protocol_dirs = []
Export('protocol_dirs')
slicc_includes = []
Export('slicc_includes')
# list of protocols that require the partial functional read interface
need_partial_func_reads = []
Export('need_partial_func_reads')
# Walk the tree and execute all SConsopts scripts that wil add to the
# above variables