[doc] add file format for tile config tile and new option to ``build_fabric`` command
This commit is contained in:
parent
83428a209e
commit
589d73d7ae
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
|
@ -37,3 +37,5 @@ OpenFPGA widely uses XML format for interchangable files
|
|||
clock_network
|
||||
|
||||
io_naming_file
|
||||
|
||||
tile_config_tile
|
||||
|
|
|
@ -253,6 +253,14 @@ build_fabric
|
|||
|
||||
Enable compression on routing architecture modules. Strongly recommend this as it will minimize the number of routing modules to be outputted. It can reduce the netlist size significantly.
|
||||
|
||||
.. option:: --group_tile <string>
|
||||
|
||||
Group fine-grained programmable blocks, connection blocks and switch blocks into tiles. Once enabled, tiles will be added to the top-level module. Otherwise, the top-level module consists of programmable blocks, connection blocks and switch blocks. The tile style can be customized through a file. See details in :ref:`file_formats_tile_config_file`.
|
||||
|
||||
.. warning:: This option does not support ``--duplicate_grid_pin``!
|
||||
|
||||
.. warning:: This option requires ``--compress_routing`` to be enabled!
|
||||
|
||||
.. option:: --duplicate_grid_pin
|
||||
|
||||
Enable pin duplication on grid modules. This is optional unless ultra-dense layout generation is needed
|
||||
|
|
Loading…
Reference in New Issue