ruby sequencer: converts cycles to ticks in deadlock panic()
authorMalek Musleh <malek.musleh@gmail.com>
Mon, 14 Jan 2013 16:05:12 +0000 (10:05 -0600)
committerMalek Musleh <malek.musleh@gmail.com>
Mon, 14 Jan 2013 16:05:12 +0000 (10:05 -0600)
commit1abf950f3c4ce407c39cb0c86c834b7048181c07
treeecc3a4c15461d174bd35b4568f892ab56c0fd6c4
parent20129837186a5eb28a1b1e2f8dcd441934af68a6
ruby sequencer: converts cycles to ticks in deadlock panic()
This patch converts the panic() print outs in the Sequencer::wakeup()
call from ruby cycles to Ticks(). This makes it easier to debug deadlocks
with the ProtocolTrace flag so the issue time indicated in the panic message
can be quickly searched for.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
src/mem/ruby/system/Sequencer.cc