Skip to content

Commit fa55ebb

Browse files
move todo item outside doxygen comment
1 parent 5897623 commit fa55ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/libarchfpga/src/device_grid.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ struct t_grid_tile {
1919
const t_metadata_dict* meta = nullptr;
2020
};
2121

22+
23+
//TODO: All of the functions that use helper functions of this class should pass the layer_num to the functions, and the default value of layer_num should be deleted eventually.
2224
/**
2325
* @class DeviceGrid
2426
* @brief Represents the FPGA fabric. It is used to get information about different layers and tiles.
25-
*
26-
* TODO: All of the functions that use helper functions of this class should pass the layer_num to the functions, and the default value of layer_num should be deleted eventually.
2727
*/
2828
class DeviceGrid {
2929
public:

0 commit comments

Comments
 (0)