Skip to content

Commit 135c737

Browse files
authored
Update file_formats.rst
1 parent 8cd6d49 commit 135c737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/vpr/file_formats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ The ``block_name`` is the name of this block, as given in the input .net formatt
602602
.. note:: The blocks in a placement file can be listed in any order.
603603

604604
Since we can have more than one block in a row or column when the block capacity is set to be greater than 1 in the architecture file, the subtile number specifies which of the several possible subtile locations in row x and column y contains this block.
605-
Note that the first blocks occupied at some (x, y) location are always those with the lowest subtile numbers -- i.e. if only one block at (x, y) is used, the subtile number of the block placed there will be zero.
605+
Note that the subtile number used should be in the range 0 to (grid[i][j].capacity - 1). The subtile numbers for a particular x,y location do not have to be used in order.
606606

607607
The placement files output by VPR also include (as a comment) a fifth field: the block number.
608608
This is the internal index used by VPR to identify a block -- it may be useful to know this index if you are modifying VPR and trying to debug something.

0 commit comments

Comments
 (0)