Searched refs:True (Results 126 - 150 of 290) sorted by relevance

1234567891011>>

/gem5/tests/configs/
H A Dt1000-simple-atomic.py57 root = Root(full_system=True, system=system)
/gem5/src/cpu/testers/directedtest/
H A DRubyDirectedTester.py37 abstract = True
/gem5/src/dev/x86/
H A DSouthBridge.py72 ide.BAR0LegacyIO = True
75 ide.BAR1LegacyIO = True
77 ide.BAR2LegacyIO = True
80 ide.BAR3LegacyIO = True
/gem5/ext/pybind11/pybind11/
H A D__init__.py28 dist_cobj = dist.get_command_obj('install', create=True)
/gem5/util/
H A Dgit-pre-commit.py69 for status, fname in git.status(filter="MA", cached=True):
90 if not v.skip(fname) and v.check(fname, regions, fobj=f, silent=True):
H A Dcpt_upgrader.py144 return True
194 if kwargs.get('backup', True):
220 change = True
250 change = True
271 dest="backup", default=True,
/gem5/util/plot_dram/
H A Ddram_lat_mem_rd_plot.py84 got_ranges = True
147 plt.grid(True)
/gem5/configs/learning_gem5/part3/
H A Dtest_caches.py110 seq.no_retry_on_stall = True
114 seq.using_ruby_tester = True
/gem5/src/dev/net/
H A DEthernet.py89 loopback = Param.Bool(True, "send packet back to the sending interface")
107 abstract = True
134 abstract = True
193 abstract = True
209 rx_filter = Param.Bool(True, "Enable Receive Filter")
221 dma_no_allocate = Param.Bool(True, "Should we allocate cache on read")
/gem5/configs/ruby/
H A DGPU_VIPER_Baseline.py109 self.sequencer.is_cpu_sequencer = True
117 self.sequencer1.is_cpu_sequencer = True
164 self.sequencer.is_cpu_sequencer = True
206 resourceStalls = True
337 default = True)
339 default = True)
412 dir_cntrl = DirCntrl(noTCCdir=True,TCC_select_num_bits = TCC_bits)
419 dir_cntrl.requestFromCores = MessageBuffer(ordered = True)
434 dir_cntrl.triggerQueue = MessageBuffer(ordered = True)
435 dir_cntrl.L3triggerQueue = MessageBuffer(ordered = True)
[all...]
H A DMOESI_CMP_directory.py93 is_icache = True)
139 l1_cntrl.triggerQueue = MessageBuffer(ordered = True)
189 l2_cntrl.triggerQueue = MessageBuffer(ordered = True)
241 dma_cntrl.triggerQueue = MessageBuffer(ordered = True)
266 io_controller.triggerQueue = MessageBuffer(ordered = True)
H A DMOESI_hammer.py85 is_icache = True)
198 dir_cntrl.dmaResponseFromDir = MessageBuffer(ordered = True)
201 dir_cntrl.triggerQueue = MessageBuffer(ordered = True)
209 dir_cntrl.dmaRequestToDir = MessageBuffer(ordered = True)
234 dma_cntrl.responseFromDir = MessageBuffer(ordered = True)
252 io_controller.responseFromDir = MessageBuffer(ordered = True)
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py138 save_cookies: If True, save the authentication cookies to local disk.
237 self.authenticated = True
317 while True:
373 self.authenticated = True
419 dest="save_cookies", default=True,
490 server.authenticated = True
542 universal_newlines=True):
547 print_output: If True, the output is printed to stdout.
549 universal_newlines: Use universal_newlines flag (default: True).
559 while True
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py138 save_cookies: If True, save the authentication cookies to local disk.
237 self.authenticated = True
317 while True:
373 self.authenticated = True
419 dest="save_cookies", default=True,
490 server.authenticated = True
542 universal_newlines=True):
547 print_output: If True, the output is printed to stdout.
549 universal_newlines: Use universal_newlines flag (default: True).
559 while True
[all...]
/gem5/util/minorview/
H A Dview.py209 box.pack_start(widget, False, True, 0)
217 s.set_active(True)
219 p.set_active(True)
221 l.set_active(True)
223 f.set_active(True)
225 e.set_active(True)
257 self.bar.pack_start(row1, False, True, 0)
271 button.set_active(True)
322 return True
451 self.vbox.pack_start(self.controlbar, False, True,
[all...]
/gem5/src/python/m5/stats/
H A D__init__.py67 def _url_factory(schemes, enable=True):
101 qs = parse_qs(url.query, keep_blank_values=True)
137 def _textFactory(fn, desc=True):
145 * desc (bool): Output stat descriptions (default: True)
155 def _hdf5Factory(fn, chunking=10, desc=True, formulas=True):
180 * desc (bool): Output stat descriptions (default: True)
181 * formulas (bool): Output derived stats (default: True)
/gem5/ext/pybind11/tests/
H A Dtest_class.py120 expected = (True, True, True, True, True, False, False)
H A Dtest_callbacks.py19 assert m.test_callback2(func2) == ("func2", "Hello", "x", True, 5)
88 assert m.roundtrip(None, expect_none=True) is None
108 assert m.callback_with_movable(lambda _: None) is True
H A Dtest_exceptions.py19 m.throw_already_set(True)
46 assert m.python_call_in_destructor(d) is True
47 assert d["good"] is True
H A Dtest_numpy_dtypes.py119 assert m.test_dtype_methods() == [np.dtype('int32'), simple_dtype, False, True,
126 elements = [(False, 0, 0.0, -0.0), (True, 1, 1.5, -2.5), (False, 2, 3.0, -5.0)]
160 assert_equal(arr, [((False, 0, 0.0, -0.0), (True, 1, 1.5, -2.5)),
161 ((True, 1, 1.5, -2.5), (False, 2, 3.0, -5.0)),
162 ((False, 2, 3.0, -5.0), (True, 3, 4.5, -7.5))], nested_dtype)
196 arr = m.create_string_array(True)
/gem5/ext/ply/ply/
H A Dcpp.py166 while True:
277 while True:
409 macro.patch.sort(key=lambda x: x[2],reverse=True)
437 comma_patch = True
478 expanded[t.value] = True
555 needparen = True
607 enable = True
658 iftrigger = True
666 iftrigger = True
675 iftrigger = True
[all...]
/gem5/configs/example/
H A Druby_gpu_random_test.py150 system.ruby.randomization = True
165 ruby_port.no_retry_on_stall = True
171 ruby_port.using_ruby_tester = True
/gem5/configs/example/arm/
H A Dstarter_fs.py104 want_caches = True if mem_mode == "timing" else False
183 while True:
232 root = Root(full_system=True)
/gem5/tests/gem5/
H A Dverifier.py174 def __init__(self, regex, match_stderr=True, match_stdout=True):
190 return True
/gem5/ext/ply/example/GardenSnake/
H A DGardenSnake.py158 # "must_indent" is True if the token must be indented from the
159 # previous code. The other is "at_line_start" which is True for WS
173 lexer.at_line_start = at_line_start = True
185 at_line_start = True
191 assert token.at_line_start == True
192 at_line_start = True
198 token.must_indent = True
246 prev_was_ws = True
301 def filter(lexer, add_endmarker = True):
320 def input(self, s, add_endmarker=True)
[all...]

Completed in 37 milliseconds

1234567891011>>