gem5/src/cpu/testers
Brad Beckmann 173a786921 ruby: more flexible ruby tester support
This patch allows the ruby random tester to use ruby ports that may only
support instr or data requests.  This patch is similar to a previous changeset
(8932:1b2c17565ac8) that was unfortunately broken by subsequent changesets.
This current patch implements the support in a more straight-forward way.
Since retries are now tested when running the ruby random tester, this patch
splits up the retry and drain check behavior so that RubyPort children, such
as the GPUCoalescer, can perform those operations correctly without having to
duplicate code.  Finally, the patch also includes better DPRINTFs for
debugging the tester.
2015-07-20 09:15:18 -05:00
..
directedtest ruby: eliminate type uint64 and int64 2015-08-29 10:19:23 -05:00
memtest mem: Split port retry for all different packet classes 2015-03-02 04:00:35 -05:00
networktest mem: Split port retry for all different packet classes 2015-03-02 04:00:35 -05:00
rubytest ruby: more flexible ruby tester support 2015-07-20 09:15:18 -05:00
traffic_gen cpu: Fix memory leak in traffic generator 2015-11-22 05:10:16 -05:00