Searched refs:support_data_reqs (Results 1 - 10 of 10) sorted by relevance

/gem5/tests/configs/
H A Drubytest-ruby.py106 if ruby_port.support_data_reqs and ruby_port.support_inst_reqs:
108 elif ruby_port.support_data_reqs:
H A Dgpu-randomtest-ruby.py121 if ruby_port.support_data_reqs and ruby_port.support_inst_reqs:
123 elif ruby_port.support_data_reqs:
/gem5/configs/learning_gem5/part3/
H A Dtest_caches.py102 if seq.support_data_reqs and seq.support_inst_reqs:
104 elif seq.support_data_reqs:
/gem5/configs/example/
H A Druby_random_test.py132 if ruby_port.support_data_reqs and ruby_port.support_inst_reqs:
134 elif ruby_port.support_data_reqs:
H A Druby_gpu_random_test.py157 if ruby_port.support_data_reqs and ruby_port.support_inst_reqs:
159 elif ruby_port.support_data_reqs:
/gem5/src/mem/ruby/system/
H A DSequencer.py51 support_data_reqs = Param.Bool(True, "data cache requests supported") variable in class:RubyPort
/gem5/configs/ruby/
H A DGPU_RfO.py242 self.sequencer.support_data_reqs = False
263 self.sequencer.support_data_reqs = False
H A DGPU_VIPER_Region.py196 self.sequencer.support_data_reqs = False
H A DGPU_VIPER_Baseline.py195 self.sequencer.support_data_reqs = False
H A DGPU_VIPER.py230 self.sequencer.support_data_reqs = False

Completed in 19 milliseconds