Skip to content

Commit c0a2736

Browse files
Create SetupVibGrid.h
1 parent 6359b5c commit c0a2736

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

vpr/src/base/SetupVibGrid.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#ifndef SETUPVIBGRID_H
2+
#define SETUPVIBGRID_H
3+
4+
/**
5+
* @file
6+
* @author Jason Luu
7+
* @date October 8, 2008
8+
*
9+
* @brief Initializes and allocates the physical logic block grid for VPR.
10+
*/
11+
12+
#include <vector>
13+
#include "physical_types.h"
14+
15+
VibDeviceGrid create_vib_device_grid(std::string layout_name, const std::vector<t_vib_grid_def>& vib_grid_layouts);
16+
17+
#endif

0 commit comments

Comments
 (0)