Searched refs:True (Results 51 - 75 of 290) sorted by relevance

1234567891011>>

/gem5/src/mem/ruby/system/
H A DSequencer.py36 abstract = True
51 support_data_reqs = Param.Bool(True, "data cache requests supported")
52 support_inst_reqs = Param.Bool(True, "inst cache requests supported")
53 is_cpu_sequencer = Param.Bool(True, "connected to a cpu")
/gem5/src/cpu/minor/
H A DMinorCPU.py198 return True
202 return True
224 fetch2CycleInput = Param.Bool(True,
235 decodeCycleInput = Param.Bool(True,
241 executeCycleInput = Param.Bool(True,
275 executeSetTraceTimeOnCommit = Param.Bool(True,
280 executeAllowEarlyMemoryIssue = Param.Bool(True,
284 enableIdling = Param.Bool(True,
/gem5/src/dev/sparc/
H A DT1000.py73 ret_data64=0x0000000000000001, update_data=True)
77 ret_data64=0x0000000000000001, update_data=True)
81 ret_data64=0x0000000000000001, update_data=True)
85 ret_data64=0x0000000000000001, update_data=True)
89 ret_data64=0x0000000000000000, update_data=True)
93 ret_data64=0x0000000000000000, update_data=True)
97 ret_data64=0x0000000000000000, update_data=True)
101 ret_data64=0x0000000000000000, update_data=True)
/gem5/src/systemc/tlm_bridge/
H A DTlmBridge.py36 abstract = True
48 abstract = True
/gem5/configs/common/cores/arm/
H A DO3_ARM_v7a.py41 opList = [ OpDesc(opClass='IntMult', opLat=3, pipelined=True),
43 OpDesc(opClass='IprAccess', opLat=3, pipelined=True) ]
160 is_read_only = True
162 writeback_clean = True
175 writeback_clean = True
188 is_read_only = True
190 writeback_clean = True
202 prefetch_on_access = True
H A Dex5_LITTLE.py107 writeback_clean = True
113 is_read_only = True
133 is_read_only = True
135 writeback_clean = True
147 prefetch_on_access = True
H A Dex5_big.py48 opList = [ OpDesc(opClass='IntMult', opLat=4, pipelined=True),
50 OpDesc(opClass='IprAccess', opLat=3, pipelined=True) ]
158 writeback_clean = True
165 is_read_only = True
185 is_read_only = True
187 writeback_clean = True
199 prefetch_on_access = True
/gem5/src/sim/
H A DClockDomain.py48 abstract = True
H A DClockedObject.py62 abstract = True
/gem5/src/dev/ps2/
H A DPS2.py45 abstract = True
/gem5/src/mem/cache/tags/indexing_policies/
H A DIndexingPolicies.py35 abstract = True
/gem5/src/mem/ruby/network/
H A DMessageBuffer.py43 randomization flag is True)")
/gem5/ext/googletest/googletest/test/
H A Dgtest_throw_on_failure_test.py71 """Runs a command; returns True/False if its exit code is/isn't 0."""
92 should_fail: True iff the program is expected to fail.
141 should_fail=True)
151 should_fail=True)
161 should_fail=True)
167 should_fail=True)
H A Dgtest_test_utils.py48 _SUBPROCESS_MODULE_AVAILABLE = True
95 _gtest_flags_are_parsed = True
142 shutil.rmtree(_temp_dir, ignore_errors=True)
208 def __init__(self, command, working_dir=None, capture_stderr=True, env=None):
223 terminated_by_signal True iff the child process has been terminated
226 exited True iff the child process exited normally.
247 cwd=working_dir, universal_newlines=True, env=env)
293 else: # os.WIFEXITED(ret_code) should return True here.
297 self.terminated_by_signal = True
302 self.exited = True
[all...]
/gem5/configs/example/
H A Dsc_main.py38 root = Root(full_system=True, systemc_kernel=kernel)
/gem5/src/cpu/testers/traffic_gen/
H A DPyTrafficGen.py65 @cxxMethod(override=True)
/gem5/src/systemc/tests/
H A Dconfig.py41 root = Root(full_system=True, systemc_kernel=kernel)
/gem5/tests/configs/
H A Drubytest-ruby.py67 check_flush = True
100 system.ruby.randomization = True
114 ruby_port.no_retry_on_stall = True
120 ruby_port.using_ruby_tester = True
/gem5/src/dev/
H A DDevice.py51 abstract = True
77 abstract = True
84 abstract = True
124 ret_bad_addr = Param.Bool(True, "Return pkt status bad address on access")
/gem5/ext/pybind11/tests/
H A Dtest_gil_scoped.py9 process.daemon = True
41 thread.daemon = True
64 assert _run_in_process(_python_to_cpp_to_python_from_threads, 8, parallel=True) == 0
/gem5/src/cpu/pred/
H A DBranchPredictor.py38 abstract = True
47 indirectHashGHR = Param.Bool(True, "Hash branch predictor GHR")
48 indirectHashTargets = Param.Bool(True, "Hash path history targets")
61 abstract = True
145 speculativeHistUpdate = Param.Bool(True,
201 optionalAgeReset = Param.Bool(True,
208 abstract = True
237 truncatePathHist = Param.Bool(True,
318 useHashing = True
319 useDirectionBit = True
[all...]
/gem5/src/arch/arm/
H A DArmSystem.py60 multi_proc = Param.Bool(True, "Multiprocessor system?")
68 "True if Security Extensions are implemented")
70 "True if Virtualization Extensions are implemented")
72 "True if Crypto Extensions is implemented")
73 have_lpae = Param.Bool(True, "True if LPAE is implemented")
79 "True if the register width of the highest implemented exception level "
84 "True if ASID is 16 bits in AArch64 (ARMv8)")
85 have_sve = Param.Bool(True,
86 "True i
[all...]
/gem5/util/pbs/
H A Dsend.py115 doruns = True
118 update = True
122 docpts = True
124 clean = True
126 depend = True
128 onlyecho = True
130 force = True
137 listonly = True
143 runflag = True
147 verbose = True
[all...]
/gem5/ext/mcpat/regression/
H A Dregression.py65 test_passed = True
113 return True
116 valid_regression = True
122 power_region_file_found = True
190 found_test = True
214 found_test = True
226 found_test = True
/gem5/util/batch/
H A Dsend.py114 doruns = True
117 update = True
121 docpts = True
123 clean = True
125 depend = True
127 onlyecho = True
129 force = True
136 listonly = True
142 runflag = True
146 verbose = True
[all...]

Completed in 31 milliseconds

1234567891011>>