[Doc] Update documentation for default net type option
This commit is contained in:
parent
15e26a5602
commit
c638e5bde5
|
@ -12,6 +12,10 @@ write_fabric_verilog
|
|||
|
||||
Specify the output directory for the Verilog netlists. For example, ``--file /temp/fabric_netlist/``
|
||||
|
||||
.. option:: --default_net_type <string>
|
||||
|
||||
Specify the default net type for the Verilog netlists. Currently, supported types are ``none`` and ``wire``. Default value: ``none``.
|
||||
|
||||
.. option:: --explicit_port_mapping
|
||||
|
||||
Use explicit port mapping when writing the Verilog netlists
|
||||
|
|
Loading…
Reference in New Issue