Searched hist:8854 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/testers/directedtest/
H A DRubyDirectedTester.hh8854:04d1736a5098 Fri Feb 24 11:48:00 EST 2012 Andreas Hansson <andreas.hansson@arm.com> Ruby: Simplify tester ports by not using SimpleTimingPort

This patch simplfies the master ports used by RubyDirectedTester and
RubyTester by avoiding the use of SimpleTimingPort. Neither tester
made any use of the functionality offered by SimpleTimingPort besides
a trivial implementation of recvFunctional (only snoops) and
recvRangeChange (not relevant since there is only one master).

The patch does not change or add any functionality, it merely makes
the introduction of a master/slave port easier (in a future patch).
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.hh8854:04d1736a5098 Fri Feb 24 11:48:00 EST 2012 Andreas Hansson <andreas.hansson@arm.com> Ruby: Simplify tester ports by not using SimpleTimingPort

This patch simplfies the master ports used by RubyDirectedTester and
RubyTester by avoiding the use of SimpleTimingPort. Neither tester
made any use of the functionality offered by SimpleTimingPort besides
a trivial implementation of recvFunctional (only snoops) and
recvRangeChange (not relevant since there is only one master).

The patch does not change or add any functionality, it merely makes
the introduction of a master/slave port easier (in a future patch).

Completed in 18 milliseconds