From 18bab180328b8a2315f5e2da642c8008dc30f5e0 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Sat, 30 Oct 2021 13:20:58 -0700 Subject: [PATCH] [Test] Disable all the quicklogic tests due to missing support in Yosys v0.10 release --- .../quicklogic_reg_test.sh | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/openfpga_flow/regression_test_scripts/quicklogic_reg_test.sh b/openfpga_flow/regression_test_scripts/quicklogic_reg_test.sh index 2d3bd1202..84c76cc9f 100755 --- a/openfpga_flow/regression_test_scripts/quicklogic_reg_test.sh +++ b/openfpga_flow/regression_test_scripts/quicklogic_reg_test.sh @@ -8,12 +8,14 @@ PYTHON_EXEC=python3.8 ############################################## echo -e "QuickLogic regression tests"; -echo -e "Testing yosys flow using custom ys script for running quicklogic device"; -run-task quicklogic_tests/flow_test --debug --show_thread_logs +# TODO: Disabled all the tests here because Quicklogic's synthesis script is not in Yosys v0.10 release. Will bring back once Quicklogic manages to merge their contribution to Yosys upstream -echo -e "Testing yosys flow using custom ys script for running multi-clock quicklogic device"; -run-task quicklogic_tests/counter_5clock_test --debug --show_thread_logs -run-task quicklogic_tests/sdc_controller_test --debug --show_thread_logs - -echo -e "Testing yosys flow using custom ys script for adders in quicklogic device"; -run-task quicklogic_tests/lut_adder_test --debug --show_thread_logs +##echo -e "Testing yosys flow using custom ys script for running quicklogic device"; +##run-task quicklogic_tests/flow_test --debug --show_thread_logs +## +##echo -e "Testing yosys flow using custom ys script for running multi-clock quicklogic device"; +##run-task quicklogic_tests/counter_5clock_test --debug --show_thread_logs +##run-task quicklogic_tests/sdc_controller_test --debug --show_thread_logs +## +##echo -e "Testing yosys flow using custom ys script for adders in quicklogic device"; +##run-task quicklogic_tests/lut_adder_test --debug --show_thread_logs