noc_functions.h 263 B

123456789
  1. #ifndef __NOC_FUNCTIONS_H__
  2. #define __NOC_FUNCTIONS_H__
  3. int distance(int core_start, int core_fin);
  4. void get_reg_idags(region cur_reg, int *region_idags);
  5. int region_count(region cur_reg);
  6. int get_cluster_info(int idag_num, int *Cl_x_max, int *Cl_y_max);
  7. #endif