From 7e3a8e5794c9c3fd448dd76c6ae7ca838bd9b615 Mon Sep 17 00:00:00 2001 From: Xifan Tang Date: Sun, 22 Mar 2020 16:27:12 -0600 Subject: [PATCH] typo fixed in fpga-bitstream documentation --- docs/source/fpga_bitstream/file_organization.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/fpga_bitstream/file_organization.rst b/docs/source/fpga_bitstream/file_organization.rst index c8476d1f9..d8190ac67 100644 --- a/docs/source/fpga_bitstream/file_organization.rst +++ b/docs/source/fpga_bitstream/file_organization.rst @@ -1,9 +1,12 @@ -Bistream Output File Format +Bitstream Output File Format ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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: + - ``hierarchy`` represents the location of this block in FPGA fabric. + - ``bitstream`` represents the configuration bits affiliated to this block. .. code-block:: xml