From adbc69f081a33a8e76844bdc61a413cdfaf630ff Mon Sep 17 00:00:00 2001 From: tangxifan Date: Mon, 29 Aug 2022 14:16:51 -0700 Subject: [PATCH] [doc] add new options for GSB writer --- .../openfpga_commands/setup_commands.rst | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) 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 e09409252..73024c458 100644 --- a/docs/source/manual/openfpga_shell/openfpga_commands/setup_commands.rst +++ b/docs/source/manual/openfpga_shell/openfpga_commands/setup_commands.rst @@ -115,6 +115,28 @@ write_gsb_to_xml Only output unique GSBs to XML files + .. option:: --exclude_rr_info + + Exclude routing resource graph information from output files, e.g., node id as well as other attributes. This is useful to check the connection inside GSBs purely. + + .. option:: --exclude + + Exclude part of the GSB data to be outputted. Can be [``sb``|``cbx``|``cby``]. Users can exclude multiple parts by using a splitter ``,``. + For example, + + - ``--exclude sb`` + - ``--exclude [sb, cbx]`` + + .. option:: --gsb_list + + Specify the name of GSB to be outputted. Users can specify multiple GSBs by using a splitter ``,``. + When specified, only the GSBs whose names match the list will be outputted to files. + If not specified, all the GSBs will be outputted. + For example, + + - ``--gsb_list [gsb_2__4_, gsb_3__2_]`` + - ``--gsb_list gsb_2__4_`` + .. option:: --verbose Show verbose log