Jump to content

Limitation on the number of SC_MODULE


EmadSamuel

Recommended Posts

Hello,

I am trying to create several nodes that are represented as SC_MODULE. I see that once I reach 10000 nodes the compile throws the following error:

SG_m_n: ../../../../src/sysc/kernel/sc_cor_qt.cpp:107: virtual void sc_core::sc_cor_qt::stack_protect(bool): Assertion `ret == 0' failed.
        Aborted (core dumped)

I think it might be related to memory protection (mprotect()) but I don't know if someone has some ideas about this limitation or how to overcome it?

thank you :),

Emad

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...