[doc] add missing option for mock efpga wrapper command

This commit is contained in:
tangxifan 2023-05-27 13:30:50 -07:00
parent 31b16ba9d7
commit ff4e0a827f
1 changed files with 4 additions and 0 deletions

View File

@ -189,6 +189,10 @@ write_mock_fpga_wrapper
Use explicit port mapping when writing the Verilog netlists
.. option:: --use_relative_path
Force to use relative path in netlists when including other netlists. By default, this is off, which means that netlists use absolute paths when including other netlists
.. option:: --default_net_type <string>
Specify the default net type for the Verilog netlists. Currently, supported types are ``none`` and ``wire``. Default value: ``none``.