summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2011-03-03 22:33:14 -0800
committerTor Aamodt <[email protected]>2011-03-03 22:33:14 -0800
commitb5741101e3ef2f9f8b008a906de7fbd5ddbbe82f (patch)
tree6e67077538e6addcc50da96168ba13adc2bb73ee /src/gpgpu-sim/shader.h
parent9e11b2c619e1c55a680f933be2be39ff1a5b381c (diff)
refactor pipeline stage names
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 8544]
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index e3a4c62..8d6c290 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -1235,8 +1235,10 @@ private:
void fetch();
void register_cta_thread_exit( unsigned cta_num );
-
+
void decode();
+
+ void issue();
friend class scheduler_unit; //this is needed to use private issue warp.
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 );