VPR-6.0

vpr/SRC/util/vpr_utils.h

Go to the documentation of this file.
00001 #ifndef VPR_UTILS_H
00002 #define VPR_UTILS_H
00003 
00004 #include "util.h"
00005 
00006 void print_tabs(FILE * fpout, int num_tab);
00007 
00008 boolean is_opin(int ipin,
00009                 t_type_ptr type);
00010 
00011 void get_class_range_for_block(INP int iblk,
00012                                OUTP int *class_low,
00013                                OUTP int *class_high);
00014 
00015 void sync_grid_to_blocks(INP int num_blocks,
00016                          INP const struct s_block block_list[],
00017                          INP int nx,
00018                          INP int ny,
00019                          INOUTP struct s_grid_tile **grid);
00020 
00021 #endif
00022