aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/README.md
diff options
context:
space:
mode:
authorJianyi Cheng <jcheng@Jianyis-Beast.home.ukb>2020-06-12 13:02:33 +0100
committerJianyi Cheng <jcheng@Jianyis-Beast.home.ukb>2020-06-12 13:02:33 +0100
commitcb1d47636f9bb9adbdfb3f18982417b746b2bf40 (patch)
tree56fb65f7590b4ed73d714d3bfc8ce8e6e4594e51 /benchmarks/README.md
parentc54b32a91427e5342ce5ffa94b2398a2fcb8c144 (diff)
downloadvericert-cb1d47636f9bb9adbdfb3f18982417b746b2bf40.tar.gz
vericert-cb1d47636f9bb9adbdfb3f18982417b746b2bf40.zip
Adding benchmarks to branch_jc
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..7b58302
--- /dev/null
+++ b/benchmarks/README.md
@@ -0,0 +1,14 @@
+Hi,
+
+I have collected a set of benchmarks that you may be interested. The main idea is to run the exsiting 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 you case, so youmay be show coverage instead of a single benchmark.
+
+Best,
+Jianyi