From 1db8bd7eecd7aaf7eb842aa7f9ac1d33fe850742 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Sun, 11 Apr 2021 20:24:32 -0600 Subject: [PATCH] [Test] Update regression test with new SDC tests --- .../regression_test_scripts/fpga_sdc_reg_test.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/openfpga_flow/regression_test_scripts/fpga_sdc_reg_test.sh b/openfpga_flow/regression_test_scripts/fpga_sdc_reg_test.sh index c4ff67a09..713c328b9 100755 --- a/openfpga_flow/regression_test_scripts/fpga_sdc_reg_test.sh +++ b/openfpga_flow/regression_test_scripts/fpga_sdc_reg_test.sh @@ -9,4 +9,12 @@ PYTHON_EXEC=python3.8 echo -e "FPGA-SDC regression tests"; echo -e "Testing SDC generation with time units"; -run-task fpga_sdc/sdc_time_unit --debug --show_thread_logs +run-task fpga_sdc/sdc_time_unit/sdc_time_unit_as --debug --show_thread_logs +run-task fpga_sdc/sdc_time_unit/sdc_time_unit_fs --debug --show_thread_logs +run-task fpga_sdc/sdc_time_unit/sdc_time_unit_ps --debug --show_thread_logs +run-task fpga_sdc/sdc_time_unit/sdc_time_unit_ns --debug --show_thread_logs +run-task fpga_sdc/sdc_time_unit/sdc_time_unit_us --debug --show_thread_logs +run-task fpga_sdc/sdc_time_unit/sdc_time_unit_ms --debug --show_thread_logs +run-task fpga_sdc/sdc_time_unit/sdc_time_unit_default --debug --show_thread_logs +run-task fpga_sdc/sdc_time_unit/sdc_time_unit_ks --debug --show_thread_logs +run-task fpga_sdc/sdc_time_unit/sdc_time_unit_Ms --debug --show_thread_logs