Quantcast
Channel: SystemC Language Forum RSS Feed
Viewing all articles
Browse latest Browse all 595

Generate a shared-library containing a SystemC program

$
0
0

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


Viewing all articles
Browse latest Browse all 595

Trending Articles