Skip to content

Commit 71a6cc9

Browse files
FPGA: Update dsp_control README (#1269)
1 parent f6660ee commit 71a6cc9

File tree

1 file changed

+6
-6
lines changed
  • DirectProgramming/C++SYCL_FPGA/Tutorials/Features/dsp_control

1 file changed

+6
-6
lines changed

DirectProgramming/C++SYCL_FPGA/Tutorials/Features/dsp_control/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DSP Control
22

3-
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.
3+
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.
44

55
| Optimized for | Description
66
|:--- |:---
@@ -27,11 +27,11 @@ This tutorial shows how to apply global and local controls to set the implementa
2727

2828
| Datatype | Controllable Math Operations
2929
|:--- |:---
30-
| `float` | addition, subtraction, multiplication by a constant
31-
| `ap_float<8, 23>` | addition, subtraction, multiplication by a constant
32-
| `int` | multiplication by a constant
33-
| `ac_int` | multiplication by a constant
34-
| `ac_fixed` | multiplication by a constant
30+
| `float` | addition, subtraction, multiplication
31+
| `ap_float<8, 23>` | addition, subtraction, multiplication
32+
| `int` | multiplication
33+
| `ac_int` | multiplication
34+
| `ac_fixed` | multiplication
3535

3636
### Global Control
3737

0 commit comments

Comments
 (0)