From f507254f20bd73338aa07a4ebedd4e7dd371ae78 Mon Sep 17 00:00:00 2001 From: ZohairZaidi Date: Mon, 19 Aug 2024 19:10:41 -0400 Subject: [PATCH] Updated documentation for .place file --- doc/src/vpr/file_formats.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/src/vpr/file_formats.rst b/doc/src/vpr/file_formats.rst index cc114105810..069e37448a8 100644 --- a/doc/src/vpr/file_formats.rst +++ b/doc/src/vpr/file_formats.rst @@ -623,7 +623,11 @@ All the following lines have the format:: block_name x y subtile_number -The ``block_name`` is the name of this block, as given in the input .net formatted netlist. +The ``block_name`` can refer to either: + +- The name of a clustered block, as given in the input .net formatted netlist. +- The name of a primitive within a clustered block. + ``x`` and ``y`` are the row and column in which the block is placed, respectively. .. note:: The blocks in a placement file can be listed in any order.