Skip to content

Commit 0b2d6eb

Browse files
committed
[Test] Add micro benchmark to a dedicated regression test
1 parent 760570d commit 0b2d6eb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
set -e
4+
source openfpga.sh
5+
PYTHON_EXEC=python3.8
6+
###############################################
7+
# OpenFPGA Shell with VPR8
8+
##############################################
9+
echo -e "Micro benchmark regression tests";
10+
# TODO: enable this when flow-run script support same top module name in one task configuration file
11+
#run-task benchmark_sweep/counter --debug --show_thread_logs
12+
run-task benchmark_sweep/mac_units --debug --show_thread_logs

0 commit comments

Comments
 (0)