2022-12-02 13:43:46 -06:00
|
|
|
#!/bin/bash
|
|
|
|
|
2022-12-02 14:07:27 -06:00
|
|
|
set -e
|
2022-12-02 13:43:46 -06:00
|
|
|
###############################################
|
|
|
|
# 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 -
|