Commit 7fae4ef1 authored by Garcia-Lasheras's avatar Garcia-Lasheras

Use an standard table for top manifest variables

parent d9c09fe7
......@@ -725,12 +725,15 @@ Manifest variables description
Top Manifest variables
----------------------
.. csv-table:: Frozen Delights!
:header: "Name", "Type", "Description", "Default"
:widths: 15, 10, 30, 10
action , str, "What is the action that should be taken (simulation/synthesis)"," "
top_module , str, "Top level entity for synthesis and simulation", "None"
incl_makefiles , "list, str" , "List of .mk files appended to toplevel makefile", "[]"
+----------------+--------------+-----------------------------------------------------------------+-----------+
| Name | Type | Description | Default |
+================+==============+=================================================================+===========+
| action | str | What is the action that should be taken (simulation/synthesis) | "" |
+----------------+--------------+-----------------------------------------------------------------+-----------+
| top_module | str | Top level entity for synthesis and simulation | None |
+----------------+--------------+-----------------------------------------------------------------+-----------+
| incl_makefiles | list, str | List of .mk files appended to toplevel makefile | [] |
+----------------+--------------+-----------------------------------------------------------------+-----------+
Universal variables
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment