You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/libarchfpga/src/device_grid.h
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,12 @@ struct t_grid_tile {
19
19
const t_metadata_dict* meta = nullptr;
20
20
};
21
21
22
-
///@brief DeviceGrid represents the FPGA fabric. It is used to get information about different layers and tiles.
23
-
// TODO: All of the function 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.
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.
24
+
/**
25
+
* @class DeviceGrid
26
+
* @brief Represents the FPGA fabric. It is used to get information about different layers and tiles.
0 commit comments