Skip to content

Commit 6d3a21d

Browse files
Add grid specification types to documents
1 parent 7b887c3 commit 6d3a21d

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

doc/src/api/vpr/grid.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,19 @@ DeviceGrid
77

88
.. doxygenclass:: DeviceGrid
99
:project: vpr
10-
:members:
10+
:members:
11+
12+
-------
13+
Grid Specification Types
14+
-------
15+
16+
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.
17+
18+
.. doxygenstruct:: t_grid_loc_spec
19+
:project: vpr
20+
:members:
21+
22+
.. doxygenstruct:: t_grid_loc_def
23+
:project: vpr
24+
:members:
25+

libs/libarchfpga/src/grid_types.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
struct t_metadata_dict;
1414

1515
/**
16-
* @brief Grid location specification, used to capture user's intended architecture specification.
17-
* will be later turned into a flattened device grid according to the device's size.
16+
* @brief Grid location specification
1817
* Each member is a formula evaluated in terms of 'W' (device width),
1918
* and 'H' (device height). Formulas can be evaluated using parse_formula()
2019
* from expr_eval.h.

0 commit comments

Comments
 (0)