32a33,34
> from __future__ import print_function
>
73c75
< print "Error: script doesn't take any positional arguments"
---
> print("Error: script doesn't take any positional arguments")
300c302
< print 'Exiting @ tick', m5.curTick(), 'because', exit_event.getCause()
---
> print('Exiting @ tick', m5.curTick(), 'because', exit_event.getCause())