From: Korey Sewell Date: Sun, 18 Jun 2006 19:58:14 +0000 (-0400) Subject: use 'tick' instead of 'cycle' X-Git-Tag: m5_2.0_beta1~36^2~54 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca25e709077b8407fa378e2e19d273023fa0afa9;p=gem5.git use 'tick' instead of 'cycle' --HG-- extra : convert_revision : e7119d20ef95deab16081743c885979b0fa85548 --- diff --git a/configs/test/test.py b/configs/test/test.py index a570c1a08..48d43cee9 100644 --- a/configs/test/test.py +++ b/configs/test/test.py @@ -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()