13 lines
330 B
Bash
13 lines
330 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
source openfpga.sh
|
||
|
PYTHON_EXEC=python3.8
|
||
|
###############################################
|
||
|
# OpenFPGA Shell with VPR8
|
||
|
##############################################
|
||
|
echo -e "FPGA-SDC regression tests";
|
||
|
|
||
|
echo -e "Testing SDC generation with time units";
|
||
|
run-task fpga_sdc/sdc_time_unit --debug --show_thread_logs
|