diff --git a/.travis/install.sh b/.travis/install.sh index f8860b711..46d535342 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -33,6 +33,7 @@ set -e # echo ${PATH} #fi iverilog -V +vvp -V #cd - diff --git a/.travis/script.sh b/.travis/script.sh index 907e1a3cf..c16c2eeac 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -58,8 +58,8 @@ python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/fas python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/preconfig_testbench/configuration_frame --debug --show_thread_logs echo -e "Testing memory bank configuration protocol of a K4N4 FPGA"; -python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/memory_bank --debug --show_thread_logs -python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/fast_memory_bank --debug --show_thread_logs +#python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/memory_bank --debug --show_thread_logs +#python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/full_testbench/fast_memory_bank --debug --show_thread_logs python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/preconfig_testbench/memory_bank --debug --show_thread_logs