diff --git a/docs/source/manual/arch_lang/addon_vpr_syntax.rst b/docs/source/manual/arch_lang/addon_vpr_syntax.rst index 773ac0992..84c448ba1 100644 --- a/docs/source/manual/arch_lang/addon_vpr_syntax.rst +++ b/docs/source/manual/arch_lang/addon_vpr_syntax.rst @@ -14,13 +14,13 @@ Each ```` should contain a ```` that describe the physical implem .. note:: Currently, OpenFPGA only supports 1 ```` to be defined under each ```` -.. option:: /> +.. option:: /> - OpenFPGA allows users to define it a mode is packable for VPR. - By default, the packable is set to ``true``. + OpenFPGA allows users to define it a mode is disabled for VPR packer. + By default, the ``disable_packing`` is set to ``false``. 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. - .. note:: Once a mode is set to unpackable, its child modes will be unpackable as well. + .. note:: Once a mode is disabled in packing, its child modes will be disabled as well. Layout ~~~~~~