diff options
| author | Dongdong Li <[email protected]> | 2013-11-22 15:38:36 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:59 -0700 |
| commit | ef8a5521e440baa2f86d468cdc9078f54ec7c0c0 (patch) | |
| tree | c1627660cc01983067eb5d9b09fb82b4e06d9983 /src/intersim/interconnect_interface.h | |
| parent | bdc0e550448f04c7c8f030b7421209bae37e651d (diff) | |
Delete Intersim
Code Review Issue: 113001
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 17414]
Diffstat (limited to 'src/intersim/interconnect_interface.h')
| -rw-r--r-- | src/intersim/interconnect_interface.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/src/intersim/interconnect_interface.h b/src/intersim/interconnect_interface.h deleted file mode 100644 index 1f136cc..0000000 --- a/src/intersim/interconnect_interface.h +++ /dev/null @@ -1,42 +0,0 @@ -#ifndef INTERCONNECT_INTERFACE_H -#define INTERCONNECT_INTERFACE_H - -#include "flit.hpp" -#include "trafficmanager.hpp" - -struct glue_buf { - int flit_c; // flit count - void *data; - int net_num; // which network is this flit in (we might have several icnt networks) - int src; - int dest; -}; - -//node side functions -bool interconnect_has_buffer(unsigned int input, unsigned int size); -void interconnect_push ( unsigned int input, unsigned int output, - void* data, unsigned int size); -void* interconnect_pop(unsigned int output); -void init_interconnect (char* config_file, - unsigned int n_shader, - unsigned int n_mem); -void advance_interconnect(); -unsigned interconnect_busy(); -void interconnect_stats() ; - -//interconnect side functions -void create_buf(int src_n,int warp_n, int vc_n); -int in_map (int input) ; -void write_out_buf(int output, Flit * data); -void transfer2boundary_buf(int output); -void time_vector_update_icnt_injected(void* mf, int input); - -// other -void icnt_overal_stat(); -void icnt_init_grid (); - -unsigned interconnect_get_flit_size( ); - -#endif - - |
