use 'tick' instead of 'cycle'

--HG--
extra : convert_revision : e7119d20ef95deab16081743c885979b0fa85548
This commit is contained in:
Korey Sewell 2006-06-18 15:58:14 -04:00
parent d21fa52c09
commit ca25e70907

View 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()