Document modelsim_ini_path and extra_modules Manifest variables

parent d7236dac
...@@ -1410,6 +1410,8 @@ Universal variables ...@@ -1410,6 +1410,8 @@ Universal variables
+----------------+--------------+-----------------------------------------------------------------+-----------+ +----------------+--------------+-----------------------------------------------------------------+-----------+
| include_dirs | list, str | Include dirs for Verilog sources | None | | include_dirs | list, str | Include dirs for Verilog sources | None |
+----------------+--------------+-----------------------------------------------------------------+-----------+ +----------------+--------------+-----------------------------------------------------------------+-----------+
| extra_modules | list | Force the listed HDL entities to be included in the design | None |
+----------------+--------------+-----------------------------------------------------------------+-----------+
Simulation variables Simulation variables
...@@ -1433,17 +1435,19 @@ Basic simulation variables: ...@@ -1433,17 +1435,19 @@ Basic simulation variables:
Modelsim/VSim specific variables: Modelsim/VSim specific variables:
+----------------+--------------+-----------------------------------------------------------------+-----------+ +---------------------+--------------+-----------------------------------------------------------------+-----------+
| Name | Type | Description | Default | | Name | Type | Description | Default |
+================+==============+=================================================================+===========+ +=====================+==============+=================================================================+===========+
| vsim_opt | str | Additional options for vsim | "" | | vsim_opt | str | Additional options for vsim | "" |
+----------------+--------------+-----------------------------------------------------------------+-----------+ +---------------------+--------------+-----------------------------------------------------------------+-----------+
| vcom_opt | str | Additional options for vcom | "" | | vcom_opt | str | Additional options for vcom | "" |
+----------------+--------------+-----------------------------------------------------------------+-----------+ +---------------------+--------------+-----------------------------------------------------------------+-----------+
| vlog_opt | str | Additional options for vlog | "" | | vlog_opt | str | Additional options for vlog | "" |
+----------------+--------------+-----------------------------------------------------------------+-----------+ +---------------------+--------------+-----------------------------------------------------------------+-----------+
| vmap_opt | str | Additional options for vmap | "" | | vmap_opt | str | Additional options for vmap | "" |
+----------------+--------------+-----------------------------------------------------------------+-----------+ +---------------------+--------------+-----------------------------------------------------------------+-----------+
| modelsim_ini_path | str | Directory containing a custom modelsim.ini file | None |
+---------------------+--------------+-----------------------------------------------------------------+-----------+
Icarus Verilog specific variables: Icarus Verilog specific 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