35a36,37
> from __future__ import print_function
>
388c390
< print "Using GPU kernel code file(s)", ",".join(kernel_files)
---
> print("Using GPU kernel code file(s)", ",".join(kernel_files))
492c494
< print "incrementing idx on ", i
---
> print("incrementing idx on ", i)
555,556c557
< print "Switch at instruction count: %d" % \
< cpu_list[0].max_insts_any_thread
---
> print("Switch at instruction count: %d" % cpu_list[0].max_insts_any_thread)
563c564
< print "Switched CPUS @ tick %s" % (m5.curTick())
---
> print("Switched CPUS @ tick %s" % (m5.curTick()))
571c572
< print "Dumping stats..."
---
> print("Dumping stats...")
574c575
< print "Switched CPUS @ tick %s" % (m5.curTick())
---
> print("Switched CPUS @ tick %s" % (m5.curTick()))
580,581c581,582
< print "Ticks:", m5.curTick()
< print 'Exiting because ', exit_event.getCause()
---
> print("Ticks:", m5.curTick())
> print('Exiting because ', exit_event.getCause())