change back, BK is acting up
--HG-- extra : convert_revision : 11fd5ebbca0408b357e9186d1b3722eb571e874e
This commit is contained in:
parent
7cd362ca4e
commit
7b44630b95
1 changed files with 1 additions and 1 deletions
|
@ -50,5 +50,5 @@ m5.instantiate(root)
|
||||||
# simulate until program terminates
|
# simulate until program terminates
|
||||||
exit_event = m5.simulate()
|
exit_event = m5.simulate()
|
||||||
|
|
||||||
print 'Exiting @ cycle', m5.curTick(), 'because', exit_event.getCause()
|
print 'Exiting @', m5.curTick(), 'because', exit_event.getCause()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue