From 23d096dd1f1d4f0387087ffff0605fbf349556d2 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 28 Nov 2010 09:35:25 -0800 Subject: adding 1st level data cache [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 8153] --- 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 d37755a..b1ba991 100644 --- a/src/gpgpu-sim/icnt_wrapper.h +++ b/src/gpgpu-sim/icnt_wrapper.h @@ -67,6 +67,8 @@ #ifndef ICNT_WRAPPER_H #define ICNT_WRAPPER_H +#include + // functional interface to the interconnect typedef bool (*icnt_has_buffer_p)(unsigned input, unsigned int size); typedef void (*icnt_push_p)(unsigned input, unsigned output, void* data, unsigned int size); @@ -90,5 +92,6 @@ enum network_mode { void icnt_init( unsigned int n_shader, unsigned int n_mem ); void icnt_reg_options( class OptionParser * opp ); +void display_icnt_state( FILE *fp ); #endif -- cgit v1.3