summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-11-29 19:53:45 -0800
committerTor Aamodt <[email protected]>2010-11-29 19:53:45 -0800
commit7a47f9cd62902d960a989a920d882f3b77fe7b2a (patch)
tree0a64d2d4ffd2572bc5758f7300138ac25e4f4049 /src/gpgpu-sim/shader.h
parent5a52fa70980d905f1117250d0508c529293c9049 (diff)
make an explicit read operands stage
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 8174]
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index e015b11..c312d62 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -1168,6 +1168,8 @@ private:
void issue_warp( warp_inst_t *&warp, const warp_inst_t *pI, const active_mask_t &active_mask, unsigned warp_id );
void func_exec_inst( warp_inst_t &inst );
address_type translate_local_memaddr(address_type localaddr, unsigned tid, unsigned num_shader );
+
+ void read_operands();
void execute();