From cdec0cf28c604588352376b9d50688543bf1fe3b Mon Sep 17 00:00:00 2001 From: tangxifan Date: Sun, 1 Jan 2023 16:51:21 -0800 Subject: [PATCH] [script] add a custom variable to specify the path to openfpga shell script --- .../source_file_for_example_script.openfpga | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfpga_flow/openfpga_shell_scripts/source_file_for_example_script.openfpga b/openfpga_flow/openfpga_shell_scripts/source_file_for_example_script.openfpga index 5b3be6eee..6529c058e 100644 --- a/openfpga_flow/openfpga_shell_scripts/source_file_for_example_script.openfpga +++ b/openfpga_flow/openfpga_shell_scripts/source_file_for_example_script.openfpga @@ -26,7 +26,7 @@ link_openfpga_arch --activity_file ${ACTIVITY_FILE} --sort_gsb_chan_node_in_edge # Build the bitstream # - Output the fabric-independent bitstream to a file # Build fabric-dependent bitstream -source --command_stream external_file_for_source_example_script.openfpga --from_file +source --command_stream ${OPENFPGA_EXTERNAL_SHELL_SCRIPT_DIR}/external_file_for_source_example_script.openfpga --from_file # Write fabric-dependent bitstream write_fabric_bitstream --file fabric_bitstream.bit --format plain_text