diff options
| author | Mahmoud <[email protected]> | 2019-04-11 19:53:23 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-04-11 19:53:23 -0400 |
| commit | bb7ed349e146ea6b9ef1100d81fa7ac5ef2751cb (patch) | |
| tree | 9a01f162516a855c19cd617e68194afdb6e465c8 /src/gpgpu-sim/icnt_wrapper.h | |
| parent | c2917b4c93a84a6645aa7d7c5ac1c389b3369586 (diff) | |
adding local xbar and fast execution mode
Diffstat (limited to 'src/gpgpu-sim/icnt_wrapper.h')
| -rw-r--r-- | src/gpgpu-sim/icnt_wrapper.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gpgpu-sim/icnt_wrapper.h b/src/gpgpu-sim/icnt_wrapper.h index a4d123e..e1086f9 100644 --- a/src/gpgpu-sim/icnt_wrapper.h +++ b/src/gpgpu-sim/icnt_wrapper.h @@ -57,13 +57,16 @@ extern icnt_display_stats_p icnt_display_stats; extern icnt_display_overall_stats_p icnt_display_overall_stats; extern icnt_display_state_p icnt_display_state; extern icnt_get_flit_size_p icnt_get_flit_size; -extern int g_network_mode; +extern unsigned g_network_mode; enum network_mode { INTERSIM = 1, + LOCAL_XBAR = 2, N_NETWORK_MODE }; + + void icnt_wrapper_init(); void icnt_reg_options( class OptionParser * opp ); |
