aesim-tech / simba-project

Roadmap & issue tracking
7 stars 0 forks source link

C code with additional include library #404

Open AdriPWS opened 5 months ago

AdriPWS commented 5 months ago

SIMBA does not automatically detect changes in the source files of the optional additional include directory. Therefore, if a header file in the additional include directory is modified, and the C code of Simba is not modified, the code is not recompiled when the simulation starts.

We should change SIMBA to always recompile the library when the "include directory" is selected.