bug fix in template scripts

This commit is contained in:
tangxifan 2020-07-26 21:46:03 -06:00
parent 41a76126b9
commit f687774452
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ repack #--verbose
build_architecture_bitstream --verbose --write_file fabric_independent_bitstream.xml build_architecture_bitstream --verbose --write_file fabric_independent_bitstream.xml
# Build fabric-dependent bitstream # Build fabric-dependent bitstream
build_fabric_bitstream --verbose --write_file fabric_bitstream --format xml build_fabric_bitstream --verbose --file fabric_bitstream --format xml
# Write the Verilog testbench for FPGA fabric # Write the Verilog testbench for FPGA fabric
# - We suggest the use of same output directory as fabric Verilog netlists # - We suggest the use of same output directory as fabric Verilog netlists