From e9fa44cc2520d89f7392f45d221f5f9ff29e6c71 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Fri, 4 Jun 2021 16:24:56 -0600 Subject: [PATCH] [Tool] Add fast configuration to the write bitstream command in example shell script --- .../write_full_testbench_example_script.openfpga | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfpga_flow/openfpga_shell_scripts/write_full_testbench_example_script.openfpga b/openfpga_flow/openfpga_shell_scripts/write_full_testbench_example_script.openfpga index 8a87a0a08..612249a15 100644 --- a/openfpga_flow/openfpga_shell_scripts/write_full_testbench_example_script.openfpga +++ b/openfpga_flow/openfpga_shell_scripts/write_full_testbench_example_script.openfpga @@ -43,7 +43,7 @@ build_architecture_bitstream --verbose --write_file fabric_independent_bitstream build_fabric_bitstream --verbose # Write fabric-dependent bitstream -write_fabric_bitstream --file fabric_bitstream.bit --format plain_text +write_fabric_bitstream --file fabric_bitstream.bit --format plain_text ${OPENFPGA_FAST_CONFIGURATION} # Write the Verilog netlist for FPGA fabric # - Enable the use of explicit port mapping in Verilog netlist