From 09842a54f73278cf9246d1ff6258bf458341d151 Mon Sep 17 00:00:00 2001 From: "Niu, Shuo" Date: Mon, 19 Dec 2022 08:56:33 -0800 Subject: [PATCH] Update dsp_control README --- .../Tutorials/Features/dsp_control/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DirectProgramming/C++SYCL_FPGA/Tutorials/Features/dsp_control/README.md b/DirectProgramming/C++SYCL_FPGA/Tutorials/Features/dsp_control/README.md index 12fd54ef1a..dee35b0ff4 100644 --- a/DirectProgramming/C++SYCL_FPGA/Tutorials/Features/dsp_control/README.md +++ b/DirectProgramming/C++SYCL_FPGA/Tutorials/Features/dsp_control/README.md @@ -1,6 +1,6 @@ # DSP Control -This FPGA tutorial demonstrates how to set the implementation preference for certain math operations (addition, subtraction, and multiplication by a constant) between hardened DSP blocks and soft logic. +This FPGA tutorial demonstrates how to set the implementation preference for certain math operations (addition, subtraction, and multiplication) between hardened DSP blocks and soft logic. | Optimized for | Description |:--- |:--- @@ -27,11 +27,11 @@ This tutorial shows how to apply global and local controls to set the implementa | Datatype | Controllable Math Operations |:--- |:--- -| `float` | addition, subtraction, multiplication by a constant -| `ap_float<8, 23>` | addition, subtraction, multiplication by a constant -| `int` | multiplication by a constant -| `ac_int` | multiplication by a constant -| `ac_fixed` | multiplication by a constant +| `float` | addition, subtraction, multiplication +| `ap_float<8, 23>` | addition, subtraction, multiplication +| `int` | multiplication +| `ac_int` | multiplication +| `ac_fixed` | multiplication ### Global Control