blob: 3740de50602815f1ad9bfed6f3c8680f8e654300 [file] [log] [blame]
#ifndef VPR_UTILS_H
#define VPR_UTILS_H
#include "util.h"
void print_tabs(FILE * fpout, int num_tab);
boolean is_opin(int ipin,
t_type_ptr type);
void get_class_range_for_block(INP int iblk,
OUTP int *class_low,
OUTP int *class_high);
void sync_grid_to_blocks(INP int num_blocks,
INP const struct s_block block_list[],
INP int nx,
INP int ny,
INOUTP struct s_grid_tile **grid);
#endif