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: docs/source/manual/arch_lang/addon_vpr_syntax.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ Each ``<pb_type>`` should contain a ``<mode>`` that describe the physical implem
14
14
15
15
.. note:: Currently, OpenFPGA only supports 1 ``<equivalent_sites>`` to be defined under each ``<tile>``
16
16
17
-
.. option:: <modepackable="<bool">/>
17
+
.. option:: <modedisable_packing="<bool">/>
18
18
19
-
OpenFPGA allows users to define it a mode is packable for VPR.
20
-
By default, the packable is set to ``true``.
19
+
OpenFPGA allows users to define it a mode is disabled for VPR packer.
20
+
By default, the ``disable_packing`` is set to ``false``.
21
21
This is mainly used for the mode that describes the physical implementation, which is typically not packable. Disable it in the packing and signficantly accelerate the packing runtime.
22
22
23
-
.. note:: Once a mode is set to unpackable, its child modes will be unpackable as well.
23
+
.. note:: Once a mode is disabled in packing, its child modes will be disabled as well.
0 commit comments