use 'tick' instead of 'cycle'
--HG-- extra : convert_revision : e7119d20ef95deab16081743c885979b0fa85548
This commit is contained in:
parent
d21fa52c09
commit
ca25e70907
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue