From 05f5ce38eab3ac7aa71b57990023aff5b07bb5bf Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 10 Nov 2020 20:31:03 -0700 Subject: [PATCH] [Test] Deploy new test to CI --- .travis/basic_reg_test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis/basic_reg_test.sh b/.travis/basic_reg_test.sh index f0782fec6..207953644 100755 --- a/.travis/basic_reg_test.sh +++ b/.travis/basic_reg_test.sh @@ -106,4 +106,7 @@ python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/tile_organization/top echo -e "Testing tiles with pins only on bottom and right sides"; python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/tile_organization/bottom_right_custom_pins --debug --show_thread_logs +echo -e "Testing global port definition from tiles"; +python3 openfpga_flow/scripts/run_fpga_task.py basic_tests/global_tile_ports/global_tile_clock --debug --show_thread_logs + end_section "OpenFPGA.TaskTun"