Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated documentation for .place file #2698

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion doc/src/vpr/file_formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down