aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorJianyi Cheng <jcheng@Jianyis-Beast.home.ukb>2020-06-12 13:04:41 +0100
committerJianyi Cheng <jcheng@Jianyis-Beast.home.ukb>2020-06-12 13:04:41 +0100
commit48e3b320508ff83daee53a398337e8e567b79c61 (patch)
tree7b9aeea6435877287f4b42e50936de3c8300634f /benchmarks
parentcb1d47636f9bb9adbdfb3f18982417b746b2bf40 (diff)
downloadvericert-kvx-48e3b320508ff83daee53a398337e8e567b79c61.tar.gz
vericert-kvx-48e3b320508ff83daee53a398337e8e567b79c61.zip
fixed my grammar
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/README.md b/benchmarks/README.md
index 7b58302..59edf78 100644
--- a/benchmarks/README.md
+++ b/benchmarks/README.md
@@ -1,6 +1,6 @@
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.
+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
@@ -8,7 +8,7 @@ I have collected a set of benchmarks that you may be interested. The main idea i
* 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.
+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