mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +00:00
Docs: Fix Verific builds table formatting
PDF don't like the long headers, so instead use placeholders a-d with elaborations below.
This commit is contained in:
parent
0327ad97f2
commit
8145461c78
|
@ -110,23 +110,29 @@ lists a series of build configurations which are possible, but only provide a
|
||||||
limited subset of features. Please note that support is limited without YosysHQ
|
limited subset of features. Please note that support is limited without YosysHQ
|
||||||
specific extensions of Verific library.
|
specific extensions of Verific library.
|
||||||
|
|
||||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
|
+--------------------------------------------------------------------------+---+---+---+-----------+
|
||||||
| | Configuration values beginning with ENABLE_VERIFIC\_ |
|
| | Configuration values |
|
||||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
|
+--------------------------------------------------------------------------+-----+-----+-----+-----+
|
||||||
| Features | SYSTEMVERILOG | VHDL | HIER_TREE | YOSYSHQ_EXTENSIONS |
|
| Features | a | b | c | d |
|
||||||
+==========================================================================+===============+======+===========+====================+
|
+==========================================================================+=====+=====+=====+=====+
|
||||||
| SystemVerilog + RTL elaboration | 1 | 0 | 0 | 0 |
|
| SystemVerilog + RTL elaboration | 1 | 0 | 0 | 0 |
|
||||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
|
+--------------------------------------------------------------------------+-----+-----+-----+-----+
|
||||||
| VHDL + RTL elaboration | 0 | 1 | 0 | 0 |
|
| VHDL + RTL elaboration | 0 | 1 | 0 | 0 |
|
||||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
|
+--------------------------------------------------------------------------+-----+-----+-----+-----+
|
||||||
| SystemVerilog + VHDL + RTL elaboration | 1 | 1 | 0 | 0 |
|
| SystemVerilog + VHDL + RTL elaboration | 1 | 1 | 0 | 0 |
|
||||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
|
+--------------------------------------------------------------------------+-----+-----+-----+-----+
|
||||||
| SystemVerilog + RTL elaboration + Static elaboration + Hier tree | 1 | 0 | 1 | 0 |
|
| SystemVerilog + RTL elaboration + Static elaboration + Hier tree | 1 | 0 | 1 | 0 |
|
||||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
|
+--------------------------------------------------------------------------+-----+-----+-----+-----+
|
||||||
| VHDL + RTL elaboration + Static elaboration + Hier tree | 0 | 1 | 1 | 0 |
|
| VHDL + RTL elaboration + Static elaboration + Hier tree | 0 | 1 | 1 | 0 |
|
||||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
|
+--------------------------------------------------------------------------+-----+-----+-----+-----+
|
||||||
| SystemVerilog + VHDL + RTL elaboration + Static elaboration + Hier tree | 1 | 1 | 1 | 0 |
|
| SystemVerilog + VHDL + RTL elaboration + Static elaboration + Hier tree | 1 | 1 | 1 | 0 |
|
||||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
|
+--------------------------------------------------------------------------+-----+-----+-----+-----+
|
||||||
|
|
||||||
|
Configuration values:
|
||||||
|
a. ``ENABLE_VERIFIC_SYSTEMVERILOG``
|
||||||
|
b. ``ENABLE_VERIFIC_VHDL``
|
||||||
|
c. ``ENABLE_VERIFIC_HIER_TREE``
|
||||||
|
d. ``ENABLE_VERIFIC_YOSYSHQ_EXTENSIONS``
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue