From 7e94c3bf93e457d04f8afa256a5156a99782cfe4 Mon Sep 17 00:00:00 2001 From: Gianluca Brilli Date: Thu, 13 May 2021 21:46:09 +0200 Subject: [PATCH] readme modified --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f06c82c..841f84c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The exercises related to OpenMP programming model can be found in the folder `op - `cuda\appendix`: CUDA Nsight Tutorial ### HLS Exercises -- `hls\lab1`: HLS Basics and hardware optimizations +- `hls\lab1`: HLS Basics and hardware optimizations: Pipelining, Loop Fusion, Loop Unrolling and Array Partitioning - `hls\lab2`: Tests on real development boards ### (Optional)