Commit a2e6daef authored by Garcia-Lasheras's avatar Garcia-Lasheras

Initial CSV table for manifest variables

parent 022bb5b3
......@@ -725,9 +725,12 @@ Manifest variables description
Top Manifest variables
----------------------
action ; [<type 'str'>] ; What is the action that should be taken (simulation/synthesis), default=""
top_module ; [<type 'str'>] ; Top level entity for synthesis and simulation, default=None
incl_makefiles ; [<type 'list'>, <type 'str'>]; List of .mk files appended to toplevel makefile, default=[]
.. 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" , "[]"
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