OpenFPGA/openfpga_flow/regression_test_scripts/quicklogic_reg_test.sh

19 lines
647 B
Bash
Executable File

#!/bin/bash
set -e
source openfpga.sh
###############################################
# OpenFPGA Shell with VPR8
##############################################
echo -e "QuickLogic regression tests";
echo -e "Testing yosys flow using custom ys script for running quicklogic device";
run-task quicklogic_tests/flow_test $@
echo -e "Testing yosys flow using custom ys script for running multi-clock quicklogic device";
run-task quicklogic_tests/counter_5clock_test $@
run-task quicklogic_tests/sdc_controller_test $@
echo -e "Testing yosys flow using custom ys script for adders in quicklogic device";
run-task quicklogic_tests/lut_adder_test $@