update documentation for new options of Verilog testbench writer
This commit is contained in:
parent
bba476fef4
commit
f6895fcc14
|
@ -150,7 +150,7 @@ FPGA-Verilog
|
|||
|
||||
- ``--file`` or ``-f`` Specify the output directory for the Verilog netlists
|
||||
|
||||
- ``--explict_port_mapping`` Use explict port mapping when writing the Verilog netlists
|
||||
- ``--explicit_port_mapping`` Use explicit port mapping when writing the Verilog netlists
|
||||
|
||||
- ``--include_timing`` Output timing information to Verilog netlists for primitive modules
|
||||
|
||||
|
@ -178,6 +178,8 @@ FPGA-Verilog
|
|||
|
||||
- ``--print_simulation_ini`` Output an exchangeable simulation ini file, which is needed only when you need to interface different HDL simulators using openfpga flow-run scripts
|
||||
|
||||
- ``--explicit_port_mapping`` Use explicit port mapping when writing the Verilog netlists
|
||||
|
||||
FPGA-SDC
|
||||
~~~~~~~~
|
||||
|
||||
|
|
Loading…
Reference in New Issue