Merge pull request #125 from lnis-uofu/tangxifan-patch-1

Update generate_testbench.openfpga
This commit is contained in:
tangxifan 2021-07-24 15:08:26 -07:00 committed by GitHub
commit 47b839fa0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ write_fabric_bitstream --file fabric_bitstream.bit --format plain_text
# - Enable pre-configured top-level testbench which is a fast verification skipping programming phase
# - Simulation ini file is optional and is needed only when you need to interface different HDL simulators using openfpga flow-run scripts
write_full_testbench --file ./SRC \
--bitstream fabric_bitstream.bit
--bitstream fabric_bitstream.bit \
--reference_benchmark_file_path ${REFERENCE_VERILOG_TESTBENCH} \
--explicit_port_mapping
# Exclude signal initialization since it does not help simulator converge