Skip to content

Commit bcc5058

Browse files
committed
[vpr][place] minor update to the doc
1 parent f47d752 commit bcc5058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/vpr/placement_constraints.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ An ``<add_atom>`` tag is used to add an atom that must be constrained to the par
7878
:req_param name_pattern:
7979
The name of the atom.
8080

81-
The ``name_pattern`` can either be the exact name of an atom from the input atom netlist passed to VPR, or a regular expression pattern matching one or more atom names. VPR first searches the netlist for an exact match. If no exact match is found, it then searches for atoms whose names match the regex pattern.
81+
The ``name_pattern`` can either be the exact name of an atom from the input atom netlist passed to VPR, or a regular expression pattern matching one or more atom names. VPR first searches the netlist for an exact match. If no exact match is found, it then assumes that the given name is a regex pattern and searches for atoms whose names match the pattern.
8282

8383
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.
8484

0 commit comments

Comments
 (0)