update README

This commit is contained in:
Blaise Tine
2020-06-29 08:21:32 -07:00
parent bc894e1247
commit 9e2ae9a9a8

View File

@@ -13,19 +13,19 @@ Specifications
Directory structure 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 kernel runtime software. - /runtime: contains the runtime software for kernels.
/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 Basic Instructions to run OpenCL Benchmarks on Vortex
----------------------------------------------------- -----------------------------------------------------