VPR-6.0
|
00001 #ifndef SETUPGRAD_H 00002 #define SETUPGRID_H 00003 00004 /* 00005 * @file 00006 * 00007 * Author: Jason Luu 00008 * Date: October 8, 2008 00009 * 00010 * Initializes and allocates the physical logic block grid for VPR. 00011 */ 00012 00013 void alloc_and_load_grid(INOUTP int *num_instances_type); /**< [0..num_types-1] */ 00014 void freeGrid(); 00015 00016 #endif 00017