From 1d35ac8086f541acdeefe01ffe8d0fd071a69d85 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Fri, 1 May 2020 14:56:07 -0600 Subject: [PATCH] deploy local encoder to CI --- .travis/script.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis/script.sh b/.travis/script.sh index ac801729c..cb9601683 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -90,6 +90,9 @@ python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/mux_design/tree_st echo -e "Testing Verilog generation with routing mutliplexers implemented by standard cell MUX2"; python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/mux_design/stdcell_mux2 --debug --show_thread_logs +echo -e "Testing Verilog generation with routing mutliplexers implemented by local encoders"; +python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/mux_design/local_encoder --debug --show_thread_logs + echo -e "Testing Verilog generation with behavioral description"; python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/behavioral_verilog --debug --show_thread_logs