config: Switch from the print statement to the print function.
authorGabe Black <gabeblack@google.com>
Tue, 6 Mar 2018 06:51:34 +0000 (22:51 -0800)
committerGabe Black <gabeblack@google.com>
Tue, 6 Mar 2018 23:39:43 +0000 (23:39 +0000)
commit659900aedd1b4fc69b61b5dbaee39dba26848637
tree586dcfc17855c54a4985f596a145730cdeab7309
parent0bb50e6745b35c785c4d8051eb43f6bc419fb924
config: Switch from the print statement to the print function.

Change-Id: I701fa58cfcfa2767ce9ad24da314a053889878d0
Reviewed-on: https://gem5-review.googlesource.com/8762
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Maintainer: Gabe Black <gabeblack@google.com>
39 files changed:
configs/common/Benchmarks.py
configs/common/CacheConfig.py
configs/common/CpuConfig.py
configs/common/FSConfig.py
configs/common/GPUTLBConfig.py
configs/common/MemConfig.py
configs/common/PlatformConfig.py
configs/common/Simulation.py
configs/common/cores/arm/HPI.py
configs/common/cpu2000.py
configs/dram/lat_mem_rd.py
configs/dram/low_power_sweep.py
configs/dram/sweep.py
configs/example/apu_se.py
configs/example/arm/fs_bigLITTLE.py
configs/example/arm/fs_power.py
configs/example/arm/starter_fs.py
configs/example/arm/starter_se.py
configs/example/etrace_replay.py
configs/example/fs.py
configs/example/garnet_synth_traffic.py
configs/example/hmctest.py
configs/example/memcheck.py
configs/example/memtest.py
configs/example/read_config.py
configs/example/ruby_direct_test.py
configs/example/ruby_gpu_random_test.py
configs/example/ruby_mem_test.py
configs/example/ruby_random_test.py
configs/example/se.py
configs/learning_gem5/part1/simple.py
configs/learning_gem5/part1/two_level.py
configs/learning_gem5/part2/hello_goodbye.py
configs/learning_gem5/part2/run_simple.py
configs/learning_gem5/part2/simple_cache.py
configs/learning_gem5/part2/simple_memobj.py
configs/ruby/Ruby.py
configs/splash2/cluster.py
configs/splash2/run.py