diff options
Diffstat (limited to 'src/gpu-compute/compute_unit.hh')
-rw-r--r-- | src/gpu-compute/compute_unit.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu-compute/compute_unit.hh b/src/gpu-compute/compute_unit.hh index cfe25d7d8..adf3c21d2 100644 --- a/src/gpu-compute/compute_unit.hh +++ b/src/gpu-compute/compute_unit.hh @@ -53,8 +53,8 @@ #include "gpu-compute/qstruct.hh" #include "gpu-compute/schedule_stage.hh" #include "gpu-compute/scoreboard_check_stage.hh" -#include "mem/mem_object.hh" #include "mem/port.hh" +#include "sim/clocked_object.hh" static const int MAX_REGS_FOR_NON_VEC_MEM_INST = 1; static const int MAX_WIDTH_FOR_MEM_INST = 32; @@ -91,7 +91,7 @@ enum TLB_CACHE TLB_HIT_CACHE_HIT }; -class ComputeUnit : public MemObject +class ComputeUnit : public ClockedObject { public: FetchStage fetchStage; |