From 47f040822fee04dcc4e2d93639cac53215660014 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Mon, 4 May 2020 12:36:06 -0600 Subject: [PATCH] deploy the tests to CI --- .travis/script.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis/script.sh b/.travis/script.sh index 19da16b8b..675ab4996 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -51,6 +51,9 @@ echo -e "Testing OpenFPGA Shell"; echo -e "Testing configuration chain of a K4N4 FPGA"; python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/configuration_chain --debug --show_thread_logs +echo -e "Testing user-defined simulation settings: clock frequency and number of cycles"; +python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/fixed_simulation_settings --debug --show_thread_logs + echo -e "Testing Verilog generation for LUTs: a single mode LUT6 FPGA using micro benchmarks"; python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/lut_design/single_mode --debug --show_thread_logs