[doc] add new options for GSB writer

This commit is contained in:
tangxifan 2022-08-29 14:16:51 -07:00
parent 2a43843bd7
commit adbc69f081
1 changed files with 22 additions and 0 deletions

View File

@ -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 <string>
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 <string>
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