To apply optimization directives manually on templates when using config file commands, specify the template arguments and class when referring to class methods. For example, given the following C++ code:
template <uint32 SIZE, uint32 RATE>
void DES10<SIZE,RATE>::calcRUN() {…}
The following config file command is used to specify the INLINE directive on the function:
syn.directive.inline DES10<SIZE,RATE>::calcRUN