summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndreas Sandberg <andreas.sandberg@arm.com>2015-07-07 10:03:13 +0100
committerAndreas Sandberg <andreas.sandberg@arm.com>2015-07-07 10:03:13 +0100
commitc2740578404b4e46d198de70af1cfd554033d99f (patch)
treebb97478f7d31251d5b1bb0013b6b06b16ca0712c /SConstruct
parenta0cbf5541133e58968919991635797babaad2a18 (diff)
downloadgem5-c2740578404b4e46d198de70af1cfd554033d99f.tar.xz
ext: Add the NoMali GPU no-simulation library
Add revision 9adf9d6e2d889a483a92136c96eb8a434d360561 of NoMali-model from https://github.com/ARM-software/nomali-model. This library implements the register interface of the Mali T6xx/T7xx series GPUs, but doesn't do any rendering. It can be used to hide the effects of software rendering.
Diffstat (limited to 'SConstruct')
-rwxr-xr-xSConstruct4
1 files changed, 4 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 3079feb16..a8ffb208c 100755
--- a/SConstruct
+++ b/SConstruct
@@ -1202,6 +1202,10 @@ main.SConscript('ext/dramsim2/SConscript',
main.SConscript('ext/drampower/SConscript',
variant_dir = joinpath(build_root, 'drampower'))
+# nomali build is shared across all configs in the build root.
+main.SConscript('ext/nomali/SConscript',
+ variant_dir = joinpath(build_root, 'nomali'))
+
###################################################
#
# This function is used to set up a directory with switching headers