GPUTLBOptions.py (12647:6d7e2f321496) GPUTLBOptions.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#

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

26# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
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: Myrto Papadopoulou
33
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#

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

26# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
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: Myrto Papadopoulou
33
34from __future__ import print_function
35from __future__ import absolute_import
36
34def tlb_options(parser):
35
36 #===================================================================
37 # TLB Configuration
38 #===================================================================
39
40 parser.add_option("--TLB-config", type="string", default="perCU",
41 help="Options are: perCU (default), mono, 2CU, or perLane")

--- 66 unchanged lines hidden ---
37def tlb_options(parser):
38
39 #===================================================================
40 # TLB Configuration
41 #===================================================================
42
43 parser.add_option("--TLB-config", type="string", default="perCU",
44 help="Options are: perCU (default), mono, 2CU, or perLane")

--- 66 unchanged lines hidden ---