use 'tick' instead of 'cycle'
authorKorey Sewell <ksewell@umich.edu>
Sun, 18 Jun 2006 19:58:14 +0000 (15:58 -0400)
committerKorey Sewell <ksewell@umich.edu>
Sun, 18 Jun 2006 19:58:14 +0000 (15:58 -0400)
--HG--
extra : convert_revision : e7119d20ef95deab16081743c885979b0fa85548

configs/test/test.py

index a570c1a08606b710ae83d3de7a2df6c1d519fe07..48d43cee93ac46dde6d2be1efaf65082588efa87 100644 (file)
@@ -55,5 +55,5 @@ if options.maxtick:
 else:
     exit_event = m5.simulate()
 
-print 'Exiting @ cycle', m5.curTick(), 'because', exit_event.getCause()
+print 'Exiting @ tick', m5.curTick(), 'because', exit_event.getCause()