Skip to content

Commit d02b3bc

Browse files
authored
Merge pull request #2692 from verilog-to-routing/vaughnbetz-patch-2
Update vpr_constraints.rst summary to cover placement and global signals
2 parents 4cfadb4 + c617103 commit d02b3bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/src/vpr/vpr_constraints.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ VPR Constraints
22
=========================
33
.. _vpr_constraints:
44

5-
VPR allows users to run the flow with placement constraints that enable primitives to be locked down to a specific region on the chip and global routing constraints that facilitate the routing of global nets through clock networks.
6-
7-
Users can specify these constraints through a constraints file in XML format, as shown in the format below.
5+
Users can specify placement and/or global routing constraints on all or part of a design through a constraints file in XML format, as shown in the format below. These constraints are optional and allow detailed control of the region on the chip in which parts of the design are placed, and of the routing of global nets through dedicated (usually clock) networks.
86

97
.. code-block:: xml
108
:caption: The overall format of a VPR constraints file

0 commit comments

Comments
 (0)