Jump to content

Error: sc_start called unexpectedly in sc_simcontext.cpp:1775


skolhe

Recommended Posts

Hi,

I get this error when an sc_in<bool> is driven low by the module it is connected to. In my model instead of going in the SC_METHOD that is sensitive to this input port, I get this error.

error]  @ 834400 us of sc_start called unexpectedly in sc_simcontext.cpp:1775

sc_in<bool> in_port;

SC_METHOD(in_port_CB);

sensitive << in_port;

dont_initialize();

 

I am using systemc-2.3.3. Can you please help?

Thanks

Link to comment
Share on other sites

  • 3 weeks later...

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...