Skip to content

Commit a8989d0

Browse files
committed
fixed Pr Suggestions
1 parent 103a05c commit a8989d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/vpr/file_formats.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,9 +636,9 @@ All subsequent lines follow this format:
636636

637637
- **layer_number**: Indicates the layer (or die) on which the block is placed. If omitted, the block is assumed to be placed on layer `0` (a single die system). In 3D FPGA architectures, multiple dies can be stacked, with the bottom die considered as layer `0`.
638638

639-
.. note:: The blocks in a placement file can be listed in any order.
639+
The placement files output by VPR also include (as a comment) an extra field: the id (number) of the block in the CLB netlist. This is the internal index used by VPR to identify a CLB level block -- it may be useful to know this index if you are modifying VPR and trying to debug something.
640640

641-
If a layer_number is provided, it specifies the layer (or die) on which the block is placed. If the layer_number is omitted, the block is assumed to be placed on layer 0 (a single die system). In 3D FPGA architectures, multiple dies can be stacked on top of each other, with the bottom die considered as layer 0. A # character on a line indicates that all text after the # to the end of a line is a comment.
641+
.. note:: The blocks in a placement file can be listed in any order.
642642

643643

644644
.. note:: A `#` character on a line indicates that all text after the `#` to the end of a line is a comment.

0 commit comments

Comments
 (0)