saket Posted June 27, 2015 Report Share Posted June 27, 2015 Hi all, I had to modelise and simulate in systemC-ams a SD ADC. but i do not found the right simulator to do that? is it Spectre, eclipse? any body have idea? Regards, saket Quote Link to comment Share on other sites More sharing options...
Martin Barnasconi Posted June 27, 2015 Report Share Posted June 27, 2015 Please check the paragraph at the bottom of this page: http://www.accellera.org/community/systemc/about-systemc-ams Quote Link to comment Share on other sites More sharing options...
saket Posted July 7, 2015 Author Report Share Posted July 7, 2015 Many thanks, Finally using GCC is sipmle for a begginner like me is there a step schedule to simulate a systemc-ams code with gcc (after installing gcc 4.9 and systemc-ams 2.0) ? any commands? Quote Link to comment Share on other sites More sharing options...
Martin Barnasconi Posted July 7, 2015 Report Share Posted July 7, 2015 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.