SDSoC Pragma Specification
This section describes pragmas (directives) for the SDSoC system compilers
sdscc/sds++
to assist system
optimization.
All pragmas specific to the SDSoC environment are prefixed with
#pragma SDS
and should be inserted
into C/C++ source code, either immediately prior to a function
declaration or a function call site.
There is no single dominant industry standard in wide use for compilers that target heterogeneous embedded systems that employ hardware accelerators, but the pragmas and pragma syntax has been defined to be consistent with standards like OpenACC. In a future release, the SDSoC environment might adopt an industry standard pragmas should a suitable standard become widely adopted.