Part 1 explains how Atmel used the Target tools to develop a DSP optimized for C programming. In the first part of this two part series, we outlined the main reasons we designed the mAgic DSP ...
A common use case for high-level synthesis (HLS) is taking 3rd party generated or legacy C/C++ algorithms and converting the algorithm to a hardware implementation using an HLS compiler. This can ...
In his blog, Russ Olsen shares some words of wisdom about optimizing Java code (or any code for that matter). It's mostly common sense such as starting with working code, profiling first, and ...
Part 2 looks at complex functions and the role C interface constraints play in the translation process. In the first two parts of this series, we navigated the waters of MATLAB to C translation and ...
Earlier this month, I decided I wanted to write a post on not all optimization being premature optimization after hearing more than one developer use this mantra as an excuse for not making a better ...