Jump to content

SystemC load modules at runtime


schuschu

Recommended Posts

Hi,

 

I am currently trying to load modules from external dlls into a systemc application.

Basic info:

compiler gcc (from cygwin) x64 bit

os: windows 7

 

Also I am using Systemc-AMS but as this appears to be a "problem" with the systemc core I posted it in this forum (feel free to move if inappropriate).

 

The modules are build as shared libs and can can be loaded without problems (using the LoadLibrary function). While I can connect the ports with signals the runtime complains about "no driver" during simulation.

As the same code compiled directly into the application works I assume it is not a problem with the SystemC code itself but with the core not "recognizing" the modules.

 

I read on stackoverflow (http://stackoverflow.com/questions/13794659/loading-systemc-modules-dynamically-at-run-time) that someone had a similar problem once but no solution was posted.

 

Has anyone ever done something similar and is able to help?

 

 

schuschu

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...