Searched refs:support_inst_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:
110 elif ruby_port.support_inst_reqs:
H A Dgpu-randomtest-ruby.py121 if ruby_port.support_data_reqs and ruby_port.support_inst_reqs:
125 elif ruby_port.support_inst_reqs:
/gem5/configs/learning_gem5/part3/
H A Dtest_caches.py102 if seq.support_data_reqs and seq.support_inst_reqs:
106 elif seq.support_inst_reqs:
/gem5/configs/example/
H A Druby_random_test.py132 if ruby_port.support_data_reqs and ruby_port.support_inst_reqs:
136 elif ruby_port.support_inst_reqs:
H A Druby_gpu_random_test.py157 if ruby_port.support_data_reqs and ruby_port.support_inst_reqs:
161 elif ruby_port.support_inst_reqs:
/gem5/src/mem/ruby/system/
H A DSequencer.py52 support_inst_reqs = Param.Bool(True, "inst cache requests supported") variable in class:RubyPort
/gem5/configs/ruby/
H A DGPU_RfO.py168 self.coalescer.support_inst_reqs = False
200 self.coalescer.support_inst_reqs = False
H A DGPU_VIPER.py156 self.coalescer.support_inst_reqs = False
187 self.coalescer.support_inst_reqs = False
H A DGPU_VIPER_Region.py157 self.coalescer.support_inst_reqs = False
H A DGPU_VIPER_Baseline.py156 self.coalescer.support_inst_reqs = False

Completed in 19 milliseconds