From 4b9431b132344a14dba4cbcd048a427993486e5b Mon Sep 17 00:00:00 2001 From: tangxifan Date: Wed, 25 May 2022 18:45:26 +0800 Subject: [PATCH] [test] avoid XML bitstream output when can go beyond github runners' disk space --- .../generate_bitstream_fix_device_example_script.openfpga | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openfpga_flow/openfpga_shell_scripts/generate_bitstream_fix_device_example_script.openfpga b/openfpga_flow/openfpga_shell_scripts/generate_bitstream_fix_device_example_script.openfpga index 6ad6573f5..7466ee919 100644 --- a/openfpga_flow/openfpga_shell_scripts/generate_bitstream_fix_device_example_script.openfpga +++ b/openfpga_flow/openfpga_shell_scripts/generate_bitstream_fix_device_example_script.openfpga @@ -42,7 +42,8 @@ build_fabric_bitstream --verbose # Write fabric-dependent bitstream write_fabric_bitstream --file fabric_bitstream.txt --format plain_text -write_fabric_bitstream --file fabric_bitstream.xml --format xml +# Skip this because the XML file is too large to fit Github runners +#write_fabric_bitstream --file fabric_bitstream.xml --format xml # Finish and exit OpenFPGA exit