VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
SetupGrid.h
Go to the documentation of this file.
1 #ifndef SETUPGRAD_H
2 #define SETUPGRID_H
3 
4 /*
5  Author: Jason Luu
6  Date: October 8, 2008
7 
8  Initializes and allocates the physical logic block grid for VPR.
9 
10  */
11 
12 void alloc_and_load_grid(INOUTP int *num_instances_type); /* [0..num_types-1] */
13 void freeGrid(void);
14 
15 #endif
16 
#define INOUTP
Definition: util.h:21
void freeGrid(void)
Definition: SetupGrid.c:130
void alloc_and_load_grid(INOUTP int *num_instances_type)
Definition: SetupGrid.c:22