Initialisation and elaboration phase
What is the difference between initialisation and elaboration phase in steps of simulation??
View ArticleMutex and semaphore
Hello all, What is the difference between mutex and seamaphore? Regards Amit
View ArticleElastic Buffer design in SystemC
Hi, Can anyone tell me how to design an elastic buffer in SystemC or please suggest any related papers/websites where i can find information about designing an elastic buffer.. ?
View Articlespawned and unspawned process
Hello All, I just cant understand spawned and unspawned processes. Can anyone please relate it with some good examples. Regards, KS
View ArticleWait or sleep
Helllo all, Are wait or sleep same thing or different?? Please share some information about this. Regards cam
View Articletarget systemc-2.3.0 to 64-bits windows platform with Visual Studio
hi, I tried to re-target the SystemC.lib to 64-bits windows system. What I did is, (1) Downloaded systemc-2.3.0 and extract it. (2) Opened the C++ project in systemc...
View Articleusing function for sc_module name in constructor initialization list
I derived a class from sc_module that handles it's own configuration from an XML node passed to the new module constructor. One of the pieces of information handed down in the XML node is the modules...
View ArticleModule with variable number of ports
Hello All, I was wondering if I can create a module with variable number of ports. In other words, pass the number of ports as a parameter for the module constructor. If not, how can I try to...
View ArticleContext switching in the SystemC scheduler
Hello All, I was wondering to understand Context switching in the SystemC scheduler. What I found is that It is something which makes the threads slower than methods. Can anyone please explain it....
View Articleavtoizkorei.com - авто из Кореи купить, заказать
Прошли те времена, когда иметь корейское авто считалось признаком дурного вкуса и финансовой несостоятельности. Благодаря использованию современных технологий, а также новаторским разработкам в...
View ArticleWhat does this SystemC 2.3 warning mean ?
Could some SystemC guru please shed light on thefollowing SystemC 2.3 warning? This is the model ofa simple inverter, with VCD file tracing in the testharness, as well as console output.SystemC...
View ArticleLinking systemC to legacy C++ code
Hi I am providing a systemC model to another team that uses a non-systemC legacy model. The idea is to include systemC libraries and then replace the legacy main() function with systemC's sc_main() so...
View ArticleVisual Studio 10 and systemc 2.3.0
Hello everyone, I’m new in systemc and in this forum. I successfully downloaded and installed systemc-2.3.0 on MSVC-2010 (Windows 7) I can compile and run the examples. BUT when I write an own...
View ArticleError in gmake while installing systemc-2.3.0
Hi, I am installing the latest version of systemc-2.3.0 using the following commands: cd systemc-2.3.0 mkdir objdir cd objdir export CXX=g++ ../configure cd .. aclocal automake cd objdir gmake...
View ArticleSystemC Real Time Clock
I have designed and developed RTC using systemc language. But there is mismatch between this RTC and original timing? Can anyone tell me the reason for this?
View ArticleModifying systemc-2.3.0 kernel
Hi, I am working on Runtime Monitoring of SystemC models. One of my projects requires adding some callbacks to the systemc kernel. In systemc-2.3.0/src/sysc/kernel: I added 4 new files:...
View ArticleDisplay of Copyright
I have an interesting question. I am writing a library which will link systemc library. I want to display library copyright information just after ASI copyright information. How do I do that ? I...
View Articlestatic sensitivity of systemC processes
Hi, Let us consider the following example: sc_event a, b; .... SC_CTOR(...){ SC_THREAD(p); sensitive << a << b; } My question is process p here is statically sensitive...
View Articlesc_core::sc_report at memory location (VS2008)
Hi! I found some similar topics but none of them actually solved my problem. I configured Visual Studio and compiled SystemC according to the instructions in the INSTALL file. But when I try to run...
View Articlemember ‘delayed’
when i try to compile this exeample of systemc ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// #include...
View Article