typo fixed in fpga-bitstream documentation

This commit is contained in:
Xifan Tang 2020-03-22 16:27:12 -06:00
parent 75dfe6a045
commit 7e3a8e5794
1 changed files with 4 additions and 1 deletions

View File

@ -1,9 +1,12 @@
Bistream Output File Format Bitstream Output File Format
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
FPGA-Bitstream can generate two types of bitstreams: FPGA-Bitstream can generate two types of bitstreams:
* Generic bitstreams, where configuration bits are organized out-of-order in a database. We output the generic bitstream to a XML format, which is easy to debug. As shown in the following XML code, configuration bits are organized block by block, where each block could be a LUT, a routing multiplexer `etc`. Each ``bitstream_block`` includes two sets of information: * Generic bitstreams, where configuration bits are organized out-of-order in a database. We output the generic bitstream to a XML format, which is easy to debug. As shown in the following XML code, configuration bits are organized block by block, where each block could be a LUT, a routing multiplexer `etc`. Each ``bitstream_block`` includes two sets of information:
- ``hierarchy`` represents the location of this block in FPGA fabric. - ``hierarchy`` represents the location of this block in FPGA fabric.
- ``bitstream`` represents the configuration bits affiliated to this block. - ``bitstream`` represents the configuration bits affiliated to this block.
.. code-block:: xml .. code-block:: xml