From 36ce0f2243fd0723a746b3c2f5f0651577312400 Mon Sep 17 00:00:00 2001 From: Tayler Hetherington Date: Fri, 30 Nov 2012 21:29:42 -0800 Subject: 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] --- src/gpgpu-sim/icnt_wrapper.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gpgpu-sim/icnt_wrapper.h') diff --git a/src/gpgpu-sim/icnt_wrapper.h b/src/gpgpu-sim/icnt_wrapper.h index 6c30bff..f8e6baf 100644 --- a/src/gpgpu-sim/icnt_wrapper.h +++ b/src/gpgpu-sim/icnt_wrapper.h @@ -37,6 +37,8 @@ typedef void* (*icnt_pop_p)(unsigned output); typedef void (*icnt_transfer_p)( ); typedef unsigned (*icnt_busy_p)( ); typedef void (*icnt_drain_p)( ); +typedef unsigned (*icnt_get_flit_size_p)(); + extern icnt_has_buffer_p icnt_has_buffer; extern icnt_push_p icnt_push; @@ -44,6 +46,7 @@ extern icnt_pop_p icnt_pop; extern icnt_transfer_p icnt_transfer; extern icnt_busy_p icnt_busy; extern icnt_drain_p icnt_drain; +extern icnt_get_flit_size_p icnt_get_flit_size; extern int g_network_mode; enum network_mode { -- cgit v1.3