Searched refs:constants (Results 1 - 11 of 11) sorted by relevance

/gem5/tests/gem5/test_build/
H A Dtest_build.py36 common_isas = [constants.x86_tag, constants.arm_tag, constants.riscv_tag]
38 for isa in constants.supported_isas:
39 if isa is constants.null_tag: continue
41 for variant in constants.supported_variants:
43 length = constants.quick_tag
45 length = constants.long_tag
/gem5/tests/gem5/memory/
H A Dtest.py40 valid_isas=(constants.null_tag,),
60 valid_isas=(constants.null_tag,),
68 valid_isas=(constants.null_tag,),
/gem5/ext/testlib/
H A Dconfig.py34 2. constants (Also attached to the config variable as an attribute)
46 Before this point only ``constants`` will be availaible. This is to ensure
60 :var constants:
63 :code:`config.constants.attribute`. These should be used for setting
66 constants should not be modified and their base attributes are frozen.
106 constants = AttrDict() variable in class:_Config
193 for typ in self.constants.supported_tags}
212 def define_constants(constants):
214 'constants' are values not directly exposed by the config, but are attached
220 constants
663 constants = config.constants variable
[all...]
H A Dmain.py108 for tag in cfg.constants.supported_tags[name]:
115 cfg.constants.isa_tag_type,
116 cfg.constants.length_tag_type,
117 cfg.constants.variant_tag_type
308 config.constants.pickle_filename))
H A Duid.py45 os.path.commonprefix((config.constants.testing_base,
50 return os.path.join(config.constants.testing_base, short_path)
H A Dhandlers.py51 from config import config, constants
158 os.path.join(self.directory, constants.pickle_filename))
161 os.path.join(self.directory, constants.xml_filename))
/gem5/tests/gem5/fs/linux/arm/
H A Dtest.py97 valid_isas=(constants.arm_tag,),
98 length=constants.quick_tag,
109 valid_isas=(constants.arm_tag,),
110 length=constants.long_tag,
/gem5/tests/gem5/
H A Dverifier.py35 from testlib.config import constants
57 fixtures[constants.tempdir_fixture_name].skip_cleanup()
87 tempdir = fixtures[constants.tempdir_fixture_name].path
129 _file = constants.gem5_simulation_stdout
144 _file = constants.gem5_simulation_stdout
150 _file = constants.gem5_simulation_stderr
156 _file = constants.gem5_simulation_stats
160 _file = constants.gem5_simulation_config_ini
167 _file = constants.gem5_simulation_config_json
183 tempdir = fixtures[constants
[all...]
H A Dsuite.py36 from testlib.config import constants, config
46 valid_isas=constants.supported_isas,
47 valid_variants=constants.supported_variants,
48 length=constants.supported_lengths[0],
83 name=constants.gem5_returncode_fixture_name)
151 returncode = fixtures[constants.gem5_returncode_fixture_name]
152 tempdir = fixtures[constants.tempdir_fixture_name].path
153 gem5 = fixtures[constants.gem5_binary_fixture_name].path
H A Dfixture.py50 from testlib.config import config, constants
65 name=constants.tempdir_fixture_name)
172 self.name = constants.gem5_binary_fixture_name
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h125 enum constants { enum in struct:npy_api

Completed in 20 milliseconds