You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/vpr/vpr_constraints.rst
+1-3
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,7 @@ VPR Constraints
2
2
=========================
3
3
.. _vpr_constraints:
4
4
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.
8
6
9
7
.. code-block:: xml
10
8
:caption: The overall format of a VPR constraints file
0 commit comments