Jump to content

which tools are used for SystemC-ams code simulations


Recommended Posts

  • 2 weeks later...

Procedure is something like this:

* follow the INSTALL in the SystemC directory to install the SystemC libraries (e.g. configure, make, make install, make test)

* follow the INSTALL in the SystemC-AMS directory to install the SystemC-AMS libraries (e.g. configure, make, make install, make test)

* make a simple Makefile pointing to the include and library directories, specify the compiler used, and specify the objects to build

* execute the make file

 

If you are not familiar with a makefile and gcc based flow, I suggest to do some reading, studying and experimenting first and start with normal C++ programs and libraries, before juming on SystemC and SystemC-AMS.

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...