diff --git a/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst b/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst index 131d0ce57..825760a5e 100644 --- a/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst +++ b/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst @@ -67,26 +67,13 @@ In principle, the file consist a number of XML node ````, each bit contains - ``value``: The configuration bit value. - - ``hierarchy`` represents the location of this block in FPGA fabric. - The hierachy includes the full hierarchy of this block - - - ``instance`` denotes the instance name which you can find in the fabric netlists - - - ``level`` denotes the depth of the block in the hierarchy - - - ``width`` denotes the number of configuration bits under the instance. Typically, only leaf instance has this attribute. +- ``path`` represents the location of this block in FPGA fabric, i.e., the full path in the hierarchy of FPGA fabric. A quick example: .. code-block:: xml - - - - - - - + Other information may depend on the type of configuration procotol. @@ -101,14 +88,7 @@ Other information may depend on the type of configuration procotol. .. code-block:: xml - - - - - - - - + @@ -121,13 +101,6 @@ Other information may depend on the type of configuration procotol. .. code-block:: xml - - - - - - - - +