[doc] add links
This commit is contained in:
parent
f53e05f150
commit
3bc5c3b3b7
|
@ -3,10 +3,13 @@
|
|||
Fabric Key Assistant
|
||||
--------------------
|
||||
|
||||
Fabric Key Assistant is a tool to help users to craft fabric key files.
|
||||
Fabric Key Assistant is a tool to help users to craft fabric key files (see details in :ref:`file_formats_fabric_key`).
|
||||
Note that crafting a fabric key is not an easy task for engineers, as its complexity grows exponentially with FPGA sizes.
|
||||
This tool is developed to assist engineers when finalizing fabric key files.
|
||||
It can apply sanity checks on hand-crafted fabric key files, helping engineers to correct and debug.
|
||||
|
||||
The tool can be found at ``/build/libs/libfabrickey/test/fabric_key_assistant``
|
||||
|
||||
The tool includes the following options:
|
||||
|
||||
.. option:: --reference <string>
|
||||
|
@ -29,13 +32,13 @@ The tool includes the following options:
|
|||
|
||||
<key id="1" name="tile_0__0_" value="5" alias="tile_4__2_"/>
|
||||
|
||||
while the input fabric key includes a key:
|
||||
while the input fabric key includes a key:
|
||||
|
||||
.. code-block:: xml
|
||||
|
||||
<key id="23" alias="tile_4__2_"/>
|
||||
|
||||
the resulting output fabric key file includes a key:
|
||||
the resulting output fabric key file includes a key:
|
||||
|
||||
.. code-block:: xml
|
||||
|
||||
|
|
Loading…
Reference in New Issue