...
%% BEGIN AFTER VOLTAGE CALCULATION -- Enter code ->...
out12 = myFunc(in12);
LINUX Target: Using a Dynamic/Static Library to Hide IP
...
in the User-Coded Model
- Get the C and head file ready.
- The C file contains the intellectual property, and the head file calls the function in the C file.
- For example, the C code below contains an add function which we want to hide.
...