style: fix amd license and style issues
authorTony Gutierrez <anthony.gutierrez@amd.com>
Fri, 27 Apr 2018 18:58:07 +0000 (14:58 -0400)
committerAnthony Gutierrez <anthony.gutierrez@amd.com>
Wed, 16 May 2018 15:32:01 +0000 (15:32 +0000)
commitabb21ba99f3ae910101fc9f17341a52039c0547b
treec6ade59558d7a568f30a7bc61eea6d763f6d3ebb
parent7c46a8eb2be41ee1a3892956f5806440a0f76c83
style: fix amd license and style issues

Change-Id: I26136fb49f743c4a597f8021cfd27f78897267b5
Reviewed-on: https://gem5-review.googlesource.com/10463
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
61 files changed:
configs/example/apu_se.py
configs/ruby/MOESI_AMD_Base.py
src/gpu-compute/LdsState.py
src/gpu-compute/SConscript
src/gpu-compute/X86GPUTLB.py
src/gpu-compute/compute_unit.cc
src/gpu-compute/compute_unit.hh
src/gpu-compute/dispatcher.cc
src/gpu-compute/dispatcher.hh
src/gpu-compute/exec_stage.cc
src/gpu-compute/exec_stage.hh
src/gpu-compute/fetch_stage.cc
src/gpu-compute/fetch_stage.hh
src/gpu-compute/fetch_unit.cc
src/gpu-compute/fetch_unit.hh
src/gpu-compute/global_memory_pipeline.cc
src/gpu-compute/global_memory_pipeline.hh
src/gpu-compute/gpu_dyn_inst.cc
src/gpu-compute/gpu_dyn_inst.hh
src/gpu-compute/gpu_exec_context.cc
src/gpu-compute/gpu_exec_context.hh
src/gpu-compute/gpu_static_inst.cc
src/gpu-compute/gpu_static_inst.hh
src/gpu-compute/gpu_tlb.hh
src/gpu-compute/lds_state.cc
src/gpu-compute/lds_state.hh
src/gpu-compute/local_memory_pipeline.cc
src/gpu-compute/local_memory_pipeline.hh
src/gpu-compute/misc.hh
src/gpu-compute/pool_manager.cc
src/gpu-compute/pool_manager.hh
src/gpu-compute/schedule_stage.cc
src/gpu-compute/schedule_stage.hh
src/gpu-compute/scoreboard_check_stage.cc
src/gpu-compute/scoreboard_check_stage.hh
src/gpu-compute/shader.cc
src/gpu-compute/simple_pool_manager.cc
src/gpu-compute/simple_pool_manager.hh
src/gpu-compute/tlb_coalescer.cc
src/gpu-compute/tlb_coalescer.hh
src/gpu-compute/vector_register_file.cc
src/gpu-compute/vector_register_file.hh
src/gpu-compute/wavefront.cc
src/gpu-compute/wavefront.hh
src/mem/ruby/common/IntVec.cc
src/mem/ruby/common/IntVec.hh
src/mem/ruby/system/GPUCoalescer.cc
src/mem/ruby/system/GPUCoalescer.hh
src/mem/ruby/system/GPUCoalescer.py
src/mem/ruby/system/VIPERCoalescer.cc
src/mem/ruby/system/VIPERCoalescer.hh
src/mem/ruby/system/VIPERCoalescer.py
src/mem/ruby/system/WeightedLRUPolicy.cc
src/mem/ruby/system/WeightedLRUPolicy.hh
src/mem/ruby/system/WeightedLRUReplacementPolicy.py
src/sim/aux_vector.cc
src/sim/aux_vector.hh
src/sim/fd_array.cc
src/sim/fd_array.hh
src/sim/fd_entry.cc
src/sim/fd_entry.hh