From eb5c52da48d8e63814f4ab99bf6431e6c6eb8e25 Mon Sep 17 00:00:00 2001 From: Paul Grigoras Date: Sat, 9 Apr 2016 11:21:02 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f27fba8..baf4b6a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # dfe-snippets `dfe-snippets` is a collection of building blocks for projects using Maxeler -Dataflow Engines (DFEs). It contains useful code both for the CPU side (C++) -and the DFE side (MaxJ) as well as various benchmarking utilities: +Dataflow Engines (DFEs). It contains -- library code for CPU and DFE designs ('include', 'src') -- system benchmarks for DRAM, Interconnet and Resource Usage ('test/Benchmarks') -- application benchmarks ('applications') +- library code for CPU and DFE designs (`include`, `src`) +- system benchmarks for DRAM & interconnect throughput and resource usage (`test/Benchmarks`) +- application benchmarks (`applications`) The structure is: @@ -31,6 +30,7 @@ applications ---> Application Benchmarks 1. MaxCompiler 2013+ 2. Compatible [Maxeler](http://www.maxeler.com/products/) hardware 3. python 2.7 (for running scripts) +4. a C++ compiler with C++11 support ## Using