aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/README.md
diff options
context:
space:
mode:
authorJames Pollard <james@pollard.dev>2020-06-12 17:48:51 +0100
committerJames Pollard <james@pollard.dev>2020-06-12 17:48:51 +0100
commitf7795011ea9ac0d34ee565d3832f15b649bf1827 (patch)
treefd731b58626c8665032afd62068ece8cedc76eb0 /benchmarks/README.md
parent9acb804500b590edbff66cd802216f58dde169cd (diff)
parent86f42b92d87020875e2a7ef4ba40de12d261685f (diff)
downloadvericert-kvx-f7795011ea9ac0d34ee565d3832f15b649bf1827.tar.gz
vericert-kvx-f7795011ea9ac0d34ee565d3832f15b649bf1827.zip
Merge branch 'master' into arrays-proof
Diffstat (limited to 'benchmarks/README.md')
-rw-r--r--benchmarks/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/benchmarks/README.md b/benchmarks/README.md
new file mode 100644
index 0000000..59edf78
--- /dev/null
+++ b/benchmarks/README.md
@@ -0,0 +1,14 @@
+Hi,
+
+I have collected a set of benchmarks that you may be interested in. The main idea is to run the existing HLS benchmarks to see if they work - they can only test correctness for a single set of input by a customised test bench.
+
+* jacob_2d: a benchmark from Polybench
+* sobel: a benchmark from LegUp HLS
+* getTanh: a benchmark from DASS
+* fft: a benchmark from MachSuite
+* KMeans: a benchmark from Felix's work
+
+Note all the benchmark set above (links included in the source code) should be all synthesisable in your case, so you may be show coverage instead of a single benchmark.
+
+Best,
+Jianyi