summaryrefslogtreecommitdiff
path: root/src/intersim/interconnect_interface.h
diff options
context:
space:
mode:
authorTayler Hetherington <[email protected]>2012-11-30 21:29:42 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:49:22 -0700
commit36ce0f2243fd0723a746b3c2f5f0651577312400 (patch)
treee79475e75f800ad34b4851ea710c4ee409f5bd72 /src/intersim/interconnect_interface.h
parent08ec3343d0bca75e63e130266f75f8242f22050b (diff)
Merging Power model into Fermi
//depot/gpgpu_sim_research/fermi_power/distribution/... to //depot/gpgpu_sim_research/fermi/distribution/... [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14723]
Diffstat (limited to 'src/intersim/interconnect_interface.h')
-rw-r--r--src/intersim/interconnect_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intersim/interconnect_interface.h b/src/intersim/interconnect_interface.h
index 07f6580..1f136cc 100644
--- a/src/intersim/interconnect_interface.h
+++ b/src/intersim/interconnect_interface.h
@@ -35,6 +35,8 @@ void time_vector_update_icnt_injected(void* mf, int input);
void icnt_overal_stat();
void icnt_init_grid ();
+unsigned interconnect_get_flit_size( );
+
#endif