Skip to content

Commit 5013196

Browse files
committed
Fixing placement constraints formatting issue
1 parent 45492dc commit 5013196

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/vpr/placement_constraints.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Partitions, Atoms, and Regions
6464
A name for the partition.
6565

6666
.. arch:tag:: <add_atom name_pattern="string">
67+
6768
An ``<add_atom>`` tag is used to add an atom that must be constrained to the partition.
6869
Each partition can contain any number of atoms from the circuit.
6970
The ``<add_atom>`` tag has the following attribute:
@@ -75,6 +76,7 @@ Partitions, Atoms, and Regions
7576
For example, to add all atoms ``alu[0]``, ``alu[1]``, and ``alu[2]`` to the partition ``Part0``, the user can use ``alu.*`` as the ``name_pattern`` in the ``<add_atom>`` tag.
7677

7778
.. arch:tag:: <add_region x_low="int" y_low="int" x_high="int" y_high="int" subtile="int" layer_low="int" layer_high="int">
79+
7880
An ``<add_region>`` tag is used to add a region to the partition. A ``region`` is a rectangular area or cubic volume
7981
on the chip. A partition can contain any number of independent regions - the regions within one partition **must not**
8082
overlap with each other (in order to ease processing when loading in the file).

0 commit comments

Comments
 (0)