dev, arm: Add a device model that uses the NoMali model
authorAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 7 Jul 2015 09:03:14 +0000 (10:03 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 7 Jul 2015 09:03:14 +0000 (10:03 +0100)
commita74c446e7d034cebe01babb92f448a145b4ba77d
tree86fe8e283759ba865e3afb23646775c32c8ccffd
parentc2740578404b4e46d198de70af1cfd554033d99f
dev, arm: Add a device model that uses the NoMali model

Add a simple device shim that interfaces with the NoMali model
library. The gem5 side of the interface supports Mali T60x/T62x/T760
GPUs. This device model pretends to be a Mali GPU, but doesn't render
anything and executes in zero time.
src/dev/arm/NoMali.py [new file with mode: 0644]
src/dev/arm/SConscript
src/dev/arm/gpu_nomali.cc [new file with mode: 0644]
src/dev/arm/gpu_nomali.hh [new file with mode: 0644]