We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13f87b commit f507254Copy full SHA for f507254
doc/src/vpr/file_formats.rst
@@ -623,7 +623,11 @@ All the following lines have the format::
623
624
block_name x y subtile_number
625
626
-The ``block_name`` is the name of this block, as given in the input .net formatted netlist.
+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
631
``x`` and ``y`` are the row and column in which the block is placed, respectively.
632
633
.. note:: The blocks in a placement file can be listed in any order.
0 commit comments