manuelselva Posted October 2, 2015 Report Share Posted October 2, 2015 Hi, I am using the Accellera SystemC kernel and was wondering if there is some API function to disable the version message printed on stderr when the simulation start ? Manu Quote Link to comment Share on other sites More sharing options...
ralph.goergen Posted October 2, 2015 Report Share Posted October 2, 2015 Hi Manu, According to the INSTALL file of Accelleras SystemC 2.3.1 you have two options: use SC_DISABLE_COPYRIGHT_MESSAGE when building the library, or set SC_COPYRIGHT_MESSAGE=DISABLE at runtime (as env variable when loading the library) Greetings Ralph Quote Link to comment Share on other sites More sharing options...
manuelselva Posted October 2, 2015 Author Report Share Posted October 2, 2015 Thank you ! (I was looking for that in teh standard documentation instead of looking at the specific implementation one) 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.