From 04f2bdf5e3382050945110ac13a368891c9192a1 Mon Sep 17 00:00:00 2001 From: Yitian4Debug <97993988+Yitian4Debug@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:49:32 -0800 Subject: [PATCH] Update repack_design_constraints.rst Add subsections for each command. --- .../manual/file_formats/repack_design_constraints.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/source/manual/file_formats/repack_design_constraints.rst b/docs/source/manual/file_formats/repack_design_constraints.rst index abf83bc07..3c6eb9229 100644 --- a/docs/source/manual/file_formats/repack_design_constraints.rst +++ b/docs/source/manual/file_formats/repack_design_constraints.rst @@ -21,6 +21,9 @@ An example of design constraints is shown as follows. +Pin constraint +^^^^^^^^^^^^^^ + .. option:: pb_type="" The pb_type name to be constrained, which should be consistent with VPR's architecture description. @@ -35,7 +38,10 @@ An example of design constraints is shown as follows. .. warning:: Design constraints is a feature for power-users. It may cause repack to fail. It is users's responsibility to ensure proper design constraints -**Addtional command:** To ignore the global nets on specific pins, use the syntax ``ignore_net``. Note that the qualified pins are inputs, outputs, and clocks of pb_type. The option is useful for preventing global nets from being assigned to unwanted pins on pb_type. +Ignore net +^^^^^^^^^^ + +To ignore the global nets on specific pins, use the syntax ``ignore_net``. Note that the qualified pins are inputs, outputs, and clocks of pb_type. The option is useful for preventing global nets from being assigned to unwanted pins on pb_type. .. option:: name=""