mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +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
					
				
					 1 changed files with 23 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
specific extensions of Verific library.
 | 
			
		||||
 | 
			
		||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
 | 
			
		||||
|                                                                          | Configuration values beginning with ENABLE_VERIFIC\_  |
 | 
			
		||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
 | 
			
		||||
| Features                                                                 | SYSTEMVERILOG | VHDL | HIER_TREE | YOSYSHQ_EXTENSIONS |
 | 
			
		||||
+==========================================================================+===============+======+===========+====================+
 | 
			
		||||
| SystemVerilog + RTL elaboration                                          |             1 |    0 |         0 |                  0 |
 | 
			
		||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
 | 
			
		||||
| VHDL + RTL elaboration                                                   |             0 |    1 |         0 |                  0 |
 | 
			
		||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
 | 
			
		||||
| SystemVerilog + VHDL + RTL elaboration                                   |             1 |    1 |         0 |                  0 |
 | 
			
		||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
 | 
			
		||||
| SystemVerilog + RTL elaboration + Static elaboration + Hier tree         |             1 |    0 |         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 |
 | 
			
		||||
+--------------------------------------------------------------------------+---------------+------+-----------+--------------------+
 | 
			
		||||
+--------------------------------------------------------------------------+---+---+---+-----------+
 | 
			
		||||
|                                                                          | Configuration values  |
 | 
			
		||||
+--------------------------------------------------------------------------+-----+-----+-----+-----+
 | 
			
		||||
| Features                                                                 |   a |   b |   c |   d |
 | 
			
		||||
+==========================================================================+=====+=====+=====+=====+
 | 
			
		||||
| SystemVerilog + RTL elaboration                                          |   1 |   0 |   0 |   0 |
 | 
			
		||||
+--------------------------------------------------------------------------+-----+-----+-----+-----+
 | 
			
		||||
| VHDL + RTL elaboration                                                   |   0 |   1 |   0 |   0 |
 | 
			
		||||
+--------------------------------------------------------------------------+-----+-----+-----+-----+
 | 
			
		||||
| SystemVerilog + VHDL + RTL elaboration                                   |   1 |   1 |   0 |   0 |
 | 
			
		||||
+--------------------------------------------------------------------------+-----+-----+-----+-----+
 | 
			
		||||
| SystemVerilog + RTL elaboration + Static elaboration + Hier tree         |   1 |   0 |   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 |
 | 
			
		||||
+--------------------------------------------------------------------------+-----+-----+-----+-----+
 | 
			
		||||
 | 
			
		||||
Configuration values:
 | 
			
		||||
  a. ``ENABLE_VERIFIC_SYSTEMVERILOG``
 | 
			
		||||
  b. ``ENABLE_VERIFIC_VHDL``
 | 
			
		||||
  c. ``ENABLE_VERIFIC_HIER_TREE``
 | 
			
		||||
  d. ``ENABLE_VERIFIC_YOSYSHQ_EXTENSIONS``
 | 
			
		||||
 | 
			
		||||
.. note::
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue