From 9e2ae9a9a8f5d22c85ef20663199cfe196d4ff50 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Mon, 29 Jun 2020 08:21:32 -0700 Subject: [PATCH] update README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e4c77de7..efc4877b 100644 --- a/README.md +++ b/README.md @@ -13,19 +13,19 @@ Specifications Directory structure ------------------- -/benchmarks containts test benchmarks +- /benchmark: containts test benchmarks + +- /docs: contains documentation. -/docs contains documentation. +- /hw: constains hardware sources. -/hw constains hardware sources. +- /driver: contains the driver software. -/driver contains the driver software. +- /runtime: contains the runtime software for kernels. -/runtime contains the kernel runtime software. +- /simX: contains a cycle-approximate simulator for Vortex. -/simX contains a cycle-approximate simulator for Vortex. - -/evaluation contains the synthesis/runtime reports. +- /evaluation: contains the synthesis/perf reports. Basic Instructions to run OpenCL Benchmarks on Vortex -----------------------------------------------------