tried to undo change and it didnt work so might as well put it back
authorKorey Sewell <ksewell@umich.edu>
Thu, 15 Jun 2006 02:01:36 +0000 (22:01 -0400)
committerKorey Sewell <ksewell@umich.edu>
Thu, 15 Jun 2006 02:01:36 +0000 (22:01 -0400)
--HG--
extra : convert_revision : 9793917e8a3e4d30f59ff469e4f08da96ce001f9

configs/test/test.py

index 2ece9e67528cdc22685e5716ef9706947be04fad..9ab5f6e006c6aa7b8abd2a558ef9a64754b514ff 100644 (file)
@@ -50,5 +50,5 @@ m5.instantiate(root)
 # simulate until program terminates
 exit_event = m5.simulate()
 
-print 'Exiting @', m5.curTick(), 'because', exit_event.getCause()
+print 'Exiting @ cycle', m5.curTick(), 'because', exit_event.getCause()