From fcf61de2904a5fc9d9c5def13fc2fa4a32a7bef0 Mon Sep 17 00:00:00 2001 From: manvi27 Date: Tue, 1 Oct 2024 19:42:03 -0400 Subject: [PATCH] Host code update --- ese532_handouts/hw6/homework_submission.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ese532_handouts/hw6/homework_submission.md b/ese532_handouts/hw6/homework_submission.md index 01765a7..8707ca7 100644 --- a/ese532_handouts/hw6/homework_submission.md +++ b/ese532_handouts/hw6/homework_submission.md @@ -129,7 +129,7 @@ for the sake of easy grading. - Click on ***open project*** and browse to the your build generated directory: `hw6/apps/mmult/_x/kernel/mmult_fpga/mmult_fpga` and click open. - 1. Partition the HLS code into Load-Compute-Store Pattern as can be seen in [this example](https://github.com/Xilinx/Vitis_Accel_Examples/tree/master/cpp_kernels/dataflow_stream) + 1. Partition the HLS code into Load-Compute-Store Pattern as can be seen in [this example](https://github.com/Xilinx/Vitis_Accel_Examples/tree/2021.1/cpp_kernels/dataflow_stream) and [this tutorial](https://github.com/Xilinx/Vitis-Tutorials/blob/2020.2/Getting_Started/Vitis_HLS/dataflow_design.md).