Skip to content

Commit d7c27ad

Browse files
authored
Merge pull request #2698 from ZohairZaidi/Issue#2439
Updated documentation for .place file
2 parents 25dd43d + f507254 commit d7c27ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/src/vpr/file_formats.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,11 @@ All the following lines have the format::
623623

624624
block_name x y subtile_number
625625

626-
The ``block_name`` is the name of this block, as given in the input .net formatted netlist.
626+
The ``block_name`` can refer to either:
627+
628+
- The name of a clustered block, as given in the input .net formatted netlist.
629+
- The name of a primitive within a clustered block.
630+
627631
``x`` and ``y`` are the row and column in which the block is placed, respectively.
628632

629633
.. note:: The blocks in a placement file can be listed in any order.

0 commit comments

Comments
 (0)