Skip to content

Commit 7fcb83e

Browse files
Improve LibArchFPGA doxygen documentation
1 parent 9542ce9 commit 7fcb83e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/api/libarchfpga/grid_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Grid Specification Types
33
========
44

5-
These types are used to capture user's intended architecture specification and will be later turned into a flattened device grid according to the device's size.
5+
These types are used to capture user's intended grid specification, i.e., which tiles go where in the device. These specifications will be later turned into a flattened device grid according to the device's size.
66

77
.. doxygenstruct:: t_grid_loc_spec
88
:project: vpr

doc/src/api/libarchfpga/physical_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Physical Types
33
========
44

5-
These types are used to capture user's intended architecture specification and will be later turned into a flattened device grid according to the device's size.
5+
These types are used to capture user's intended architecture specification.
66

77
.. doxygenstruct:: t_arch
88
:project: vpr

doc/src/api/libarchfpga/scatter_gather_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Scatter-Gather Types
33
========
44

5-
These types store information about about scatter-gather patterns
5+
These types store information about about scatter-gather routing patterns
66

77
.. doxygenstruct:: t_scatter_gather_pattern
88
:project: vpr

0 commit comments

Comments
 (0)