[doc] add new options for GSB writer
This commit is contained in:
parent
2a43843bd7
commit
adbc69f081
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue