summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/local_interconnect.h
diff options
context:
space:
mode:
authorshen203 <[email protected]>2019-07-30 15:48:32 -0400
committerMahmoud <[email protected]>2019-07-30 16:16:13 -0400
commit56c52cf6c4b369e9fd05759e9b16ea37ff6e332c (patch)
tree0c41f5763697c3664a732553769f25a3e5f154ad /src/gpgpu-sim/local_interconnect.h
parent21d937256fbca004c926531cfef1adefcedeef91 (diff)
changing x-bar algorithm to islip
Diffstat (limited to 'src/gpgpu-sim/local_interconnect.h')
-rw-r--r--src/gpgpu-sim/local_interconnect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpgpu-sim/local_interconnect.h b/src/gpgpu-sim/local_interconnect.h
index 502c80d..f4a2af1 100644
--- a/src/gpgpu-sim/local_interconnect.h
+++ b/src/gpgpu-sim/local_interconnect.h
@@ -82,7 +82,8 @@ private:
vector<queue<Packet> > out_buffers;
unsigned _n_shader, _n_mem, total_nodes;
unsigned in_buffer_limit, out_buffer_limit;
- unsigned next_node;
+ vector<unsigned> next_node;
+// unsigned next_node;
unsigned m_id;
enum Interconnect_type router_type;
unsigned active_in_buffers,active_out_buffers;