GPUTLBConfig.py (13731:67cd980cb20f) GPUTLBConfig.py (13774:a1be2a0c55f2)
1# Copyright (c) 2011-2015 Advanced Micro Devices, Inc.
2# All rights reserved.
3#
4# For use for simulation and test purposes only
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are met:
8#

--- 18 unchanged lines hidden (view full) ---

27# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30# POSSIBILITY OF SUCH DAMAGE.
31#
32# Authors: Lisa Hsu
33
34from __future__ import print_function
1# Copyright (c) 2011-2015 Advanced Micro Devices, Inc.
2# All rights reserved.
3#
4# For use for simulation and test purposes only
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are met:
8#

--- 18 unchanged lines hidden (view full) ---

27# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30# POSSIBILITY OF SUCH DAMAGE.
31#
32# Authors: Lisa Hsu
33
34from __future__ import print_function
35from __future__ import absolute_import
35
36# Configure the TLB hierarchy
37# Places which would probably need to be modified if you
38# want a different hierarchy are specified by a <Modify here .. >'
39# comment
40import m5
41from m5.objects import *
42

--- 161 unchanged lines hidden ---
36
37# Configure the TLB hierarchy
38# Places which would probably need to be modified if you
39# want a different hierarchy are specified by a <Modify here .. >'
40# comment
41import m5
42from m5.objects import *
43

--- 161 unchanged lines hidden ---