Skip to content

Commit 993aca5

Browse files
Update SetupGrid.h
1 parent 510f4e2 commit 993aca5

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
@@ -21,7 +21,7 @@ DeviceGrid create_device_grid(const std::string& layout_name,
2121

2222
///@brief Find the device close in size to the specified dimensions
2323

24-
DeviceGrid create_device_grid(std::string& layout_name, const std::vector<t_grid_def>& grid_layouts, size_t min_width, size_t min_height);
24+
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);
2525
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);
2626

2727
/**

0 commit comments

Comments
 (0)