12 lines
337 B
Bash
12 lines
337 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
###############################################
|
||
|
# OpenFPGA Shell with VPR8
|
||
|
##############################################
|
||
|
echo -e "FPGA-SPICE regression tests";
|
||
|
|
||
|
echo -e "Testing FPGA-SPICE with netlist generation";
|
||
|
python3 openfpga_flow/scripts/run_fpga_task.py fpga_spice/generate_spice --debug --show_thread_logs
|