Skip to content

Commit 9b5c64f

Browse files
committed
[Doc] Update documentation about disable_packing syntax
1 parent 66bc370 commit 9b5c64f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/manual/arch_lang/addon_vpr_syntax.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Each ``<pb_type>`` should contain a ``<mode>`` that describe the physical implem
1414

1515
.. note:: Currently, OpenFPGA only supports 1 ``<equivalent_sites>`` to be defined under each ``<tile>``
1616

17-
.. option:: <mode packable="<bool">/>
17+
.. option:: <mode disable_packing="<bool">/>
1818

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``.
2121
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.
2222

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.
2424

2525
Layout
2626
~~~~~~

0 commit comments

Comments
 (0)