What's New in AccelDSP v10.1
Native Complex Number Support
- AccelDSP™synthesis tool can now synthesize MATLAB® written using the built-in complex number coding style. See the documentation for more details on supported functions. For example, the following code can now be synthesized into RTL:
- function y = my_design(x)
A = 3+4i;
y = (x + A) * -3i / 2;
More Efficient Mapping to BlockRAMs
- Now two values can be read from a block RAM in a single cycle. This doubles the read throughput attainable from each block RAM.
|