use 'tick' instead of 'cycle'
--HG-- extra : convert_revision : e7119d20ef95deab16081743c885979b0fa85548
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user