diff --git a/docs/source/manual/arch_lang/addon_vpr_syntax.rst b/docs/source/manual/arch_lang/addon_vpr_syntax.rst index b9d8316f7..c1d0f593f 100644 --- a/docs/source/manual/arch_lang/addon_vpr_syntax.rst +++ b/docs/source/manual/arch_lang/addon_vpr_syntax.rst @@ -22,6 +22,25 @@ Each ```` should contain a ```` that describes the physical imple .. note:: Once a mode is disabled in packing, its child modes will be disabled as well. +.. note:: The following syntax is only available in OpenFPGA! + +We allow more flexible pin location assignment when a ```` has a capacity > 1. +User can specify the location using the index of instance, e.g., + +.. code-block:: xml + + + + + + + + + + io_bottom[0:1].outpad io_bottom[0:3].inpad io_bottom[2:5].outpad io_bottom[4:5].inpad + + + Layout ~~~~~~