30a31,32
> from __future__ import print_function
>
78c80
< print "Error: script doesn't take any positional arguments"
---
> print("Error: script doesn't take any positional arguments")
159c161
< print 'Exiting @ tick', m5.curTick(), 'because', exit_event.getCause()
---
> print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())