Ruby: Simplify tester ports by not using SimpleTimingPort
authorAndreas Hansson <andreas.hansson@arm.com>
Fri, 24 Feb 2012 16:48:48 +0000 (11:48 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Fri, 24 Feb 2012 16:48:48 +0000 (11:48 -0500)
commit86c2aad482df4bf56977bf1a098d2dd01c641bfd
tree9dffc6f5954b577a145f2946ca675ebc8a1f266d
parent485d103255c0f64ebf697650c899fe7a80db1d6d
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).
src/cpu/testers/directedtest/RubyDirectedTester.hh
src/cpu/testers/rubytest/RubyTester.hh