OpenFPGA/openfpga_flow/regression_test_scripts/tcl_reg_test.sh

13 lines
296 B
Bash
Executable File

#!/bin/bash
set -e
###############################################
# OpenFPGA Shell in Tcl
##############################################
source openfpga.sh
echo -e "Regression tests for OpenFPGA in Tcl Shell";
cd build/openfpga
${OPENFPGA_PATH}/openfpga_flow/scripts/swig_tcl_example.tcl
cd -