diff options
| author | Tim Rogers <[email protected]> | 2019-05-13 21:29:32 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-13 21:29:32 -0400 |
| commit | 1a0dbc16e1a1959741385345b2bce38fb89c8695 (patch) | |
| tree | c04211409ff18d726aefae795cef79cdb884df0f /src/gpgpu-sim/icnt_wrapper.h | |
| parent | 884ae41931010f129c0e9ba353f34177a0ae3599 (diff) | |
| parent | cbb929b6f15f63f0b104e2acac7a17f02c0208fe (diff) | |
Merge branch 'dev' into AerialVision_cache_support
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 ); |
