From a24754611cf96d46f394f9ec6e9b1d6ec7e49999 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Mon, 27 Jul 2020 13:56:57 -0600 Subject: [PATCH] update documentation about the 'width' syntax of fabric dependent bitstream --- .../manual/fpga_bitstream/fabric_dependent_bitstream.rst | 8 +++++--- .../openfpga_commands/fpga_bitstream_commands.rst | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst b/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst index f8505f71c..131d0ce57 100644 --- a/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst +++ b/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst @@ -74,6 +74,8 @@ In principle, the file consist a number of XML node ````, each bit contains - ``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. + A quick example: .. code-block:: xml @@ -83,7 +85,7 @@ A quick example: - + @@ -105,7 +107,7 @@ Other information may depend on the type of configuration procotol. - + @@ -125,7 +127,7 @@ Other information may depend on the type of configuration procotol. - + diff --git a/docs/source/manual/openfpga_shell/openfpga_commands/fpga_bitstream_commands.rst b/docs/source/manual/openfpga_shell/openfpga_commands/fpga_bitstream_commands.rst index 8ec6c8614..f0218e576 100644 --- a/docs/source/manual/openfpga_shell/openfpga_commands/fpga_bitstream_commands.rst +++ b/docs/source/manual/openfpga_shell/openfpga_commands/fpga_bitstream_commands.rst @@ -30,6 +30,6 @@ build_fabric_bitstream - ``--file`` or ``-f`` Output the fabric bitstream to an plain text file (only 0 or 1) - - ``--format`` Specify the file format [``plain_text``|``xml``]. By default is ``plain_text``. + - ``--format`` Specify the file format [``plain_text`` | ``xml``]. By default is ``plain_text``. - ``--verbose`` Show verbose log