We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760570d commit 0b2d6ebCopy full SHA for 0b2d6eb
openfpga_flow/regression_test_scripts/micro_benchmark_reg_test.sh
@@ -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