You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DirectProgramming/DPC++FPGA/Tutorials/Features/dsp_control/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# DSP Control
2
2
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.
4
4
5
5
| Optimized for | Description
6
6
|:--- |:---
@@ -27,11 +27,11 @@ This tutorial shows how to apply global and local controls to set the implementa
27
27
28
28
| Datatype | Controllable Math Operations
29
29
|:--- |:---
30
-
| `float` | addition, subtraction, multiplication by a constant
31
-
| `ap_float<8, 23>` | addition, subtraction, multiplication by a constant
0 commit comments