Skip to content

Commit

Permalink
Merge pull request #134 from lnis-uofu/roman_dev
Browse files Browse the repository at this point in the history
Fix typos causing the unknown `write_verilog_testbench` command errors
  • Loading branch information
GrantBrown1994 authored Feb 4, 2022
2 parents 47b839f + bc43b6b commit e508bdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ write_fabric_bitstream --file fabric_bitstream.xml --format xml
# - 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ write_fabric_bitstream --format plain_text --file fabric_bitstream.bit
write_fabric_bitstream --format xml --file fabric_bitstream.xml

write_full_testbench --file ./SRC \
--bitstream fabric_bitstream.bit
--bitstream fabric_bitstream.bit \
--reference_benchmark_file_path ${REFERENCE_VERILOG_TESTBENCH} \
--explicit_port_mapping

Expand Down

0 comments on commit e508bdd

Please sign in to comment.