summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index 0d74e95..b9e0bda 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -879,8 +879,8 @@ private:
unsigned m_sid;
unsigned m_tpc;
- cache_t *m_L1T; // texture cache
- cache_t *m_L1C; // constant cache
+ tex_cache *m_L1T; // texture cache
+ read_only_cache *m_L1C; // constant cache
std::map<unsigned/*warp_id*/, std::map<unsigned/*regnum*/,unsigned/*count*/> > m_pending_writes;
std::list<mem_fetch*> m_response_fifo;
opndcoll_rfu_t *m_operand_collector;
@@ -1066,7 +1066,7 @@ private:
shader_memory_interface *m_icnt;
// fetch
- cache_t *m_L1I; // instruction cache
+ read_only_cache *m_L1I; // instruction cache
int m_last_warp_fetched;
// decode/dispatch