2020-11-24 10:58:23 -06:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -e
|
2021-01-26 17:40:45 -06:00
|
|
|
source openfpga.sh
|
|
|
|
PYTHON_EXEC=python3.8
|
2020-11-24 10:58:23 -06:00
|
|
|
###############################################
|
|
|
|
# OpenFPGA Shell with VPR8
|
|
|
|
##############################################
|
|
|
|
echo -e "FPGA-SPICE regression tests";
|
|
|
|
|
|
|
|
echo -e "Testing FPGA-SPICE with netlist generation";
|
2022-05-22 00:15:39 -05:00
|
|
|
run-task fpga_spice/generate_spice $@
|