Skip to content

Commit b3bb7c8

Browse files
Update SetupGrid.h
1 parent bb2d5cf commit b3bb7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/base/SetupGrid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DeviceGrid create_device_grid(const std::string& layout_name,
2222
///@brief Find the device close in size to the specified dimensions
2323

2424
DeviceGrid create_device_grid(const std::string& layout_name, const std::vector<t_grid_def>& grid_layouts, size_t min_width, size_t min_height);
25-
vtr::NdMatrix<const t_vib_inf*, 3> create_vib_device_grid(std::string layout_name, const std::vector<t_vib_grid_def>& vib_grid_layouts);
25+
vtr::NdMatrix<const VibInf*, 3> create_vib_device_grid(std::string layout_name, const std::vector<t_vib_grid_def>& vib_grid_layouts);
2626

2727
/**
2828
* @brief Calculate the device utilization

0 commit comments

Comments
 (0)