Limitations of Pinapa.

Limitations Related to C++

Initial values of data-members

When the init-data-members flag is set (The default), the initial value of data-members are considered initialized. It is the user's responsiblility to check that they actually are. (This can be checked rather easyly by reading them one by one and check it using a memory debugger such as valgrind. Not a research subject anyway !)

SystemC constructs

Incorrect binding or elaboration

It would be nice to keep the SystemC code verifying that the binding is correct.

Other limitations

Todo:
templates, dynamic allocation, ...
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page