Quantcast
Channel: SystemC Language Forum RSS Feed
Browsing all 595 articles
Browse latest View live

Initialisation and elaboration phase

What is the difference between initialisation and elaboration phase in steps of simulation??

View Article


Mutex and semaphore

Hello all,   What is the difference between mutex and seamaphore?         Regards   Amit

View Article


Elastic 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 Article

spawned 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 Article

Wait or sleep

Helllo all,   Are wait or sleep same thing or different?? Please share some information about this.         Regards cam

View Article


target 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 Article

using 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 Article

Module 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 Article


Context 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 Article


Image may be NSFW.
Clik here to view.

avtoizkorei.com - авто из Кореи купить, заказать

Прошли те времена, когда иметь корейское авто считалось признаком дурного вкуса и финансовой несостоятельности. Благодаря использованию современных технологий, а также новаторским разработкам в...

View Article

What 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 Article

Linking 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 Article

Visual 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 Article


Error 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 Article

SystemC 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 Article


Modifying 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 Article

Display 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 Article


static 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 Article

sc_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 Article

member ‘delayed’

when i try to compile this exeample of systemc     ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// #include...

View Article
Browsing all 595 articles
Browse latest View live