update documentation for the split fabric bitstream

This commit is contained in:
tangxifan 2020-07-27 14:26:02 -06:00
parent dc7012d590
commit 50ac78f906
1 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,13 @@ build_fabric_bitstream
Build a sequence for every configuration bits in the bitstream database for a specific FPGA fabric
- ``--verbose`` Show verbose log
write_fabric_bitstream
~~~~~~~~~~~~~~~~~~~~~~
Output the fabric bitstream database to a specific file format
- ``--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``.