update documentation for the fast configuration options

This commit is contained in:
tangxifan 2020-05-30 12:58:42 -06:00
parent fe2ba7d50a
commit 0931eccbf6
1 changed files with 2 additions and 0 deletions

View File

@ -172,6 +172,8 @@ FPGA-Verilog
- ``--reference_benchmark_file_path`` Must specify the reference benchmark Verilog file if you want to output any testbenches
- ``--fast_configuration`` Enable fast configuration phase for the top-level testbench in order to reduce runtime of simulations. It is applicable to memory bank and frame-based configuration protocols. When enabled, all the zero configuration bits will be skipped. So ensure that your memory cells can be correctly reset to zero with a reset signal.
- ``--print_top_testbench`` Enable top-level testbench which is a full verification including programming circuit and core logic of FPGA
- ``--print_formal_verification_top_netlist`` Generate a top-level module which can be used in formal verification