Hello,
I have a SystemC program encapsulated into a C++ class allowing to interact with a SystemC model.
In order to easily call that program from a scripting language, I would like to generate a shared-library containing all my SystemC program and the SystemC library.
Is it different from generating a classical C/C++ shared-library?
How can you deal with the sc_main required by the SystemC?
Can you point me to some documentation about that topic, I didn't find anything about it for SystemC on the internet...
Thank you!
Regards!
J-B