diff --git a/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst b/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst index 462fe600f..8b8c04ac5 100644 --- a/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst +++ b/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst @@ -20,11 +20,11 @@ The information depends on the type of configuration procotol. .. option:: vanilla - A line consisting of ``0``|``1`` + A line consisting of ``0`` | ``1`` .. option:: scan_chain - A line consisting of ``0``|``1`` + A line consisting of ``0`` | ``1`` .. option:: memory_bank @@ -34,7 +34,7 @@ The information depends on the type of configuration procotol. The second line represents the Word-Line address and configuration bit. For example - .. code_block:: + .. code_block:: xml @@ -45,10 +45,11 @@ The information depends on the type of configuration procotol. .. option:: frame_based + Multiple lines will be included, each of which is organized as
. For example - .. code_block:: + .. code_block:: xml @@ -98,17 +99,17 @@ Other information may depend on the type of configuration procotol. .. code_block:: xml - - - - - - - - - - - + + + + + + + + + + + .. option:: frame_based @@ -118,13 +119,13 @@ Other information may depend on the type of configuration procotol. .. code_block:: xml - - - - - - - - - - + + + + + + + + + + diff --git a/docs/source/manual/openfpga_shell/openfpga_commands/setup_commands.rst b/docs/source/manual/openfpga_shell/openfpga_commands/setup_commands.rst index aa0018476..2d628117a 100644 --- a/docs/source/manual/openfpga_shell/openfpga_commands/setup_commands.rst +++ b/docs/source/manual/openfpga_shell/openfpga_commands/setup_commands.rst @@ -109,6 +109,10 @@ build_fabric - ``--write_fabric_key `` Output current fabric key to an XML file + - ``--frame_view`` Create only frame views of the module graph. When enabled, top-level module will not include any nets. This option is made for save runtime and memory. + + .. warning:: Recommend to turn the option on when bitstream generation is the only purpose of the flow. Do not use it when you need generate netlists! + - ``--verbose`` Show verbose log .. note:: This is a must-run command before launching FPGA-Verilog, FPGA-Bitstream, FPGA-SDC and FPGA-SPICE