diff --git a/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst b/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst index 825760a5e..5bdb91145 100644 --- a/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst +++ b/docs/source/manual/fpga_bitstream/fabric_dependent_bitstream.rst @@ -47,6 +47,8 @@ The information depends on the type of configuration procotol. .. option:: frame_based Multiple lines will be included, each of which is organized as
. + Note that the address may include don't care bit which is denoted as ``x``. + OpenFPGA automatically convert don't care bit to logic ``0`` when generating testbenches. For example .. code-block:: xml @@ -97,10 +99,12 @@ Other information may depend on the type of configuration procotol. - ``frame``: frame address information + .. note:: Frame address may include don't care bit which is denoted as ``x``. + A quick example: .. code-block:: xml - +